All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project will adhere to Semantic Versioning starting v1.0.0.
Full Changelog: https://github.com/dgraph-io/ristretto/compare/v2.0.0...v2.0.1
Full Changelog: https://github.com/dgraph-io/ristretto/compare/v0.2.0...v2.0.0
This release is deprecated
This release is deprecated
Full Changelog: https://github.com/dgraph-io/ristretto/compare/v0.1.1...v0.2.0
This release fixes certain arm64 build issues in the z package. It also incorporates CI steps in our repository.
This release contains bug fixes and improvements to Ristretto. It also contains major updates to the z package. The z package contains types such as Tree (B+ tree), Buffer, Mmap file, etc. All these types are used in Badger and Dgraph to improve performance and reduce memory requirements.
*Cache values in Clear and Close. (#119)First release. Basic cache functionality based on a LFU policy.