Update module github.com/redis/go-redis/v9 to v9.17.2 #69

Merged
Gusted merged 1 commit from renovate/github.com-redis-go-redis-v9-9.x into main 2025-12-04 16:56:27 +00:00
Member

This PR contains the following updates:

Package Change Age Confidence
github.com/redis/go-redis/v9 v9.17.0 -> v9.17.2 age confidence

Release Notes

redis/go-redis (github.com/redis/go-redis/v9)

v9.17.2: 9.17.2

Compare Source

🐛 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

v9.17.1: 9.17.1

Compare Source

🐛 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


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) | `v9.17.0` -> `v9.17.2` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fredis%2fgo-redis%2fv9/v9.17.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fredis%2fgo-redis%2fv9/v9.17.0/v9.17.2?slim=true) | --- ### Release Notes <details> <summary>redis/go-redis (github.com/redis/go-redis/v9)</summary> ### [`v9.17.2`](https://github.com/redis/go-redis/releases/tag/v9.17.2): 9.17.2 [Compare Source](https://github.com/redis/go-redis/compare/v9.17.1...v9.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 ([#&#8203;3626](https://github.com/redis/go-redis/pull/3626)) by [@&#8203;cyningsun](https://github.com/cyningsun) - **Context Timeout**: Improved context timeout calculation to use minimum of remaining time and DialTimeout, preventing goroutines from waiting longer than necessary ([#&#8203;3626](https://github.com/redis/go-redis/pull/3626)) by [@&#8203;cyningsun](https://github.com/cyningsun) #### 🧰 Maintenance - chore(deps): bump rojopolis/spellcheck-github-actions from 0.54.0 to 0.55.0 ([#&#8203;3627](https://github.com/redis/go-redis/pull/3627)) #### Contributors We'd like to thank all the contributors who worked on this release! [@&#8203;cyningsun](https://github.com/cyningsun) and [@&#8203;ndyakov](https://github.com/ndyakov) ### [`v9.17.1`](https://github.com/redis/go-redis/releases/tag/v9.17.1): 9.17.1 [Compare Source](https://github.com/redis/go-redis/compare/v9.17.0...v9.17.1) #### 🐛 Bug Fixes - add wait to keyless commands list ([#&#8203;3615](https://github.com/redis/go-redis/pull/3615)) by [@&#8203;marcoferrer](https://github.com/marcoferrer) - fix(time): remove cached time optimization ([#&#8203;3611](https://github.com/redis/go-redis/pull/3611)) by [@&#8203;ndyakov](https://github.com/ndyakov) #### 🧰 Maintenance - chore(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 ([#&#8203;3609](https://github.com/redis/go-redis/pull/3609)) - chore(deps): bump actions/checkout from 5 to 6 ([#&#8203;3610](https://github.com/redis/go-redis/pull/3610)) - chore(script): fix help call in tag.sh ([#&#8203;3606](https://github.com/redis/go-redis/pull/3606)) by [@&#8203;ndyakov](https://github.com/ndyakov) #### Contributors We'd like to thank all the contributors who worked on this release! [@&#8203;marcoferrer](https://github.com/marcoferrer) and [@&#8203;ndyakov](https://github.com/ndyakov) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS4zIiwidXBkYXRlZEluVmVyIjoiNDIuMjcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Gusted approved these changes 2025-11-29 21:18:39 +00:00
Dismissed
viceice-bot force-pushed renovate/github.com-redis-go-redis-v9-9.x from 42fa92940d
All checks were successful
test / test (pull_request) Successful in 1m21s
to 6d50f93a7d
All checks were successful
test / test (pull_request) Successful in 1m24s
2025-12-01 14:35:22 +00:00
Compare
viceice-bot dismissed Gusted's review 2025-12-01 14:35:22 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

viceice-bot changed title from Update module github.com/redis/go-redis/v9 to v9.17.1 to Update module github.com/redis/go-redis/v9 to v9.17.2 2025-12-01 14:35:23 +00:00
Gusted merged commit debbf7feed into main 2025-12-04 16:56:27 +00:00
Gusted deleted branch renovate/github.com-redis-go-redis-v9-9.x 2025-12-04 16:56:28 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
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
go-chi/session!69
No description provided.