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.
Cache.IterValues() method (#475)Full Changelog: https://github.com/dgraph-io/ristretto/compare/v2.3.0...v2.4.0
Full Changelog: https://github.com/dgraph-io/ristretto/compare/v2.2.0...v2.3.0
Full Changelog: https://github.com/dgraph-io/ristretto/compare/v2.1.0...v2.2.0
ShouldUpdate() function in config (#427)m.Unlock in defer in store.go (#425)Full Changelog: https://github.com/dgraph-io/ristretto/compare/v2.0.1...v2.1.0
Fixed
Full Changelog: https://github.com/dgraph-io/ristretto/compare/v2.0.0...v2.0.1
Breaking
Added
Fixed
Full Changelog: https://github.com/dgraph-io/ristretto/compare/v0.2.0...v2.0.0
This release is deprecated
This release is deprecated
Added
Fixed
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.
Changed
Added
Fixed
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.
Changed
Added
Fixed
Changed
Added
Fixed
Added
Fixed
*Cache values in Clear and Close. (#119)First release. Basic cache functionality based on a LFU policy.