chore(deps): bump github.com/redis/go-redis/v9 from 9.4.0 to 9.5.1
Bumps github.com/redis/go-redis/v9 from 9.4.0 to 9.5.1.
Release notes
Sourced from github.com/redis/go-redis/v9's releases.
9.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)
🧰 Maintenance
- docs: README update to highlight how to disable sending client identification (#2913)
Contributors
We'd like to thank all the contributors who worked on this release!
9.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: truein yourRedisOptionsstruct.🚀 New Features
- Add object fraq command (#2844)
- Speed up connections by sending SetInfo via a pipeline (#2880)
- Add helpers to set libinfo without panic (#2724)
🧰 Maintenance
- Remove unnecessary Node project definition file (#2863)
- Add support for specifying bitcount unit as byte or bit, byte default (#2887)
- fix ConnPool race in newConn (#2885)
📚 Documentation & Testing
- Docs: update features (#2846)
- Docs: add bytes in scan struct example (#2836)
- Tests: add ut for util_test (#2840)
⚙️ Dependencies & Infrastructure
- chore: update OpenTelemetry and Uptrace to the latest version (#2864)
- chore(deps): bump release-drafter/release-drafter from 5 to 6 (#2883)
- chore(deps): bump rojopolis/spellcheck-github-actions from 0.35.0 to 0.36.0 (#2889)
- chore(deps): bump golangci/golangci-lint-action from 3 to 4 (#2890)
- Change RE image to 7.2.4-108 (#2884)
- Add CredentialsProvider to ClusterOptions (#2791)
Contributors
... (truncated)
Commits
d43a9faBump go-redis version to 9.5.1 (#2917)5da49b1bug: Fix SETINFO ensuring it is set-and-forget (#2915)99527f0docs: README update to highlight how to disable sending client identification...b5a9e5dBump go-redis version to 9.5.0 (#2905)35de49aSpeed up connections by sending SetInfo via a pipeline (#2880)8afc2b9Remove freq object test from RE tests (#2904)d383038feat: add object fraq command (#2844)f0ecdb4docs: update features (#2846)516abe8add CredentialsProvider to ClusterOptions (#2791)21ed15bAdd helpers to set libinfo without panic (#2724)- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)