Skip to content
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

Update module github.com/ReneKroon/ttlcache/v2 to v3 #36209

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/ReneKroon/ttlcache/v2 v2.11.0 -> v3.3.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

⚠️ MAJOR VERSION UPDATE ⚠️ - please manually update this package


Release Notes

ReneKroon/ttlcache (github.com/ReneKroon/ttlcache/v2)

v3.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: jellydator/ttlcache@v3.2.1...v3.3.0

v3.2.1

Compare Source

What's Changed

New 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 empty

v3.1.0

Compare Source

Notable changes:

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:

  • The new Item type that is returned by both Get and Set methods.
  • The deletion of the Close() method.
  • The rename of the Purge() method to DeleteAll().
  • The rewritten New function that now accepts functional options. It also doesn't start the automatic expired item deletion process: the Start() 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 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.


  • 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 requested review from dashpole and a team as code owners November 5, 2024 13:35
@renovate renovate bot added the dependency-major-update Indicates a dependency major version bump label Nov 5, 2024
Copy link
Contributor Author

renovate bot commented Nov 5, 2024

⚠️ 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/v3@v3.3.0: parsing go.mod:
	module declares its path as: github.com/jellydator/ttlcache/v3
	        but was required as: github.com/ReneKroon/ttlcache/v3

@codeboten
Copy link
Contributor

Pinging code owners for receiver/googlecloudspanner: @dashpole @dsimil @KiranmayiB @harishbohara11.

@codeboten
Copy link
Contributor

@dsimil thanks for reviewing, this upgrade will need some code changes to update the imports to use the v3 cache

@renovate renovate bot changed the title fix(deps): update module github.com/renekroon/ttlcache/v2 to v3 Update module github.com/ReneKroon/ttlcache/v2 to v3 Nov 8, 2024
@renovate renovate bot changed the title Update module github.com/ReneKroon/ttlcache/v2 to v3 fix(deps): update module github.com/renekroon/ttlcache/v2 to v3 Nov 11, 2024
Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Nov 25, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/renekroon/ttlcache/v2 to v3 Update module github.com/ReneKroon/ttlcache/v2 to v3 Nov 25, 2024
@github-actions github-actions bot removed the Stale label Nov 26, 2024
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.

3 participants