opentelemetry-collector-contrib
opentelemetry-collector-contrib copied to clipboard
fix(deps): update module github.com/renekroon/ttlcache/v2 to v3
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| github.com/ReneKroon/ttlcache/v2 | v2.11.0 -> v3.3.0 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
:warning: MAJOR VERSION UPDATE :warning: - please manually update this package
Release Notes
ReneKroon/ttlcache (github.com/ReneKroon/ttlcache/v2)
v3.3.0
What's Changed
- Add
RangeBackwardsmethod by @k1LoW in https://github.com/jellydator/ttlcache/pull/149 - Optimize
Lenmethod by counting expired items in expiration queue by @hongkuancn in https://github.com/jellydator/ttlcache/pull/150
New Contributors
- @k1LoW made their first contribution in https://github.com/jellydator/ttlcache/pull/149
Full Changelog: https://github.com/jellydator/ttlcache/compare/v3.2.1...v3.3.0
v3.2.1
What's Changed
- Create dependabot.yaml by @hkadakia in https://github.com/jellydator/ttlcache/pull/128
- Add thread safety to features list by @trajan0x in https://github.com/jellydator/ttlcache/pull/137
- Fix update of expired items by @Snawoot in https://github.com/jellydator/ttlcache/pull/124
- Fix data race in
Itemsmethod by @hongkuancn in https://github.com/jellydator/ttlcache/pull/146 - Exclude expired keys in data retrieval methods by @hongkuancn in https://github.com/jellydator/ttlcache/pull/148
New Contributors
- @hkadakia made their first contribution in https://github.com/jellydator/ttlcache/pull/128
- @trajan0x made their first contribution in https://github.com/jellydator/ttlcache/pull/137
- @Snawoot made their first contribution in https://github.com/jellydator/ttlcache/pull/124
- @hongkuancn made their first contribution in https://github.com/jellydator/ttlcache/pull/146
Full Changelog: https://github.com/jellydator/ttlcache/compare/v3.2.0...v3.2.1
v3.2.0
What's Changed
- Add Support for PreviousTTL by @ShivamKumar2002 in https://github.com/jellydator/ttlcache/pull/121
Full Changelog: https://github.com/jellydator/ttlcache/compare/v3.1.1...v3.2.0
v3.1.1
Fix a bug in the Range method that causes a panic when the cache is empty
v3.1.0
Notable changes:
- Add the
GetOrSetandGetAndDeletemethods to theCachetype (@Savid, @DoubleDi) - Add the
Hasmethod to theCachetype (@gozeloglu) - Add the
Versionmethod to theItemtype (@gozeloglu) - Add the
Rangemethod to theCachetype (@gozeloglu)
v3.0.1
Add a SupressedLoader initialization function (https://github.com/jellydator/ttlcache/issues/86)
v3.0.0
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:
- The new
Itemtype that is returned by bothGetandSetmethods. - The deletion of the
Close()method. - The rename of the
Purge()method toDeleteAll(). - The rewritten
Newfunction 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. - Improved event/callback registration methods.
- More predictable item deletion when the cache's capacity is reached.
- The new
Loaderinterface.
All new or updated types and functions can be found on the documentation, README, or v3 issue page.
v2.11.1
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
⚠ Artifact update problem
Renovate 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:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: receiver/googlecloudspannerreceiver/go.sum
Command failed: go get -d -t ./...
go: github.com/ReneKroon/ttlcache/[email protected]: parsing go.mod:
module declares its path as: github.com/jellydator/ttlcache/v3
but was required as: github.com/ReneKroon/ttlcache/v3
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
⚠️ Artifact update problem
Renovate 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:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: receiver/googlecloudspannerreceiver/go.sum
Command failed: go get -d -t ./...
go: github.com/ReneKroon/ttlcache/[email protected]: parsing go.mod:
module declares its path as: github.com/jellydator/ttlcache/v3
but was required as: github.com/ReneKroon/ttlcache/v3
This PR was marked stale due to lack of activity. It will be closed in 14 days.
This PR was marked stale due to lack of activity. It will be closed in 14 days.