Releases: arthurprs/quick-cache
Releases · arthurprs/quick-cache
v0.6.18
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
What's Changed
- Update hashbrown dep to latest by @richarddd in #82
- Add Cache::set_capacity by @arthurprs in #85
- Add memory_used api and related tools by @virusdefender in #78
- Fix doc.rs build by @arthurprs in #83
- Extract tools dir by @arthurprs in #89
New Contributors
- @richarddd made their first contribution in #82
- @virusdefender made their first contribution in #78
Full Changelog: v0.6.16...v0.6.17
v0.6.16
v0.6.15
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
What's Changed
- sync::Cache iteration and draining by @arthurprs in #68
Full Changelog: v0.6.13...v0.6.14
v0.6.13
What's Changed
- Improve documentation about shards and their capacity by @arthurprs in #66
- Fix
sync::Cache::is_emptyby @arthurprs in #67
Full Changelog: v0.6.12...v0.6.13
v0.6.12
What's Changed
- fix: minor readme spelling, example usage by @JachymPutta in #61
- feat: add retain api by @linrongbin16 in #64
New Contributors
- @JachymPutta made their first contribution in #61
- @linrongbin16 made their first contribution in #64
Full Changelog: v0.6.11...v0.6.12
v0.6.11
What's Changed
- updated all the dependencies to latest version by @YouKnow-sys in #59
Full Changelog: v0.6.10...v0.6.11
v0.6.10
What's Changed
- added
contains_keymethod to both sync and unsync caches by @YouKnow-sys in #58 - fix spelling in lib.rs by @TheIronBorn in #53
New Contributors
- @YouKnow-sys made their first contribution in #58
- @TheIronBorn made their first contribution in #53
Full Changelog: v0.6.9...v0.6.10
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