elastic / go-freelru

GC-less, fast and generic LRU hashmap library for Go
Apache License 2.0
145 stars 9 forks source link

Update module github.com/hashicorp/golang-lru/v2 to v2.0.7 #37

Closed elastic-renovate-prod[bot] closed 1 month ago

elastic-renovate-prod[bot] commented 1 month ago

This PR contains the following updates:

Package Type Update Change
github.com/hashicorp/golang-lru/v2 require patch v2.0.1 -> v2.0.7

Release Notes

hashicorp/golang-lru (github.com/hashicorp/golang-lru/v2) ### [`v2.0.7`](https://togithub.com/hashicorp/golang-lru/releases/tag/v2.0.7): golang-lru 2.0.7 [Compare Source](https://togithub.com/hashicorp/golang-lru/compare/v2.0.6...v2.0.7) #### What's Changed - expirable LRU: fix so that Get/Peek cannot return an ok and empty value by [@​irenarindos](https://togithub.com/irenarindos) in [https://github.com/hashicorp/golang-lru/pull/156](https://togithub.com/hashicorp/golang-lru/pull/156) - add a Resize method to 2Q by [@​veloting](https://togithub.com/veloting) in [https://github.com/hashicorp/golang-lru/pull/151](https://togithub.com/hashicorp/golang-lru/pull/151) #### New Contributors - [@​irenarindos](https://togithub.com/irenarindos) made their first contribution in [https://github.com/hashicorp/golang-lru/pull/156](https://togithub.com/hashicorp/golang-lru/pull/156) - [@​veloting](https://togithub.com/veloting) made their first contribution in [https://github.com/hashicorp/golang-lru/pull/151](https://togithub.com/hashicorp/golang-lru/pull/151) **Full Changelog**: https://github.com/hashicorp/golang-lru/compare/v2.0.6...v2.0.7 ### [`v2.0.6`](https://togithub.com/hashicorp/golang-lru/releases/tag/v2.0.6): golang-lru 2.0.6 [Compare Source](https://togithub.com/hashicorp/golang-lru/compare/v2.0.5...v2.0.6) This release removes calling the eviction callback when the `Add` method is called with an item that is already in the cache ([#​154](https://togithub.com/hashicorp/golang-lru/issues/154)); it reverts PR [#​135](https://togithub.com/hashicorp/golang-lru/issues/135) which caused issue [#​141](https://togithub.com/hashicorp/golang-lru/issues/141). #### What's Changed - \[COMPLIANCE] Add Copyright and License Headers by [@​hashicorp-copywrite](https://togithub.com/hashicorp-copywrite) in [https://github.com/hashicorp/golang-lru/pull/149](https://togithub.com/hashicorp/golang-lru/pull/149) - Revert [#​135](https://togithub.com/hashicorp/golang-lru/issues/135) and add tests for eviction callback by [@​mgaffney](https://togithub.com/mgaffney) in [https://github.com/hashicorp/golang-lru/pull/154](https://togithub.com/hashicorp/golang-lru/pull/154) **Full Changelog**: https://github.com/hashicorp/golang-lru/compare/v2.0.5...v2.0.6 ### [`v2.0.5`](https://togithub.com/hashicorp/golang-lru/releases/tag/v2.0.5): Add expirable LRU [Compare Source](https://togithub.com/hashicorp/golang-lru/compare/v2.0.4...v2.0.5) This release adds an `expirable` LRU package. ### [`v2.0.4`](https://togithub.com/hashicorp/golang-lru/releases/tag/v2.0.4): Add eviction callback on replace [Compare Source](https://togithub.com/hashicorp/golang-lru/compare/v2.0.3...v2.0.4) This release encompasses [https://github.com/hashicorp/golang-lru/pull/135](https://togithub.com/hashicorp/golang-lru/pull/135) ### [`v2.0.3`](https://togithub.com/hashicorp/golang-lru/releases/tag/v2.0.3): Add Values() and separate ARC [Compare Source](https://togithub.com/hashicorp/golang-lru/compare/v2.0.2...v2.0.3) This release adds the `Values()` method on caches and removes ARC from the main module so that it does not need to be imported along with the rest of the module for those concerned around its patent status. The code/API is the same, but is now found at `github.com/hashicorp/golang-lru/arc/v2`. ### [`v2.0.2`](https://togithub.com/hashicorp/golang-lru/releases/tag/v2.0.2): Reduce memory usage [Compare Source](https://togithub.com/hashicorp/golang-lru/compare/v2.0.1...v2.0.2) Minor fixes to reduce some memory usage

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot.

elastic-renovate-prod[bot] commented 1 month ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.