Skip to content

fix(deps): update dependency redis to v7#352

Open
red-hat-konflux[bot] wants to merge 1 commit intomasterfrom
konflux/mintmaker/master/redis-7.x
Open

fix(deps): update dependency redis to v7#352
red-hat-konflux[bot] wants to merge 1 commit intomasterfrom
konflux/mintmaker/master/redis-7.x

Conversation

@red-hat-konflux
Copy link
Contributor

@red-hat-konflux red-hat-konflux bot commented Oct 22, 2025

This PR contains the following updates:

Package Change Age Confidence
redis (changelog) ==6.4.0 -> ==7.2.0 age confidence

Release Notes

redis/redis-py (redis)

v7.2.0: 7.2.0

Compare Source

Changes

Redis 8.6 Support
Added support for Redis 8.6, including new commands and features for streams idempotent production and HOTKEYS.

Smart Client Handoff (Maintenance Notifications) for Cluster
note: Pending a Redis Enterprise version release

This release introduces comprehensive support for Redis Enterprise Cluster maintenance notifications via SMIGRATING/SMIGRATED push notifications. The client now automatically handles slot migrations by:

Relaxing timeouts during migration (SMIGRATING) to prevent false failures
Triggering cluster state reloads upon completion (SMIGRATED)
Enabling seamless operations during Redis Enterprise maintenance windows

OpenTelemetry Native Metrics Support
Added comprehensive OpenTelemetry metrics support following the OpenTelemetry Database Client Semantic Conventions.
Metric groups include:

  • Command metrics: Operation duration with retry tracking
  • Connection basic: Connection count and creation time
  • Resiliency: Errors, handoffs, timeout relaxation
  • Connection advanced: Wait time and use time
  • Pubsub metrics: Published and received messages
  • Stream metrics: Processing duration and maintenance notifications

🚀 New Features

  • Added OTel instrumentation and metrics export for sync client (#​3954)
  • Add maintenance notifications support for OSS API cluster clients (#​3946)
  • Adding hotkeys commands support. (#​3924)
  • Adds support for the new Idempotent Producers feature in Redis 8.6 (#​3926)
  • Adding support for vrange command. (#​3927)
  • Added a local digest command to the client to execute the XXH3 locally… (#​3884)
  • Add DriverInfo class for upstream driver tracking (#​3880)
  • Add ssl_password support to async Redis client (#​3878)
  • Add ssl_ca_path support to async Redis client (#​3879)

⚠️ Deprecations

  • Adding special handling of client_tracking_on and client_tracking_off for cluster clients. Marking those two functions as deprecated for cluster - embedded client-side caching feature should be used instead. (#​3858)

🐛 Bug Fixes

  • Fix handling of circular MOVED redirects in cluster slot mapping (#​3899)
  • fix(asyncio): prevent deadlock when Lock.release() is cancelled (#​3900)
  • Fix unrecoverable connection state (#​3905)
  • Fixed potential race condition between call_later() and run_forever() (#​3897)
  • Fix RuntimeError in ClusterPubSub sharded message generator (#​3889)
  • Fix async connection pool lock contention during connection establishment (#​3885)
  • Fix PubSub client health check handling for sync client implementation (#​3870)
  • Adding retries for the overall connect - socket connect + handshake. Fix for pubsub reconnect issues. (#​3863)
  • Adding special handling of client_tracking_on and client_tracking_off for cluster clients. Marking those two functions as deprecated for cluster - embedded client-side caching feature should be used instead. (#​3858)
  • [#​3618] Fix client-side cache invalidation for mixed str and bytes Redis keys (#​3766)
  • [#​3612] Generating unique command cache key (#​3765)

🧰 Maintenance

  • Fix type hints for spop and srandmember methods (#​3943)
  • Reorganize pipeline actions (#​3951)
  • Extending the tests to validate more supported scorers for hybrid search. Adding experimental_method annotation to hybrid_search commands. (#​3939)
  • Bump rojopolis/spellcheck-github-actions from 0.56.0 to 0.58.0 (#​3930)
  • Adds a new helper that runs linters and fixes issues (#​3928)
  • Added testing with Timeseries samples with NaN values (#​3932)
  • Added testing with TLS-based authentication (#​3931)
  • Added support for calling run-tests from other repositories (#​3923)
  • Updating hybrid tests to be compatible with 8.4 and 8.6 changes. Adding 8.6 RC1 image to test matrix (#​3922)
  • Fix ClusterClient behavior when cluster topology is refreshed. Fix several places where connections might leak. (#​3917)
  • Fix copy-paste error in CacheProxyConnection server version check (#​3918)
  • Improve NodesManager locking (#​3803)
  • DOC: README Update relative urls (#​3914)
  • Bump rojopolis/spellcheck-github-actions from 0.55.0 to 0.56.0 (#​3902)
  • Bump actions/upload-artifact from 5 to 6 (#​3901)
  • Fix type hinting of zrange and zrangestore (#​3872)
  • Remove last vestiges of mock.mock (#​3830)
  • Improve type hints of from_url method for async Redis client. (#​3796)
  • Fix type hints for the available 'from_url' methods (#​3816)
  • Bump rojopolis/spellcheck-github-actions from 0.53.0 to 0.55.0 (#​3862)
  • Bump actions/checkout from 5 to 6 (#​3861)
  • Use MaxConnectionsError in the asyncio pool too (#​3859)
  • Updates PR template order (#​3855)
  • Changing current version in pipeline test config to 8.4 as it is already GA (#​3854)
  • Added custom event handler section (#​3853)
  • Changing log level to be debug for failed maintenance notification enablement when enabled='auto' (#​3851)
  • Update Type Hints for List Command Parameters from str to KeyT (#​3848)
  • Expand cluster READ_COMMANDS with additional read-only commands and reorganize the list of commands by category (#​3845)

We'd like to thank all the contributors who worked on this release!
@​veeceey @​dariaguy @​Nepomuk5665 @​praboud @​Timour-Ilyas @​barshaul @​devbyteai @​itssimon @​majiayu000 @​aveao @​s-t-e-v-e-n-k @​cheizdo2-art @​Jonathan-Landeed @​PeterJCLaw @​ShubhamKaudewar @​vchomakov @​dmaier-redislabs @​elena-kolevska @​vladvildanov @​petyaslavova

v7.1.1: 7.1.1

Compare Source

Changes

🧪 Experimental Features

  • Added initial health check policies, refactored add_database method (#​3906)

🧰 Maintenance

  • Disabled SCH in MultiDBClient underlying clients by default (#​3938)
  • Added logging for MultiDBClients (#​3865 #​3896)

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

v7.1.0: 7.1.0

Compare Source

Changes

🚀 New Features

  • Adding MSETEX command support. (#​3823)
  • Adding CLAIM option to XREADGROUP command + unit tests (#​3825)
  • Apply routing and response aggregation policies in OSS Cluster mode (#​3834)

🧪 Experimental Features

🔥 Breaking changes (in experimental features)

  • Replace default health check and failure detector with custom (#​3822)

🐛 Bug Fixes

  • Add **options to parse functions for sentinel (#​3831)
  • Generating unique command cache key (#​3765)

🧰 Maintenance

  • Adding Redis 8.4 RC1 image to test matrix. (#​3820)
  • Remove Python 3.9 support. Add Python 3.14 support. (#​3814)
  • Sync readme with 7.0.1 and update lib version to latest stable released version - 7.0.1 (#​3821)
  • Bump rojopolis/spellcheck-github-actions from 0.52.0 to 0.53.0 (#​3827)
  • Bump actions/upload-artifact from 4 to 5 (#​3828)
  • Bump github/codeql-action from 3 to 4 (#​3829)
  • Fixing flaky tests (#​3833 #​3838)
  • Update 8.4 RC image tag to 8.4-RC1-pre.2 for pipeline test matrix (#​3832)
  • Add missing f-string when returning an error. (#​3841)
  • Adding latest 8.4 image to test matrix. Updating the Hybrid VSIM query format to be in sync with spec after srv issue was fixed. (#​3843)
  • Expand cluster READ_COMMANDS with additional read-only commands and reorganize the list of commands by category (#​3845)
  • Update Type Hints for List Command Parameters from str to KeyT (#​3848)
  • Changing log level to be debug for failed maintenance notification enablement when enabled='auto' (#​3851)
  • Added custom event handler section (#​3853)
  • Changing current version to 8.4 as it is already GA (#​3854)

We'd like to thank all the contributors who worked on this release!
@​ShubhamKaudewar @​matthewwiese @​peperon @​vladvildanov @​petyaslavova

v7.0.1: 7.0.1

Compare Source

Changes

This release adds small fixes related to documentation.

🧰 Maintenance

  • Add 'multi_database' section to documentation index (313d93f)
  • Revised multi-database client documentation(78df745)
  • Adding info about Multi-database client in README.md (3f7a55e)

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

v7.0.0: 7.0.0

Compare Source

Changes

One of the main features introduced in this release is a new type of client MultiDBClient. The purpose of this client is a communication with multiple databases that are eventually consistent (Active-Active setup) and handling failures by failover across databases.
More information could be found in docs.

🚀 New Features

  • Support for maintenance push notifications handling during server upgrade or maintenance procedures. (#​3756 #​3777 #​3778 #​3779 #​3785)
  • Adding WITHATTRIBS option to vector set's vsim command. (#​3746)
  • Adding ssl_verify_flags_config argument for ssl connection configuration (#​3772)
  • Adding new ExternalAuthProviderError that will be raised when we receive 'problem with LDAP service' response from server. (#​3808)

🧪 Experimental Features

🔥 Breaking changes

  • Adding abstract method declaration for cache property setter in EvictionPolicyInterface(#​3732)
  • Remove unused parse_list_to_dict function from helpers (#​3733)
  • Removing synchronous context manager handling from async RedisCluster. (#​3679)
  • Redis Search/Aggregate improved type annotations (#​3676)
  • Removing the threading.Lock locks and replacing them with RLock objects to avoid deadlocks. (#​3677)
  • Update ping command docstrings and method return type hint (#​3789)
  • Fixing several *arg type hints in core.py and json module commands (#​3793)
  • Fixing errors reported by mypy in search module files - query.py, commands.py and aggregation.py. (#​3666)
  • Adding score_cast_func argument to zrank, zrevrank and zunion - for consistency with the other sorted sets commands (#​3795)
  • Changing the timeout typehint in async BlockingConnectionPool from int to float (#​3801)

🐛 Bug Fixes

  • Removing the threading.Lock locks and replacing them with RLock objects to avoid deadlocks. (#​3677)

🧰 Maintenance

  • Bump actions/checkout from 4 to 5 (#​3760)
  • Fix docstring for ssl_check_hostname (#​3761)
  • Typos in vectorset commands.py (#​3719)
  • Fixing typos in query.py (#​3718)
  • Typos in cluster.py (#​3717)
  • Fixing typos in core.py (#​3720)
  • Update Redis image versions for GH pipeline actions. (#​3740)
  • Support the customization of the timeout parameter when using a blocking connection pool with a redis cluster (#​3724)
  • Fix async clients safety when used as an async context manager (#​3512)
  • docs: fix zadd command parameter description (#​3727)
  • Fault injector boilerplate (#​3749)
  • Adding e2e scenario tests for maintenance push notifications handling. (#​3758)
  • Adding more e2e tests related to maintenance notifications. Extracting specific tests that validate notifications are received in new connections (#​3770)
  • Renaming of classes and configuration arguments related to maintenance push notifications handling during server upgrade or maintenance procedures (#​3777 #​3778)
  • DOC-5743 BITOP examples (#​3776)
  • Improve stale issue management workflow (#​3773)
  • [DOC] Add complex chaining example using pipelines with builder pattern (#​3774)
  • Fix automation scenario maint notification (#​3788)
  • Add redis 8.4-M01-pre to tested redis versions (#​3790)
  • Add handling of empty spaces during CLIENT LIST response parsing (#​3797)
  • DOC-5821 update index/query example for runnable notebook (#​3807)
  • Fixing SORTABLE, INDEXEMPTY and INDEXMISSING order when using RediSearch fields (#​3810)
  • Fixing argument type hints for evalsha and similar commands. (#​3794)
  • Update Python version to 3.14 in hiredis CI workflow (#​3798)
  • Fixing sync BlockingConnectionPool's disconnect method to follow the definition in ConnectionPoolInterface (#​3802)

We'd like to thank all the contributors who worked on this release!
@​scovetta @​mengxunQAQ @​abrookins @​VincentHokie @​sobolevn @​hunterhogan @​luka-mikec @​zion-off @​peperon @​andy-stark-redis @​uglide @​elena-kolevska @​kiryazovi-redis @​vladvildanov @​petyaslavova


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/redis-7.x branch from b78e6e9 to 94cf032 Compare October 27, 2025 16:11
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/redis-7.x branch from 94cf032 to c2fa614 Compare November 20, 2025 16:14
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/redis-7.x branch from c2fa614 to 95fc0ce Compare February 10, 2026 20:15
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/redis-7.x branch from 95fc0ce to ef0de49 Compare February 17, 2026 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants