Update dependency redis to ~=6.3.0 #38

Merged
profitroll merged 1 commits from renovate/redis-6.x into dev 2025-08-05 11:50:52 +03:00
Collaborator

This PR contains the following updates:

Package Update Change
redis (changelog) minor ~=6.2.0 -> ~=6.3.0

Release Notes

redis/redis-py (redis)

v6.3.0: 6.3.0

Compare Source

Changes

🚀 New Features

  • Add support for new BITOP operations: DIFF, DIFF1, ANDOR, ONE (#​3690)
  • Support new VAMANA vector index type (#​3702)
  • Add new stream commands (#​3711)
  • add async Retry eq and hash & fix ExponentialWithJitterBackoff eq (#​3668)

🐛 Bug Fixes

  • Fixing sentinel command execution to allow returning of actual responses when meaningful - behaviour controlled by 'return_responses' argument. (#​3191)
  • Annotate deprecated_args decorator to preserve wrapped function type signature (#​3701)
  • Fix ConnectionPool to raise MaxConnectionsError instead of Connection… (#​3698)
  • add async Retry eq and hash & fix ExponentialWithJitterBackoff eq (#​3668)
  • SentinelManagedConnection searches for new master upon connection failure (#​3560) (#​3601)

🧰 Maintenance

  • fix: avoid instantiating a connection on repr_ (#​3653)
  • Fixing the return type hint for the transaction method in the standalone client. (#​3660)
  • Bump rojopolis/spellcheck-github-actions from 0.48.0 to 0.49.0 (#​3665)
  • Dropping integration tests with Redis 6.2 from pipeline actions. (#​3659)
  • Remove deprecated arg from call to ClusterPipeline (#​3670)
  • TransactionStrategy reset: UNWATCH only when status is watching (#​3671)
  • KeyT for set operations (#​3190)
  • Removing references to old docs site 'https://redis-py.readthedocs.io/' replaced by 'https://redis.readthedocs.io/' (#​3674)
  • Removing unnecessary check for tests using AsyncMock (#​3432)
  • Updating test images for github pipeline execution (#​3678)
  • Updating the latest Redis image for pipeline testing (#​3695)
  • Bump rojopolis/spellcheck-github-actions from 0.49.0 to 0.51.0 (#​3689)
  • DOC-5225 testable probabilistic dt examples (#​3691)
  • Update README.md (#​3699)
  • Convert the value to int type only if it exists in CLIENT INFO (#​3688)
  • Fix compatibility with latest pytest-asyncio version(1.1.0) (#​3708)
  • DOC-5424 time series examples (#​3705)
  • Adding information in connection pool class doc string for available SSLConnection class, that can be used for SSL connections (#​3710)

We'd like to thank all the contributors who worked on this release!
@​robertosantamaria-scopely @​mahigupta @​alisaifee @​tzongw @​earonesty @​IlianIliev @​ofekshenawa @​andy-stark-redis @​AmirHossein81Gholami @​mharding-hpe @​git-hulk @​ngabhanenetskope @​terencehonles @​ManelCoutinhoSensei @​petyaslavova @​vladvildanov


Configuration

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

🚦 Automerge: Enabled.

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 | Update | Change | |---|---|---| | [redis](https://github.com/redis/redis-py) ([changelog](https://github.com/redis/redis-py/releases)) | minor | `~=6.2.0` -> `~=6.3.0` | --- ### Release Notes <details> <summary>redis/redis-py (redis)</summary> ### [`v6.3.0`](https://github.com/redis/redis-py/releases/tag/v6.3.0): 6.3.0 [Compare Source](https://github.com/redis/redis-py/compare/v6.2.0...v6.3.0) ### Changes #### 🚀 New Features - Add support for new BITOP operations: DIFF, DIFF1, ANDOR, ONE ([#&#8203;3690](https://github.com/redis/redis-py/issues/3690)) - Support new VAMANA vector index type ([#&#8203;3702](https://github.com/redis/redis-py/issues/3702)) - Add new stream commands ([#&#8203;3711](https://github.com/redis/redis-py/issues/3711)) - add async Retry **eq** and **hash** & fix ExponentialWithJitterBackoff **eq** ([#&#8203;3668](https://github.com/redis/redis-py/issues/3668)) #### 🐛 Bug Fixes - Fixing sentinel command execution to allow returning of actual responses when meaningful - behaviour controlled by 'return_responses' argument. ([#&#8203;3191](https://github.com/redis/redis-py/issues/3191)) - Annotate deprecated_args decorator to preserve wrapped function type signature ([#&#8203;3701](https://github.com/redis/redis-py/issues/3701)) - Fix ConnectionPool to raise MaxConnectionsError instead of Connection… ([#&#8203;3698](https://github.com/redis/redis-py/issues/3698)) - add async Retry **eq** and **hash** & fix ExponentialWithJitterBackoff **eq** ([#&#8203;3668](https://github.com/redis/redis-py/issues/3668)) - SentinelManagedConnection searches for new master upon connection failure ([#&#8203;3560](https://github.com/redis/redis-py/issues/3560)) ([#&#8203;3601](https://github.com/redis/redis-py/issues/3601)) #### 🧰 Maintenance - fix: avoid instantiating a connection on *repr*\_ ([#&#8203;3653](https://github.com/redis/redis-py/issues/3653)) - Fixing the return type hint for the transaction method in the standalone client. ([#&#8203;3660](https://github.com/redis/redis-py/issues/3660)) - Bump rojopolis/spellcheck-github-actions from 0.48.0 to 0.49.0 ([#&#8203;3665](https://github.com/redis/redis-py/issues/3665)) - Dropping integration tests with Redis 6.2 from pipeline actions. ([#&#8203;3659](https://github.com/redis/redis-py/issues/3659)) - Remove deprecated arg from call to ClusterPipeline ([#&#8203;3670](https://github.com/redis/redis-py/issues/3670)) - TransactionStrategy reset: UNWATCH only when status is watching ([#&#8203;3671](https://github.com/redis/redis-py/issues/3671)) - KeyT for set operations ([#&#8203;3190](https://github.com/redis/redis-py/issues/3190)) - Removing references to old docs site 'https://redis-py.readthedocs.io/' replaced by 'https://redis.readthedocs.io/' ([#&#8203;3674](https://github.com/redis/redis-py/issues/3674)) - Removing unnecessary check for tests using AsyncMock ([#&#8203;3432](https://github.com/redis/redis-py/issues/3432)) - Updating test images for github pipeline execution ([#&#8203;3678](https://github.com/redis/redis-py/issues/3678)) - Updating the latest Redis image for pipeline testing ([#&#8203;3695](https://github.com/redis/redis-py/issues/3695)) - Bump rojopolis/spellcheck-github-actions from 0.49.0 to 0.51.0 ([#&#8203;3689](https://github.com/redis/redis-py/issues/3689)) - DOC-5225 testable probabilistic dt examples ([#&#8203;3691](https://github.com/redis/redis-py/issues/3691)) - Update README.md ([#&#8203;3699](https://github.com/redis/redis-py/issues/3699)) - Convert the value to int type only if it exists in CLIENT INFO ([#&#8203;3688](https://github.com/redis/redis-py/issues/3688)) - Fix compatibility with latest pytest-asyncio version(1.1.0) ([#&#8203;3708](https://github.com/redis/redis-py/issues/3708)) - DOC-5424 time series examples ([#&#8203;3705](https://github.com/redis/redis-py/issues/3705)) - Adding information in connection pool class doc string for available SSLConnection class, that can be used for SSL connections ([#&#8203;3710](https://github.com/redis/redis-py/issues/3710)) #### We'd like to thank all the contributors who worked on this release! [@&#8203;robertosantamaria-scopely](https://github.com/robertosantamaria-scopely) [@&#8203;mahigupta](https://github.com/mahigupta) [@&#8203;alisaifee](https://github.com/alisaifee) [@&#8203;tzongw](https://github.com/tzongw) [@&#8203;earonesty](https://github.com/earonesty) [@&#8203;IlianIliev](https://github.com/IlianIliev) [@&#8203;ofekshenawa](https://github.com/ofekshenawa) [@&#8203;andy-stark-redis](https://github.com/andy-stark-redis) [@&#8203;AmirHossein81Gholami](https://github.com/AmirHossein81Gholami) [@&#8203;mharding-hpe](https://github.com/mharding-hpe) [@&#8203;git-hulk](https://github.com/git-hulk) [@&#8203;ngabhanenetskope](https://github.com/ngabhanenetskope) [@&#8203;terencehonles](https://github.com/terencehonles) [@&#8203;ManelCoutinhoSensei](https://github.com/ManelCoutinhoSensei) [@&#8203;petyaslavova](https://github.com/petyaslavova) [@&#8203;vladvildanov](https://github.com/vladvildanov) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNi4zNS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMzUuMCIsInRhcmdldEJyYW5jaCI6ImRldiJ9-->
Renovate added 1 commit 2025-08-05 11:24:51 +03:00
profitroll merged commit 8baec677fc into dev 2025-08-05 11:50:52 +03:00
profitroll deleted branch renovate/redis-6.x 2025-08-05 11:50:52 +03:00
Sign in to join this conversation.
No description provided.