Skip to content

build(deps): bump github.com/redis/go-redis/v9 from 9.8.0 to 9.9.0 in /src/go#20372

Merged
ilyam8 merged 1 commit intomasterfrom
dependabot/go_modules/src/go/github.com/redis/go-redis/v9-9.9.0
May 29, 2025
Merged

build(deps): bump github.com/redis/go-redis/v9 from 9.8.0 to 9.9.0 in /src/go#20372
ilyam8 merged 1 commit intomasterfrom
dependabot/go_modules/src/go/github.com/redis/go-redis/v9-9.9.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 29, 2025

Bumps github.com/redis/go-redis/v9 from 9.8.0 to 9.9.0.

Release notes

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

9.9.0

🚀 Highlights

  • Token-based Authentication: Added StreamingCredentialsProvider for dynamic credential updates (experimental)
  • Connection Statistics: Added connection waiting statistics for better monitoring
  • Failover Improvements: Added ParseFailoverURL for easier failover configuration
  • Ring Client Enhancements: Added shard access methods for better Pub/Sub management

✨ New Features

  • Added StreamingCredentialsProvider for token-based authentication (#3320)
    • Supports dynamic credential updates
    • Includes connection close hooks
    • Note: Currently marked as experimental
  • Added ParseFailoverURL for parsing failover URLs (#3362)
  • Added connection waiting statistics (#2804)
  • Added new utility functions:
    • ParseFloat and MustParseFloat in public utils package (#3371)
    • Unit tests for Atoi, ParseInt, ParseUint, and ParseFloat (#3377)
  • Added Ring client shard access methods:
    • GetShardClients() to retrieve all active shard clients
    • GetShardClientForKey(key string) to get the shard client for a specific key (#3388)

🐛 Bug Fixes

  • Fixed routing reads to loading slave nodes (#3370)
  • Added support for nil lag in XINFO GROUPS (#3369)
  • Fixed pool acquisition timeout issues (#3381)
  • Optimized unnecessary copy operations (#3376)

📚 Documentation

  • Updated documentation for XINFO GROUPS with nil lag support (#3369)
  • Added package-level comments for new features

⚡ Performance and Reliability

  • Optimized ReplaceSpaces function (#3383)
  • Set default value for Options.Protocol in init() (#3387)
  • Exported pool errors for public consumption (#3380)

🔧 Dependencies and Infrastructure

  • Updated Redis CI to version 8.0.1 (#3372)
  • Updated spellcheck GitHub Actions (#3389)
  • Removed unused parameters (#3382, #3384)

🧪 Testing

  • Added unit tests for pool acquisition timeout (#3381)
  • Added unit tests for utility functions (#3377)

👥 Contributors

We would like to thank all the contributors who made this release possible:

... (truncated)

Commits
  • c935f96 release(go-redis): v9.9.0 (#3390)
  • cb1968c feat(ring): add GetShardClients and GetShardClientForKey methods to Ring for ...
  • 86d418f feat: Introducing StreamingCredentialsProvider for token based authentication...
  • 28a3c97 chore: set the default value for the options.protocol in the init() of `o...
  • 66b61c4 chore(deps): bump rojopolis/spellcheck-github-actions (#3389)
  • d7ba255 fix: prevent routing reads to loading slave nodes (#3370)
  • b67455e xinfo-groups: support nil lag in XINFO GROUPS (#3369)
  • 03c2c0b chore: remove unused param (#3384)
  • c149644 Unit test for pool acquisition timeout (#3381)
  • bc70b52 perf: avoid unnecessary copy operation (#3376)
  • Additional commits viewable 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)

Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.8.0 to 9.9.0.
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md)
- [Commits](redis/go-redis@v9.8.0...v9.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the area/go label May 29, 2025
@dependabot dependabot bot requested a review from ilyam8 as a code owner May 29, 2025 07:13
@dependabot dependabot bot added the area/go label May 29, 2025
@github-actions github-actions bot added area/collectors Everything related to data collection collectors/go.d labels May 29, 2025
@ilyam8 ilyam8 merged commit d888e59 into master May 29, 2025
106 of 121 checks passed
@ilyam8 ilyam8 deleted the dependabot/go_modules/src/go/github.com/redis/go-redis/v9-9.9.0 branch May 29, 2025 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/collectors Everything related to data collection area/go collectors/go.d

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant