Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2025

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

Release notes

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

9.17.2

🐛 Bug Fixes

  • Connection Pool: Fixed critical race condition in turn management that could cause connection leaks when dial goroutines complete after request timeout (#3626) by @​cyningsun
  • Context Timeout: Improved context timeout calculation to use minimum of remaining time and DialTimeout, preventing goroutines from waiting longer than necessary (#3626) by @​cyningsun

🧰 Maintenance

  • chore(deps): bump rojopolis/spellcheck-github-actions from 0.54.0 to 0.55.0 (#3627)

Contributors

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

@​cyningsun and @​ndyakov

9.17.1

🐛 Bug Fixes

🧰 Maintenance

  • chore(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 (#3609)
  • chore(deps): bump actions/checkout from 5 to 6 (#3610)
  • chore(script): fix help call in tag.sh (#3606) by @​ndyakov

Contributors

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

@​marcoferrer and @​ndyakov

Changelog

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

9.17.2 (2025-12-01)

🐛 Bug Fixes

  • Connection Pool: Fixed critical race condition in turn management that could cause connection leaks when dial goroutines complete after request timeout (#3626) by @​cyningsun
  • Context Timeout: Improved context timeout calculation to use minimum of remaining time and DialTimeout, preventing goroutines from waiting longer than necessary (#3626) by @​cyningsun

🧰 Maintenance

  • chore(deps): bump rojopolis/spellcheck-github-actions from 0.54.0 to 0.55.0 (#3627)

Contributors

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

@​cyningsun and @​ndyakov


Full Changelog: redis/go-redis@v9.17.1...v9.17.2

9.17.1 (2025-11-25)

🐛 Bug Fixes

🧰 Maintenance

  • chore(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 (#3609)
  • chore(deps): bump actions/checkout from 5 to 6 (#3610)
  • chore(script): fix help call in tag.sh (#3606) by @​ndyakov

Contributors

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

@​marcoferrer and @​ndyakov


Full Changelog: redis/go-redis@v9.17.0...v9.17.1

Commits
  • d3e7d4c chore(release): v9.17.2 (#3629)
  • 665d0bf fix(pool): correct turn management in putIdleConn to prevent connection leaks...
  • 68d8c59 chore(release): v9.17.1 (#3617)
  • 932caa5 chore(deps): bump actions/stale from 9 to 10 (#3505)
  • b362eb7 fix(txpipeline) add wait to keyless commands list (#3615)
  • fd437ce chore(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 (#3609)
  • 8549116 chore(deps): bump actions/checkout from 5 to 6 (#3610)
  • 6390822 fix(time): remove cached time optimization (#3611)
  • 1bb9e0d chore(scripts: fix help call in tag.sh (#3606)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 2, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 2, 2025 12:09
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 2, 2025
@dependabot dependabot bot requested review from mdelle1 and ylg-avalabs December 2, 2025 12:09
@dependabot dependabot bot added the go Pull requests that update Go code label Dec 2, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/redis/go-redis/v9-9.17.2 branch from 0af5206 to 052501d Compare December 2, 2025 16:59
@geoff-vball
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/redis/go-redis/v9-9.17.2 branch 2 times, most recently from 52546a9 to 002b9fc Compare December 3, 2025 15:12
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.17.0 to 9.17.2.
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/v9.17.2/RELEASE-NOTES.md)
- [Commits](redis/go-redis@v9.17.0...v9.17.2)

---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
  dependency-version: 9.17.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/redis/go-redis/v9-9.17.2 branch from 002b9fc to 7548166 Compare December 3, 2025 21:18
@iansuvak iansuvak merged commit c80dafd into main Dec 4, 2025
20 checks passed
@iansuvak iansuvak deleted the dependabot/go_modules/github.com/redis/go-redis/v9-9.17.2 branch December 4, 2025 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants