Releases: arunaengine/aruna-cache
Releases · arunaengine/aruna-cache
[0.2.3] Update cache to handle resource correctly
- Cache now handles resource ids correctly by first trying the shared_id and only then the id as persistent
- Added helper functions to rely to notifications cache
Full Changelog: v0.2.2...v0.2.3
[0.2.2] Added new query structure, update cache handling
[0.2.1-alpha.1] Pre-release for 0.2.1 Pre-release
Full Changelog: v0.2.0...v0.2.1-alpha.1
[0.2.0] Update with blanket traits for query and persistence
[0.1.1] Update small functions to properly include cache
[0.1.0] First release of the new aruna-cache lib
Aruna cache 0.1.0
This is a small caching library that uses concurrent hashmaps to store some heavily used data structures like user-info or graphs in memory to speed up response time and release some database pressure.
Full Changelog: https://github.com/ArunaStorage/aruna-cache/commits/v0.1.0