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

deps: bump github.com/jellydator/ttlcache/v3 from 3.1.1 to 3.2.1 #656

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

Bumps github.com/jellydator/ttlcache/v3 from 3.1.1 to 3.2.1.

Release notes

Sourced from github.com/jellydator/ttlcache/v3's releases.

v3.2.1

What's Changed

New Contributors

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

v3.2.0

What's Changed

Full Changelog: jellydator/ttlcache@v3.1.1...v3.2.0

Commits
  • d22fb9e Exclude expired keys in data retrieval methods
  • 1e6fd11 remove size when initializing map
  • f4a6991 use value directly when range map
  • 2371d93 Fix data race in Items()
  • 66d8e52 Bump golang.org/x/sync from 0.7.0 to 0.8.0
  • 62c3733 fix double insertion into expiration queue
  • 9ca4fc0 add test for update of expired items
  • d62194a add thread safety to features list (#137)
  • 0c89a3b Bump golang.org/x/sync from 0.6.0 to 0.7.0
  • 5ed191f Bump actions/setup-go from 3 to 5 (#129)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [github.com/jellydator/ttlcache/v3](https://github.com/jellydator/ttlcache) from 3.1.1 to 3.2.1.
- [Release notes](https://github.com/jellydator/ttlcache/releases)
- [Commits](jellydator/ttlcache@v3.1.1...v3.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner August 26, 2024 13:51
@dependabot dependabot bot added area/dependencies Pull requests that update a dependency file lang/go The Go Programming Language labels Aug 26, 2024
@dependabot dependabot bot requested review from rayaisaiah and nddq August 26, 2024 13:51
@nddq nddq added this pull request to the merge queue Aug 26, 2024
github-merge-queue bot pushed a commit that referenced this pull request Aug 26, 2024
Bumps
[github.com/jellydator/ttlcache/v3](https://github.com/jellydator/ttlcache)
from 3.1.1 to 3.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jellydator/ttlcache/releases">github.com/jellydator/ttlcache/v3's
releases</a>.</em></p>
<blockquote>
<h2>v3.2.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Create dependabot.yaml by <a
href="https://github.com/hkadakia"><code>@​hkadakia</code></a> in <a
href="https://redirect.github.com/jellydator/ttlcache/pull/128">jellydator/ttlcache#128</a></li>
<li>Add thread safety to features list by <a
href="https://github.com/trajan0x"><code>@​trajan0x</code></a> in <a
href="https://redirect.github.com/jellydator/ttlcache/pull/137">jellydator/ttlcache#137</a></li>
<li>Fix update of expired items by <a
href="https://github.com/Snawoot"><code>@​Snawoot</code></a> in <a
href="https://redirect.github.com/jellydator/ttlcache/pull/124">jellydator/ttlcache#124</a></li>
<li>Fix data race in <code>Items</code> method by <a
href="https://github.com/hongkuancn"><code>@​hongkuancn</code></a> in <a
href="https://redirect.github.com/jellydator/ttlcache/pull/146">jellydator/ttlcache#146</a></li>
<li>Exclude expired keys in data retrieval methods by <a
href="https://github.com/hongkuancn"><code>@​hongkuancn</code></a> in <a
href="https://redirect.github.com/jellydator/ttlcache/pull/148">jellydator/ttlcache#148</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/hkadakia"><code>@​hkadakia</code></a>
made their first contribution in <a
href="https://redirect.github.com/jellydator/ttlcache/pull/128">jellydator/ttlcache#128</a></li>
<li><a href="https://github.com/trajan0x"><code>@​trajan0x</code></a>
made their first contribution in <a
href="https://redirect.github.com/jellydator/ttlcache/pull/137">jellydator/ttlcache#137</a></li>
<li><a href="https://github.com/Snawoot"><code>@​Snawoot</code></a> made
their first contribution in <a
href="https://redirect.github.com/jellydator/ttlcache/pull/124">jellydator/ttlcache#124</a></li>
<li><a
href="https://github.com/hongkuancn"><code>@​hongkuancn</code></a> made
their first contribution in <a
href="https://redirect.github.com/jellydator/ttlcache/pull/146">jellydator/ttlcache#146</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jellydator/ttlcache/compare/v3.2.0...v3.2.1">https://github.com/jellydator/ttlcache/compare/v3.2.0...v3.2.1</a></p>
<h2>v3.2.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add Support for PreviousTTL by <a
href="https://github.com/ShivamKumar2002"><code>@​ShivamKumar2002</code></a>
in <a
href="https://redirect.github.com/jellydator/ttlcache/pull/121">jellydator/ttlcache#121</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jellydator/ttlcache/compare/v3.1.1...v3.2.0">https://github.com/jellydator/ttlcache/compare/v3.1.1...v3.2.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jellydator/ttlcache/commit/d22fb9e157281004f75b1861c1ad18d67a11ba22"><code>d22fb9e</code></a>
Exclude expired keys in data retrieval methods</li>
<li><a
href="https://github.com/jellydator/ttlcache/commit/1e6fd114dfc7618d5a3bf3b9686b2a9314c6fae7"><code>1e6fd11</code></a>
remove size when initializing map</li>
<li><a
href="https://github.com/jellydator/ttlcache/commit/f4a69914dd1faaa358c3070080f7599ae9f29ada"><code>f4a6991</code></a>
use value directly when range map</li>
<li><a
href="https://github.com/jellydator/ttlcache/commit/2371d93fc12dccecc1e6217ff72bc527fe3adf19"><code>2371d93</code></a>
Fix data race in Items()</li>
<li><a
href="https://github.com/jellydator/ttlcache/commit/66d8e521dcef9288b6ce8236bd1ead884e9e4db7"><code>66d8e52</code></a>
Bump golang.org/x/sync from 0.7.0 to 0.8.0</li>
<li><a
href="https://github.com/jellydator/ttlcache/commit/62c37338e6b2e3d60cd8270834ecc15c1f8c6aff"><code>62c3733</code></a>
fix double insertion into expiration queue</li>
<li><a
href="https://github.com/jellydator/ttlcache/commit/9ca4fc0ec4799ec585d15039177336232216d5c5"><code>9ca4fc0</code></a>
add test for update of expired items</li>
<li><a
href="https://github.com/jellydator/ttlcache/commit/d62194a84456949f565dd8129476293d941270f2"><code>d62194a</code></a>
add thread safety to features list (<a
href="https://redirect.github.com/jellydator/ttlcache/issues/137">#137</a>)</li>
<li><a
href="https://github.com/jellydator/ttlcache/commit/0c89a3b46b4a36766f015617dc874d022953ae02"><code>0c89a3b</code></a>
Bump golang.org/x/sync from 0.6.0 to 0.7.0</li>
<li><a
href="https://github.com/jellydator/ttlcache/commit/5ed191f4e55c7391178c5946171aabb80e4de371"><code>5ed191f</code></a>
Bump actions/setup-go from 3 to 5 (<a
href="https://redirect.github.com/jellydator/ttlcache/issues/129">#129</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/jellydator/ttlcache/compare/v3.1.1...v3.2.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/jellydator/ttlcache/v3&package-manager=go_modules&previous-version=3.1.1&new-version=3.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merged via the queue into main with commit 96da35c Aug 26, 2024
22 checks passed
@nddq nddq deleted the dependabot/go_modules/github.com/jellydator/ttlcache/v3-3.2.1 branch August 26, 2024 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file lang/go The Go Programming Language
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant