Releases: arthurprs/quick-cache
Releases · arthurprs/quick-cache
v0.6.9
What's Changed
- Prevent overflow of counter in insert_existing by @arthurprs in #52
Full Changelog: v0.6.8...v0.6.9
v0.6.8
What's Changed
- Fix clone when the stats feature is enabled by @arthurprs in #51
- Implement Clone for unsync Cache by @arthurprs in f098284
Full Changelog: v0.6.5...v0.6.8
v0.6.5
What's Changed
- Add Miri tests and address found issues by @arthurprs in #44
- Item pinning by @arthurprs in #45
- Ensure that a pinned entry is accepted by the cache by @arthurprs in #47
- Fix 'all pinned' detection & optimizations by @arthurprs in #48
Full Changelog: v0.6.2...v0.6.5
v0.6.2
What's Changed
- Fix race between sync::Cache::insert and PlaceholderGuard::insert by @pushrax in #40
- Modify shuttle tests to cover more race conditions by @arthurprs in #42
- Fix unsyc::Guard::insert debug assert by @arthurprs in #41
- shuttle cargo profile which is optimized but includes debug assertions and overflow checks by @arthurprs in #43
New Contributors
v0.5.2
What's Changed
- Fix race between sync::Cache::insert and PlaceholderGuard::insert by @pushrax in #40
- Modify shuttle tests to cover more race conditions by @arthurprs in #42
- Fix unsyc::Guard::insert debug assert by @arthurprs in #41
- shuttle cargo profile which is optimized but includes debug assertions and overflow checks by @arthurprs in #43