Releases: JuliaCollections/LRUCache.jl
Releases · JuliaCollections/LRUCache.jl
v1.6.1
v1.6.0
LRUCache v1.6.0
New feature: cache_info(lru)
provides some statistics about the cache.
Merged pull requests:
- add
cache_info
(#43) (@ericphanson) - fix
empty!
bug (#44) (@ericphanson)
Closed issues:
v1.5.0
LRUCache v1.5.0
Merged pull requests:
- Max size is a required argument making a read me example wrong (#32) (@this-josh)
- support Iterators.reverse (initiated by @caseykneale) (#33) (@Jutho)
- enable dependabot for GitHub actions (#34) (@ranocha)
- Bump codecov/codecov-action from 1 to 3 (#35) (@dependabot[bot])
- Bump actions/checkout from 2 to 3 (#36) (@dependabot[bot])
- fix lock usage (#38) (@ericphanson)
- Don't evict whole cache for large entries (#40) (@ericphanson)
Closed issues:
v1.3.0
v1.2.0
v1.1.0
LRUCache v1.1.0
Merged pull requests:
- Install TagBot as a GitHub Action (#16) (@JuliaTagBot)
- Add default (non-parameterized) constructor (#17) (@kmsquire)
v1.0.3
v1.0.3 (2019-11-14)
Merged pull requests:
v1.0.2
v1.0.2 (2019-08-09)
v1.0.1
v1.0.0
v1.0.0 (2019-07-18)
Merged pull requests: