Skip to content

Releases: arthurprs/quick-cache

v0.7.0

Choose a tag to compare

@arthurprs arthurprs released this 27 Jun 16:00
99809ce

What's Changed

  • Reshape lifecycle API: Default RequestState threaded by &mut (0.7.0) by @arthurprs in #124
  • Abstract default hasher + switch to foldhash (quality) by @arthurprs in #129
  • Bump hashbrown to 0.17 (MSRV 1.85) by @arthurprs in #130
  • Add per-item access count stats (blocking and non-blocking) by @fsdvh in #128

Full Changelog: v0.6.24...v0.7.0

v0.6.24

Choose a tag to compare

@arthurprs arthurprs released this 25 Jun 17:26

What's Changed

Full Changelog: v0.6.23...v0.6.24

v0.6.23

Choose a tag to compare

@arthurprs arthurprs released this 04 Jun 21:16

What's Changed

  • fix: memory leak in dropping uninserted guard by @hanabi1224 in #120
  • Fix MSRV build: qualify size_of, add cargo-msrv CI check by @arthurprs in #121

New Contributors

Full Changelog: v0.6.22...v0.6.23

v0.6.22

Choose a tag to compare

@arthurprs arthurprs released this 17 May 17:30

What's Changed

New Contributors

Full Changelog: v0.6.21...v0.6.22

v0.6.21

Choose a tag to compare

@arthurprs arthurprs released this 19 Mar 16:00

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

Choose a tag to compare

@arthurprs arthurprs released this 17 Mar 21:34

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

Choose a tag to compare

@arthurprs arthurprs released this 11 Mar 12:20

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

Choose a tag to compare

@arthurprs arthurprs released this 20 Oct 09:36

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

Choose a tag to compare

@arthurprs arthurprs released this 06 Oct 21:20

What's Changed

New Contributors

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

v0.6.16

Choose a tag to compare

@arthurprs arthurprs released this 02 Aug 20:07

What's Changed

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