Skip to content

Releases: arthurprs/quick-cache

v0.6.21

19 Mar 16:00

Choose a tag to compare

What's Changed

  • Add a crossbeam sharded rwlock backend by @gz in #110
  • Rename crossbeam feature to sharded-lock by @arthurprs in #111

New Contributors

  • @gz made their first contribution in #110

Full Changelog: v0.6.20...v0.6.21

v0.6.20

17 Mar 21:34

Choose a tag to compare

What's Changed

  • Fix typos and improve documentation clarity by @Enderlook in #103
  • fix race in JoinFuture::poll when waker changes between notified check and waiters list update by @morgangallant in #104
  • Add shuttle test coverage for switching wakers by @arthurprs in #107
  • Add entry/entry_async API for atomic cache access by @arthurprs in #109

New Contributors

Full Changelog: v0.6.19...v0.6.20

v0.6.19

11 Mar 12:20

Choose a tag to compare

What's Changed

  • Fix cache with weight_capacity=1 silently storing nothing by @arthurprs in #106

Full Changelog: v0.6.18...v0.6.19

v0.6.18

20 Oct 09:36

Choose a tag to compare

What's Changed

  • Add cargo features table by @arthurprs in #90
  • Prevent get_or_insert from adding all entries to hot by @arthurprs in #95
  • Added Cache::remove_if by @xonatius in #97
  • Allow eviction to always progress even in the presence of racing (un)pins by @arthurprs in #98

New Contributors

Full Changelog: v0.6.17...v0.6.18

v0.6.17

06 Oct 21:20

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.16...v0.6.17

v0.6.16

02 Aug 20:07

Choose a tag to compare

What's Changed

Full Changelog: v0.6.15...v0.6.16

v0.6.15

25 Jul 08:15

Choose a tag to compare

What's Changed

  • Document entry overhead and memory usage by @arthurprs in #71
  • Optimize DefaultLifecycle: hold up to two items by @arthurprs in #72

Full Changelog: v0.6.14...v0.6.15

v0.6.14

10 May 10:35

Choose a tag to compare

What's Changed

Full Changelog: v0.6.13...v0.6.14

v0.6.13

16 Apr 20:12

Choose a tag to compare

What's Changed

Full Changelog: v0.6.12...v0.6.13

v0.6.12

16 Apr 20:11

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.11...v0.6.12