redis/go-redis (github.com/redis/go-redis/v9)
### [`v9.5.1`](https://togithub.com/redis/go-redis/releases/tag/v9.5.1): 9.5.1
[Compare Source](https://togithub.com/redis/go-redis/compare/v9.5.0...v9.5.1)
### Changes
Note: This release fixes the SETINFO issue from 9.5.0. This release restores connections to redis versions that do not have SETINFO. Thank you to our amazing community for their help with this issue
#### 🐛 Bug Fixes
- bug: Fix SETINFO ensuring it is set-and-forget ([#2915](https://togithub.com/redis/go-redis/issues/2915))
#### 🧰 Maintenance
- docs: README update to highlight how to disable sending client identification ([#2913](https://togithub.com/redis/go-redis/issues/2913))
#### Contributors
We'd like to thank all the contributors who worked on this release!
[@ofekshenawa](https://togithub.com/ofekshenawa)
### [`v9.5.0`](https://togithub.com/redis/go-redis/releases/tag/v9.5.0): 9.5.0
[Compare Source](https://togithub.com/redis/go-redis/compare/v9.4.0...v9.5.0)
### Changes
Note: This release implements SETINFO by default, and currently breaks with Redis versions *prior* to 7.2 due to the way the change was implemented. It should have failed silently, but did not. 9.5.1 will fix this. To disable this behaviour, with this release, please `DisableIdentity: true` in your `RedisOptions` struct.
#### 🚀 New Features
- Add object fraq command ([#2844](https://togithub.com/redis/go-redis/issues/2844))
- Speed up connections by sending SetInfo via a pipeline ([#2880](https://togithub.com/redis/go-redis/issues/2880))
- Add helpers to set libinfo without panic ([#2724](https://togithub.com/redis/go-redis/issues/2724))
#### 🧰 Maintenance
- Remove unnecessary Node project definition file ([#2863](https://togithub.com/redis/go-redis/issues/2863))
- Add support for specifying bitcount unit as byte or bit, byte default ([#2887](https://togithub.com/redis/go-redis/issues/2887))
- fix ConnPool race in newConn ([#2885](https://togithub.com/redis/go-redis/issues/2885))
#### 📚 Documentation & Testing
- Docs: update features ([#2846](https://togithub.com/redis/go-redis/issues/2846))
- Docs: add bytes in scan struct example ([#2836](https://togithub.com/redis/go-redis/issues/2836))
- Tests: add ut for util_test ([#2840](https://togithub.com/redis/go-redis/issues/2840))
#### ⚙️ Dependencies & Infrastructure
- chore: update OpenTelemetry and Uptrace to the latest version ([#2864](https://togithub.com/redis/go-redis/issues/2864))
- chore(deps): bump release-drafter/release-drafter from 5 to 6 ([#2883](https://togithub.com/redis/go-redis/issues/2883))
- chore(deps): bump rojopolis/spellcheck-github-actions from 0.35.0 to 0.36.0 ([#2889](https://togithub.com/redis/go-redis/issues/2889))
- chore(deps): bump golangci/golangci-lint-action from 3 to 4 ([#2890](https://togithub.com/redis/go-redis/issues/2890))
- Change RE image to 7.2.4-108 ([#2884](https://togithub.com/redis/go-redis/issues/2884))
- Add CredentialsProvider to ClusterOptions ([#2791](https://togithub.com/redis/go-redis/issues/2791))
#### Contributors
We'd like to thank all the contributors who worked on this release!
[@OlegStotsky](https://togithub.com/OlegStotsky), [@abusizhishen](https://togithub.com/abusizhishen), [@dependabot](https://togithub.com/dependabot), [@dependabot](https://togithub.com/dependabot)\[bot], [@johnduhart](https://togithub.com/johnduhart), [@limotley](https://togithub.com/limotley), [@ofekshenawa](https://togithub.com/ofekshenawa), [@peczenyj](https://togithub.com/peczenyj), [@rfyiamcool](https://togithub.com/rfyiamcool), and [@vmihailenco](https://togithub.com/vmihailenco)
Configuration
📅 Schedule: Branch creation - " 0-4 * 3" (UTC), Automerge - At any time (no schedule defined).
🚦 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 Mend Renovate. View repository job log here.
logError 400 This model's maximum context length is 16385 tokens. However, your messages resulted in 19551 tokens. Please reduce the length of the messages.
This PR contains the following updates:
v9.4.0
->v9.5.1
Release Notes
redis/go-redis (github.com/redis/go-redis/v9)
### [`v9.5.1`](https://togithub.com/redis/go-redis/releases/tag/v9.5.1): 9.5.1 [Compare Source](https://togithub.com/redis/go-redis/compare/v9.5.0...v9.5.1) ### Changes Note: This release fixes the SETINFO issue from 9.5.0. This release restores connections to redis versions that do not have SETINFO. Thank you to our amazing community for their help with this issue #### 🐛 Bug Fixes - bug: Fix SETINFO ensuring it is set-and-forget ([#2915](https://togithub.com/redis/go-redis/issues/2915)) #### 🧰 Maintenance - docs: README update to highlight how to disable sending client identification ([#2913](https://togithub.com/redis/go-redis/issues/2913)) #### Contributors We'd like to thank all the contributors who worked on this release! [@ofekshenawa](https://togithub.com/ofekshenawa) ### [`v9.5.0`](https://togithub.com/redis/go-redis/releases/tag/v9.5.0): 9.5.0 [Compare Source](https://togithub.com/redis/go-redis/compare/v9.4.0...v9.5.0) ### Changes Note: This release implements SETINFO by default, and currently breaks with Redis versions *prior* to 7.2 due to the way the change was implemented. It should have failed silently, but did not. 9.5.1 will fix this. To disable this behaviour, with this release, please `DisableIdentity: true` in your `RedisOptions` struct. #### 🚀 New Features - Add object fraq command ([#2844](https://togithub.com/redis/go-redis/issues/2844)) - Speed up connections by sending SetInfo via a pipeline ([#2880](https://togithub.com/redis/go-redis/issues/2880)) - Add helpers to set libinfo without panic ([#2724](https://togithub.com/redis/go-redis/issues/2724)) #### 🧰 Maintenance - Remove unnecessary Node project definition file ([#2863](https://togithub.com/redis/go-redis/issues/2863)) - Add support for specifying bitcount unit as byte or bit, byte default ([#2887](https://togithub.com/redis/go-redis/issues/2887)) - fix ConnPool race in newConn ([#2885](https://togithub.com/redis/go-redis/issues/2885)) #### 📚 Documentation & Testing - Docs: update features ([#2846](https://togithub.com/redis/go-redis/issues/2846)) - Docs: add bytes in scan struct example ([#2836](https://togithub.com/redis/go-redis/issues/2836)) - Tests: add ut for util_test ([#2840](https://togithub.com/redis/go-redis/issues/2840)) #### ⚙️ Dependencies & Infrastructure - chore: update OpenTelemetry and Uptrace to the latest version ([#2864](https://togithub.com/redis/go-redis/issues/2864)) - chore(deps): bump release-drafter/release-drafter from 5 to 6 ([#2883](https://togithub.com/redis/go-redis/issues/2883)) - chore(deps): bump rojopolis/spellcheck-github-actions from 0.35.0 to 0.36.0 ([#2889](https://togithub.com/redis/go-redis/issues/2889)) - chore(deps): bump golangci/golangci-lint-action from 3 to 4 ([#2890](https://togithub.com/redis/go-redis/issues/2890)) - Change RE image to 7.2.4-108 ([#2884](https://togithub.com/redis/go-redis/issues/2884)) - Add CredentialsProvider to ClusterOptions ([#2791](https://togithub.com/redis/go-redis/issues/2791)) #### Contributors We'd like to thank all the contributors who worked on this release! [@OlegStotsky](https://togithub.com/OlegStotsky), [@abusizhishen](https://togithub.com/abusizhishen), [@dependabot](https://togithub.com/dependabot), [@dependabot](https://togithub.com/dependabot)\[bot], [@johnduhart](https://togithub.com/johnduhart), [@limotley](https://togithub.com/limotley), [@ofekshenawa](https://togithub.com/ofekshenawa), [@peczenyj](https://togithub.com/peczenyj), [@rfyiamcool](https://togithub.com/rfyiamcool), and [@vmihailenco](https://togithub.com/vmihailenco)Configuration
📅 Schedule: Branch creation - " 0-4 * 3" (UTC), Automerge - At any time (no schedule defined).
🚦 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.
This PR has been generated by Mend Renovate. View repository job log here.