Skip to content

Releases: arunaengine/aruna-cache

[0.2.3] Update cache to handle resource correctly

25 Jul 11:42
9416260
Compare
Choose a tag to compare
  • 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

23 Jul 21:18
c7113df
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.2

[0.2.1-alpha.1] Pre-release for 0.2.1 Pre-release

21 Jul 10:06
8ece055
Compare
Choose a tag to compare

[0.2.0] Update with blanket traits for query and persistence

19 Jul 07:47
32a4d35
Compare
Choose a tag to compare

What's Changed

  • feat: Feat/prep for api alpha.7 by @St4NNi in #1

New Contributors

  • @St4NNi made their first contribution in #1

Full Changelog: v0.1.1...v0.2.0

[0.1.1] Update small functions to properly include cache

17 Jul 08:00
347d5da
Compare
Choose a tag to compare

[0.1.0] First release of the new aruna-cache lib

16 Jul 20:58
d7ec93b
Compare
Choose a tag to compare

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