-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update module github.com/renekroon/ttlcache/v2 to v3 - autoclosed #29830
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: receiver/googlecloudspannerreceiver/go.sum
|
0202ade
to
4fef2f1
Compare
7f108ff
to
b4e48b5
Compare
b4e48b5
to
82d18e8
Compare
82d18e8
to
2cb6f60
Compare
Pinging code owners of the module that brings in this dependency @varunraiko, please review and see if this update can be applied or should be ignored |
1abd8f9
to
0f4fa5c
Compare
0f4fa5c
to
f6539be
Compare
f6539be
to
5806ac5
Compare
Given that googlecloudspannerreceiver (the only component this PR changes) is unmaintained, should we close this? |
This PR contains the following updates:
v2.11.0
->v3.3.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
ReneKroon/ttlcache (github.com/ReneKroon/ttlcache/v2)
v3.3.0
Compare Source
What's Changed
RangeBackwards
method by @k1LoW in https://github.com/jellydator/ttlcache/pull/149Len
method by counting expired items in expiration queue by @hongkuancn in https://github.com/jellydator/ttlcache/pull/150New Contributors
Full Changelog: jellydator/ttlcache@v3.2.1...v3.3.0
v3.2.1
Compare Source
What's Changed
Items
method by @hongkuancn in https://github.com/jellydator/ttlcache/pull/146New Contributors
Full Changelog: jellydator/ttlcache@v3.2.0...v3.2.1
v3.2.0
Compare Source
What's Changed
Full Changelog: jellydator/ttlcache@v3.1.1...v3.2.0
v3.1.1
Compare Source
Fix a bug in the
Range
method that causes a panic when the cache is emptyv3.1.0
Compare Source
Notable changes:
GetOrSet
andGetAndDelete
methods to theCache
type (@Savid, @DoubleDi)Has
method to theCache
type (@gozeloglu)Version
method to theItem
type (@gozeloglu)Range
method to theCache
type (@gozeloglu)v3.0.1
Compare Source
Add a SupressedLoader initialization function (https://github.com/jellydator/ttlcache/issues/86)
v3.0.0
Compare Source
The version 3 of ttlcache includes many breaking changes, some of which improve the general usability and readability of the code, while others extend the current API with new Go features (mainly type parameters). The most notable of these additions/changes are:
Item
type that is returned by bothGet
andSet
methods.Close()
method.Purge()
method toDeleteAll()
.New
function that now accepts functional options. It also doesn't start the automatic expired item deletion process: theStart()
method needs to be explicitly called for it to be activated.Loader
interface.All new or updated types and functions can be found on the documentation, README, or v3 issue page.
v2.11.1
Compare Source
The v2 module path has been changed.
Configuration
📅 Schedule: Branch creation - "on tuesday" (UTC), 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 was generated by Mend Renovate. View the repository job log.