Update dependency redis.clients:jedis to v7.5.3#116
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
7200be0 to
ae346c3
Compare
ae346c3 to
4a9d8f8
Compare
4a9d8f8 to
141a4b9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.4.0→7.5.3Release Notes
redis/jedis (redis.clients:jedis)
v7.5.3: 7.5.3Compare Source
This is a maintenance release with fixes for FT.HYBRID queries and connection pool handshake overhead. Recommended for any deployment using FT.HYBRID with
Combiner.as(...)orMultiDbClient.🐛 Bug Fixes
FT.HYBRIDCOMBINEargument count omittingYIELD_SCORE_AStokens, causing the command to be rejected when a combined-score alias is set viaCombiner.as(...). Fix by @guyroyse in #4575, backported to7.5.xin #4576.ConnectioninTrackingConnectionPool(used byMultiDbClient). #4547, backported to7.5.xindd42b3e.Full Changelog: redis/jedis@v7.5.2...v7.5.3
v7.5.2: 7.5.2Compare Source
This is a maintenance release focused on improving the stability of the Automatic Failover feature (
MultiDbClient). Recommended for any deployment usingMultiDbClient/ multi-database failover.🐛 Bug Fixes
🧰 Maintenance
v7.5.1Compare Source
v7.5.0: 7.5.0Compare Source
Changes
This release refines TLS behaviour to enhance security and begins consolidating TLS configuration on
SslOptions. The introduction of hostname verification by default significantly improves the safety of TLS connections. For further details, see #4497.🔧 Change in Behaviour
ssl(true)TLS path now enables hostname verification by default (#4497). It now rejects certificates whose SAN/CN does not match the target host, making TLS connections safer. TheSslOptions-based configuration remains unchanged.SslOptions(#4497).Contributors
@ggivo
Full Changelog: redis/jedis@v7.4.1...v7.5.0
v7.4.1Compare Source
Jedis 7.4.1 (Patch Release)
What's Changed
*[ClusterPipeline] ExecutorService/thread is created and destroyed too frequently in ClusterPipeline by @ggivo in #4480
Full Changelog: redis/jedis@v7.4.0...v7.4.1
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.