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

Bump github.com/ReneKroon/ttlcache/v2 from 2.9.0 to 2.11.0 #1529

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 20, 2021

Bumps github.com/ReneKroon/ttlcache/v2 from 2.9.0 to 2.11.0.

Release notes

Sourced from github.com/ReneKroon/ttlcache/v2's releases.

2.11.0 - GetItems method added

2.11.0 (December 2021) #64: @​DoubleDi added a method GetItems to retrieve all items in the cache. This method also triggers all callbacks associated with a normal Get

API changes:

// GetItems returns a copy of all items in the cache. Returns nil when the cache has been closed. 
func (cache *Cache) GetItems() map[string]interface{} {..}

2.10.0 - memory leak fix

2.10.0 (December 2021)

#62 : @​nikhilk1701 found a memory leak where removed items are not directly eligible for garbage collection. There are no API changes.

Changelog

Sourced from github.com/ReneKroon/ttlcache/v2's changelog.

2.11.0 (December 2021)

#64: @​DoubeDi added a method GetItems to retrieve all items in the cache. This method also triggers all callbacks associated with a normal Get

API changes:

// GetItems returns a copy of all items in the cache. Returns nil when the cache has been closed. func (cache *Cache) GetItems() map[string]interface{} {

2.10.0 (December 2021)

#62 : @​nikhilk1701 found a memory leak where removed items are not directly eligible for garbage collection. There are no API changes.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Go code labels Dec 20, 2021
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/ReneKroon/ttlcache/v2-2.11.0 branch from 4e4e349 to 2e49f90 Compare January 22, 2022 00:26
Bumps [github.com/ReneKroon/ttlcache/v2](https://github.com/ReneKroon/ttlcache) from 2.9.0 to 2.11.0.
- [Release notes](https://github.com/ReneKroon/ttlcache/releases)
- [Changelog](https://github.com/ReneKroon/ttlcache/blob/master/CHANGELOG.md)
- [Commits](jellydator/ttlcache@v2.9.0...v2.11.0)

---
updated-dependencies:
- dependency-name: github.com/ReneKroon/ttlcache/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/ReneKroon/ttlcache/v2-2.11.0 branch from 2e49f90 to 9ebfd62 Compare January 22, 2022 00:27
@deluan deluan merged commit 86fe1e3 into master Jan 22, 2022
@deluan deluan deleted the dependabot/go_modules/github.com/ReneKroon/ttlcache/v2-2.11.0 branch January 22, 2022 00:35
@o0mba0o o0mba0o mentioned this pull request Nov 20, 2022
@github-actions
Copy link

github-actions bot commented Mar 7, 2023

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant