Skip to content

build(deps): Bump github.com/redis/go-redis/v9 from 9.14.1 to 9.17.2#2706

Merged
bobcallaway merged 3 commits intomainfrom
dependabot/go_modules/github.com/redis/go-redis/v9-9.17.2
Jan 22, 2026
Merged

build(deps): Bump github.com/redis/go-redis/v9 from 9.14.1 to 9.17.2#2706
bobcallaway merged 3 commits intomainfrom
dependabot/go_modules/github.com/redis/go-redis/v9-9.17.2

Conversation

@dependabot
Copy link
Contributor

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

Bumps github.com/redis/go-redis/v9 from 9.14.1 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

9.17.0

🚀 Highlights

Redis 8.4 Support

Added support for Redis 8.4, including new commands and features (#3572)

Typed Errors

Introduced typed errors for better error handling using errors.As instead of string checks. Errors can now be wrapped and set to commands in hooks without breaking library functionality (#3602)

New Commands

  • CAS/CAD Commands: Added support for Compare-And-Set/Compare-And-Delete operations with conditional matching (IFEQ, IFNE, IFDEQ, IFDNE) (#3583, #3595)
  • MSETEX: Atomically set multiple key-value pairs with expiration options and conditional modes (#3580)
  • XReadGroup CLAIM: Consume both incoming and idle pending entries from streams in a single call (#3578)
  • ACL Commands: Added ACLGenPass, ACLUsers, and ACLWhoAmI (#3576)
  • SLOWLOG Commands: Added SLOWLOG LEN and SLOWLOG RESET (#3585)
  • LATENCY Commands: Added LATENCY LATEST and LATENCY RESET (#3584)

... (truncated)

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

9.17.0 (2025-11-19)

🚀 Highlights

Redis 8.4 Support

Added support for Redis 8.4, including new commands and features (#3572)

Typed Errors

... (truncated)

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)
  • 5b0b228 chore(release): v9.17.0 (#3604)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 8, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 8, 2025 11:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 8, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/redis/go-redis/v9-9.17.2 branch 2 times, most recently from 6e0f235 to 5efcdcb Compare January 5, 2026 12:00
bobcallaway
bobcallaway previously approved these changes Jan 5, 2026
@bobcallaway bobcallaway enabled auto-merge (squash) January 5, 2026 12:05
@Hayden-IO
Copy link
Contributor

@dependabot rebase

Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.14.1 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.14.1...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-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/redis/go-redis/v9-9.17.2 branch from 5efcdcb to 4278a35 Compare January 21, 2026 22:31
@bobcallaway
Copy link
Member

goleak: Errors on successful test run: found unexpected goroutines:
[Goroutine 9 in state select, with github.com/redis/go-redis/v9/maintnotifications.(*CircuitBreakerManager).cleanupLoop on top of the stack:
github.com/redis/go-redis/v9/maintnotifications.(*CircuitBreakerManager).cleanupLoop(0xc0000ce280)
	/home/runner/go/pkg/mod/github.com/redis/go-redis/v9@v9.17.2/maintnotifications/circuit_breaker.go:285 +0xb7
created by github.com/redis/go-redis/v9/maintnotifications.newCircuitBreakerManager in goroutine 8
	/home/runner/go/pkg/mod/github.com/redis/go-redis/v9@v9.17.2/maintnotifications/circuit_breaker.go:241 +0xe5
 Goroutine 10 in state select, with github.com/redis/go-redis/v9/maintnotifications.(*CircuitBreakerManager).cleanupLoop on top of the stack:
github.com/redis/go-redis/v9/maintnotifications.(*CircuitBreakerManager).cleanupLoop(0xc0000ce370)
	/home/runner/go/pkg/mod/github.com/redis/go-redis/v9@v9.17.2/maintnotifications/circuit_breaker.go:285 +0xb7
created by github.com/redis/go-redis/v9/maintnotifications.newCircuitBreakerManager in goroutine 8
	/home/runner/go/pkg/mod/github.com/redis/go-redis/v9@v9.17.2/maintnotifications/circuit_breaker.go:241 +0xe5
 Goroutine 14 in state select, with github.com/redis/go-redis/v9/maintnotifications.(*CircuitBreakerManager).cleanupLoop on top of the stack:
github.com/redis/go-redis/v9/maintnotifications.(*CircuitBreakerManager).cleanupLoop(0xc0000ce5f0)
	/home/runner/go/pkg/mod/github.com/redis/go-redis/v9@v9.17.2/maintnotifications/circuit_breaker.go:285 +0xb7
created by github.com/redis/go-redis/v9/maintnotifications.newCircuitBreakerManager in goroutine 13
	/home/runner/go/pkg/mod/github.com/redis/go-redis/v9@v9.17.2/maintnotifications/circuit_breaker.go:241 +0xe5
 Goroutine 15 in state select, with github.com/redis/go-redis/v9/maintnotifications.(*CircuitBreakerManager).cleanupLoop on top of the stack:
github.com/redis/go-redis/v9/maintnotifications.(*CircuitBreakerManager).cleanupLoop(0xc0000ce6e0)
	/home/runner/go/pkg/mod/github.com/redis/go-redis/v9@v9.17.2/maintnotifications/circuit_breaker.go:285 +0xb7
created by github.com/redis/go-redis/v9/maintnotifications.newCircuitBreakerManager in goroutine 13
	/home/runner/go/pkg/mod/github.com/redis/go-redis/v9@v9.17.2/maintnotifications/circuit_breaker.go:241 +0xe5
]

Signed-off-by: Bob Callaway <bcallaway@google.com>
@bobcallaway bobcallaway requested a review from a team as a code owner January 22, 2026 00:04
Signed-off-by: Bob Callaway <bcallaway@google.com>
@bobcallaway bobcallaway merged commit ca625dc into main Jan 22, 2026
16 checks passed
@bobcallaway bobcallaway deleted the dependabot/go_modules/github.com/redis/go-redis/v9-9.17.2 branch January 22, 2026 00:42
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.

2 participants