CHANGELOG.md raw

Changelog

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.

[Unreleased]

Changed

Fixed

[v2.0.1] - 2024-12-11

Fixed

Full Changelog: https://github.com/hypermodeinc/ristretto/compare/v2.0.0...v2.0.1

[v2.0.0] - 2024-11-11

Breaking

Added

Fixed

Full Changelog: https://github.com/hypermodeinc/ristretto/compare/v0.2.0...v2.0.0

[v1.0.0]

This release is deprecated

[v1.0.1]

This release is deprecated

[v0.2.0] - 2024-10-06

Added

Fixed

Full Changelog: https://github.com/hypermodeinc/ristretto/compare/v0.1.1...v0.2.0

[0.1.1] - 2022-10-12

[0.1.1]: https://github.com/hypermodeinc/ristretto/compare/v0.1.0..v0.1.1

This release fixes certain arm64 build issues in the z package. It also incorporates CI steps in our repository.

Changed

Added

Fixed

[0.1.0] - 2021-06-03

[0.1.0]: https://github.com/hypermodeinc/ristretto/compare/v0.0.3..v0.1.0

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

(#255)

[0.0.3] - 2020-07-06

[0.0.3]: https://github.com/hypermodeinc/ristretto/compare/v0.0.2..v0.0.3

Changed

Added

Fixed

[0.0.2] - 2020-02-24

[0.0.2]: https://github.com/hypermodeinc/ristretto/compare/v0.0.1..v0.0.2

Added

Fixed

[#111]: https://github.com/hypermodeinc/ristretto/issues/111 [#113]: https://github.com/hypermodeinc/ristretto/issues/113 [#119]: https://github.com/hypermodeinc/ristretto/issues/119 [#122]: https://github.com/hypermodeinc/ristretto/issues/122 [#130]: https://github.com/hypermodeinc/ristretto/issues/130

0.0.1

First release. Basic cache functionality based on a LFU policy.