v2.0.6
版本发布时间: 2023-08-25 04:21:07
hashicorp/golang-lru最新发布版本:v2.0.7(2023-09-30 00:49:56)
This release removes calling the eviction callback when the Add
method is called with an item that is already in the cache (#154); it reverts PR #135 which caused issue #141.
What's Changed
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in https://github.com/hashicorp/golang-lru/pull/149
- Revert #135 and add tests for eviction callback by @mgaffney in https://github.com/hashicorp/golang-lru/pull/154
Full Changelog: https://github.com/hashicorp/golang-lru/compare/v2.0.5...v2.0.6