All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Forgot to add retrieval using column families.
- Support column families.
- Depend on my new Haskell bindings.
- Use MIT license.
- Udate dependencies.
- List functions do not use conduits.
- Reuse serialized version of key prefix.
- Avoid building extra bytestring for key prefix comparison.
- Make conduits polymorphic on input parameter.
- Accept read options instead of snapshot for read operations.
- Documentation improvements.
- Reduce documentation verbosity and correct wording.
- Documentation for all functions.
- Separate package dependencies.
- Typeclasses for key/value pairs, base keys and key seekers.
- Functions for creating, updating, deleting records.
- Functions for retrieving multiple records.
- Fuunctions for streaming records.