Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 11, 2025

This PR contains the following updates:

Package Change Age Confidence
redis (changelog) ==5.2.1 -> ==5.3.1 age confidence

Release Notes

redis/redis-py (redis)

v5.3.1: 5.3.1

Compare Source

Changes

🧰 Maintenance

  • Allow newer PyJWT versions for branch 5.3 (#​3682)

We'd like to thank all the contributors who worked on this release!
@​bcmills

v5.3.0: 5.3.0

Compare Source

Changes

🚀 New Features

Token-based authentication:

  • Added StreamingCredentialProvider interface (#​3445)
  • Extended CredentialProvider class with get_credentials_async method (#​3445)
  • Added event-driven entities (Dispatcher, Listener, Events) (#​3445)

New StreamingCredentialProvider interface was added with an idea to integrate redis-py with credential providers that stream an events that should be handled by given listeners.

Check the documentation for the quick start guide.

CredentialProvider instance creation interface was enhanced. Feel free to check the updated documentation

Other features:

  • Exponential with jitter backoff (#​3550)
  • Adding load balancing strategy configuration to cluster clients(replacement for 'read_from_replicas' config) (#​3563)

⚠️ Deprecations

  • Deprecating unused arguments in connection pools's get_connection functions(#​3517 #​3625)
  • Adding load balancing strategy configuration to cluster clients(replacement for 'read_from_replicas' config) (#​3563)

🐛 Bug Fixes

  • When SlotNotCoveredError is raised, the cluster topology should be reinitialized as part of error handling and retrying of the commands. (#​3621)
  • Fixed Token-based authentication documentation
  • Fixed bug with missing PyJWT dependency (#​3462)
  • Fixed flacky TokenManager test (#​3468)
  • Fix incorrect attribute reuse in redis.connection.CacheProxyConnection (#​3456)
  • Moved self._lock initialisation to Pool constructor (#​3473)
  • Remove decreasing of created connections count when releasing not owned by connection pool connection(fixes issue #​2832). (#​3514)

🧰 Maintenance

  • Updated CredentialProvider test infrastructure (#​3502)
  • Expand type for EncodedT (#​3472)
  • DOC-4423: add TCEs for various command pages (#​3476)
  • DOC-4345 added testable JSON search examples for home page (#​3407)
  • DOC-4796 fixed capped lists example (#​3493)
  • Added unit test fix to improve compatibility with MacOS (#​3486)
  • Added missing type hints (#​3494 #​3495 #​3496 #​3357)
  • Replacing the redis and redis-stack-server images with redis-libs-tests image in test infrastructure (#​3505)

Contributors

We'd like to thank all the contributors who worked on this release!

@​uglide @​woutdenolf @​vladvildanov @​hauntsaninja @​dwdougherty @​patrick91 @​Vulwsztyn @​JimNero009 @​andy-stark-redis @​petyaslavova


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Third-party library dependencies. label Jun 11, 2025
@renovate renovate bot force-pushed the renovate/redis-5.x branch from d7a3678 to 83867c7 Compare June 11, 2025 11:04
@nijel nijel enabled auto-merge (rebase) June 11, 2025 11:09
@renovate renovate bot force-pushed the renovate/redis-5.x branch from 83867c7 to 490c0f0 Compare June 20, 2025 08:01
@github-actions
Copy link

This pull request has been automatically marked as stale because there wasn’t any recent activity.

It will be closed soon if no further action occurs.

Thank you for your contributions!

@github-actions github-actions bot added wontfix Nobody will work on this. and removed wontfix Nobody will work on this. labels Jul 21, 2025
@renovate renovate bot force-pushed the renovate/redis-5.x branch from 490c0f0 to 6c9e262 Compare July 25, 2025 10:00
@renovate renovate bot changed the title chore(deps): update dependency redis to v5.3.0 chore(deps): update dependency redis to v5.3.1 Jul 25, 2025
@renovate renovate bot force-pushed the renovate/redis-5.x branch 15 times, most recently from bc6bd35 to 96606fd Compare August 1, 2025 11:34
@renovate renovate bot force-pushed the renovate/redis-5.x branch 6 times, most recently from 934620c to 58ba331 Compare August 5, 2025 01:04
@renovate renovate bot force-pushed the renovate/redis-5.x branch 19 times, most recently from 31054e1 to 36273fd Compare October 21, 2025 18:46
@renovate renovate bot force-pushed the renovate/redis-5.x branch 5 times, most recently from 6d71516 to fe2015b Compare October 22, 2025 12:45
@renovate renovate bot force-pushed the renovate/redis-5.x branch from fe2015b to 2dd5c56 Compare October 22, 2025 12:45
@nijel nijel closed this Oct 22, 2025
auto-merge was automatically disabled October 22, 2025 12:48

Pull request was closed

@renovate
Copy link
Contributor Author

renovate bot commented Oct 22, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (==5.3.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/redis-5.x branch October 22, 2025 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Third-party library dependencies.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants