Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 20, 2022

This PR contains the following updates:

Package Change Age Confidence
github.com/hashicorp/golang-lru v1.0.2 -> v2.0.7 age confidence

Release Notes

hashicorp/golang-lru (github.com/hashicorp/golang-lru)

v2.0.7: golang-lru 2.0.7

Compare Source

What's Changed

New Contributors

Full Changelog: hashicorp/golang-lru@v2.0.6...v2.0.7

v2.0.6: golang-lru 2.0.6

Compare Source

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

Full Changelog: hashicorp/golang-lru@v2.0.5...v2.0.6

v2.0.5: Add expirable LRU

Compare Source

This release adds an expirable LRU package.

v2.0.4: Add eviction callback on replace

Compare Source

This release encompasses #​135

v2.0.3: Add Values() and separate ARC

Compare Source

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: Reduce memory usage

Compare Source

Minor fixes to reduce some memory usage

v2.0.1

Compare Source

v2.0.0: Generics

Compare Source

This release adds support for generics, and bumps the package version appropriately.


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependency label Dec 20, 2022
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-golang-lru-2.x branch from 1d367e7 to 3b4dec4 Compare March 16, 2023 11:28
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-golang-lru-2.x branch from 3b4dec4 to 48141d0 Compare June 6, 2023 23:03
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-golang-lru-2.x branch from 48141d0 to c39b593 Compare June 21, 2023 16:08
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-golang-lru-2.x branch from c39b593 to cb37bdf Compare August 8, 2023 19:55
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-golang-lru-2.x branch from cb37bdf to e9842d3 Compare August 24, 2023 20:22
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-golang-lru-2.x branch from e9842d3 to be2e15f Compare September 29, 2023 17:48
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-golang-lru-2.x branch 5 times, most recently from 90dbb3d to 2bdeb2f Compare May 27, 2024 15:32
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-golang-lru-2.x branch from 2bdeb2f to 4c1b82f Compare June 4, 2024 11:25
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-golang-lru-2.x branch from 4c1b82f to 0ab5035 Compare June 17, 2024 17:05
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-golang-lru-2.x branch from 0ab5035 to beb5acb Compare September 11, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants