[PR #809] [CLOSED] fix(deps): bump github.com/redis/go-redis/v9 from 9.17.2 to 9.17.3 in /api #807

Closed
opened 2026-03-03 16:40:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/809
Author: @dependabot[bot]
Created: 2/1/2026
Status: Closed

Base: mainHead: dependabot/go_modules/api/github.com/redis/go-redis/v9-9.17.3


📝 Commits (1)

  • c0edf9d fix(deps): bump github.com/redis/go-redis/v9 in /api

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 api/go.mod (+1 -1)
📝 api/go.sum (+2 -2)

📄 Description

Bumps github.com/redis/go-redis/v9 from 9.17.2 to 9.17.3.

Release notes

Sourced from github.com/redis/go-redis/v9's releases.

9.17.3

🐛 Bug Fixes

  • Connection Pool: Fixed zombie wantConn elements accumulation in wantConnQueue that could cause resource leaks in high concurrency scenarios with dial failures (#3680) by @​cyningsun
  • Stream Commands: Fixed XADD and XTRIM commands to use exact threshold (=) when Approx is false, ensuring precise stream trimming behavior (#3684) by @​ndyakov
  • Connection Pool: Added ConnMaxLifetimeJitter configuration to distribute connection expiration times and prevent the thundering herd problem when many connections expire simultaneously (#3666) by @​cyningsun
  • Client Options: Added DialerRetries and DialerRetryTimeout fields to ClusterOptions, RingOptions, and FailoverOptions to allow configuring connection retry behavior for cluster, ring, and sentinel clients (#3686) by @​naveenchander30

Contributors

We'd like to thank all the contributors who worked on this release!

@​cyningsun, @​naveenchander30, and @​ndyakov


Full Changelog: https://github.com/redis/go-redis/compare/v9.17.2...v9.17.3

Changelog

Sourced from github.com/redis/go-redis/v9's changelog.

9.17.3 (2026-01-25)

🐛 Bug Fixes

  • Connection Pool: Fixed zombie wantConn elements accumulation in wantConnQueue that could cause resource leaks in high concurrency scenarios with dial failures (#3680) by @​cyningsun
  • Stream Commands: Fixed XADD and XTRIM commands to use exact threshold (=) when Approx is false, ensuring precise stream trimming behavior (#3684) by @​ndyakov
  • Connection Pool: Added ConnMaxLifetimeJitter configuration to distribute connection expiration times and prevent the thundering herd problem when many connections expire simultaneously (#3666) by @​cyningsun
  • Client Options: Added DialerRetries and DialerRetryTimeout fields to ClusterOptions, RingOptions, and FailoverOptions to allow configuring connection retry behavior for cluster, ring, and sentinel clients (#3686) by @​naveenchander30

Contributors

We'd like to thank all the contributors who worked on this release!

@​cyningsun, @​naveenchander30, and @​ndyakov


Full Changelog: https://github.com/redis/go-redis/compare/v9.17.2...v9.17.3

Commits
  • 0a836fb chore(release): 9.17.3 patch with bugfixes (#3688)
  • 2668e11 feat(options): add DialerRetries and DialerRetryTimeout to ClusterOptions, Ri...
  • 981333f fix(pool): fix wantConnQueue zombie elements and add comprehensive test cover...
  • 87be269 fix(xadd,xtrim): when approx is false, should have = (#3684)
  • 5a61639 feat(pool): add ConnMaxLifetimeJitter to prevent connection thundering herd (...
  • See full diff 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NdoleStudio/httpsms/pull/809 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/1/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/go_modules/api/github.com/redis/go-redis/v9-9.17.3` --- ### 📝 Commits (1) - [`c0edf9d`](https://github.com/NdoleStudio/httpsms/commit/c0edf9d2c78eea825be08c366dd2ea6eaaed70ec) fix(deps): bump github.com/redis/go-redis/v9 in /api ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `api/go.mod` (+1 -1) 📝 `api/go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.17.2 to 9.17.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/redis/go-redis/releases">github.com/redis/go-redis/v9's releases</a>.</em></p> <blockquote> <h2>9.17.3</h2> <h2>🐛 Bug Fixes</h2> <ul> <li><strong>Connection Pool</strong>: Fixed zombie <code>wantConn</code> elements accumulation in <code>wantConnQueue</code> that could cause resource leaks in high concurrency scenarios with dial failures (<a href="https://redirect.github.com/redis/go-redis/pull/3680">#3680</a>) by <a href="https://github.com/cyningsun"><code>@​cyningsun</code></a></li> <li><strong>Stream Commands</strong>: Fixed <code>XADD</code> and <code>XTRIM</code> commands to use exact threshold (<code>=</code>) when <code>Approx</code> is false, ensuring precise stream trimming behavior (<a href="https://redirect.github.com/redis/go-redis/pull/3684">#3684</a>) by <a href="https://github.com/ndyakov"><code>@​ndyakov</code></a></li> <li><strong>Connection Pool</strong>: Added <code>ConnMaxLifetimeJitter</code> configuration to distribute connection expiration times and prevent the thundering herd problem when many connections expire simultaneously (<a href="https://redirect.github.com/redis/go-redis/pull/3666">#3666</a>) by <a href="https://github.com/cyningsun"><code>@​cyningsun</code></a></li> <li><strong>Client Options</strong>: Added <code>DialerRetries</code> and <code>DialerRetryTimeout</code> fields to <code>ClusterOptions</code>, <code>RingOptions</code>, and <code>FailoverOptions</code> to allow configuring connection retry behavior for cluster, ring, and sentinel clients (<a href="https://redirect.github.com/redis/go-redis/pull/3686">#3686</a>) by <a href="https://github.com/naveenchander30"><code>@​naveenchander30</code></a></li> </ul> <h2>Contributors</h2> <p>We'd like to thank all the contributors who worked on this release!</p> <p><a href="https://github.com/cyningsun"><code>@​cyningsun</code></a>, <a href="https://github.com/naveenchander30"><code>@​naveenchander30</code></a>, and <a href="https://github.com/ndyakov"><code>@​ndyakov</code></a></p> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/redis/go-redis/compare/v9.17.2...v9.17.3">https://github.com/redis/go-redis/compare/v9.17.2...v9.17.3</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/redis/go-redis/blob/v9.17.3/RELEASE-NOTES.md">github.com/redis/go-redis/v9's changelog</a>.</em></p> <blockquote> <h1>9.17.3 (2026-01-25)</h1> <h2>🐛 Bug Fixes</h2> <ul> <li><strong>Connection Pool</strong>: Fixed zombie <code>wantConn</code> elements accumulation in <code>wantConnQueue</code> that could cause resource leaks in high concurrency scenarios with dial failures (<a href="https://redirect.github.com/redis/go-redis/pull/3680">#3680</a>) by <a href="https://github.com/cyningsun"><code>@​cyningsun</code></a></li> <li><strong>Stream Commands</strong>: Fixed <code>XADD</code> and <code>XTRIM</code> commands to use exact threshold (<code>=</code>) when <code>Approx</code> is false, ensuring precise stream trimming behavior (<a href="https://redirect.github.com/redis/go-redis/pull/3684">#3684</a>) by <a href="https://github.com/ndyakov"><code>@​ndyakov</code></a></li> <li><strong>Connection Pool</strong>: Added <code>ConnMaxLifetimeJitter</code> configuration to distribute connection expiration times and prevent the thundering herd problem when many connections expire simultaneously (<a href="https://redirect.github.com/redis/go-redis/pull/3666">#3666</a>) by <a href="https://github.com/cyningsun"><code>@​cyningsun</code></a></li> <li><strong>Client Options</strong>: Added <code>DialerRetries</code> and <code>DialerRetryTimeout</code> fields to <code>ClusterOptions</code>, <code>RingOptions</code>, and <code>FailoverOptions</code> to allow configuring connection retry behavior for cluster, ring, and sentinel clients (<a href="https://redirect.github.com/redis/go-redis/pull/3686">#3686</a>) by <a href="https://github.com/naveenchander30"><code>@​naveenchander30</code></a></li> </ul> <h2>Contributors</h2> <p>We'd like to thank all the contributors who worked on this release!</p> <p><a href="https://github.com/cyningsun"><code>@​cyningsun</code></a>, <a href="https://github.com/naveenchander30"><code>@​naveenchander30</code></a>, and <a href="https://github.com/ndyakov"><code>@​ndyakov</code></a></p> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/redis/go-redis/compare/v9.17.2...v9.17.3">https://github.com/redis/go-redis/compare/v9.17.2...v9.17.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redis/go-redis/commit/0a836fb24c808795dfa561ddfdba613e6b4961ea"><code>0a836fb</code></a> chore(release): 9.17.3 patch with bugfixes (<a href="https://redirect.github.com/redis/go-redis/issues/3688">#3688</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/2668e112ee20c81389703df94df04b057cca8b86"><code>2668e11</code></a> feat(options): add DialerRetries and DialerRetryTimeout to ClusterOptions, Ri...</li> <li><a href="https://github.com/redis/go-redis/commit/981333fb426f5d4fe985d1071b481a40ceb88a45"><code>981333f</code></a> fix(pool): fix wantConnQueue zombie elements and add comprehensive test cover...</li> <li><a href="https://github.com/redis/go-redis/commit/87be269e743f511d0babfa81f285c96bc8b40868"><code>87be269</code></a> fix(xadd,xtrim): when approx is false, should have <code>=</code> (<a href="https://redirect.github.com/redis/go-redis/issues/3684">#3684</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/5a616396ba090a173d1f920b57d807b24f6c7880"><code>5a61639</code></a> feat(pool): add ConnMaxLifetimeJitter to prevent connection thundering herd (...</li> <li>See full diff in <a href="https://github.com/redis/go-redis/compare/v9.17.2...v9.17.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/redis/go-redis/v9&package-manager=go_modules&previous-version=9.17.2&new-version=9.17.3)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:40:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/httpsms#807
No description provided.