{{ message }}
Update dependency redis.clients:jedis to v7#150
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
6c2176d to
5910580
Compare
5910580 to
aac9aff
Compare
3a61981 to
2913f20
Compare
2913f20 to
b92aba1
Compare
b92aba1 to
c2dc2a2
Compare
c2dc2a2 to
a8793d1
Compare
d86a7d2 to
59a245c
Compare
dcf83c4 to
4abf6ee
Compare
4abf6ee to
8a2479d
Compare
433f451 to
825d722
Compare
825d722 to
7f09926
Compare
7f09926 to
d04fa76
Compare
d04fa76 to
b686c6b
Compare
b686c6b to
cc7cf45
Compare
cc7cf45 to
8196355
Compare
8196355 to
ed690cd
Compare
8ffd98d to
480fb48
Compare
480fb48 to
fb7dd28
Compare
fb7dd28 to
1a57150
Compare
1a57150 to
5bae547
Compare
835192f to
3001d08
Compare
bf6eb8e to
8f40431
Compare
a09fbde to
2cfa17a
Compare
da56bd1 to
f2378e8
Compare
f2378e8 to
51b04d6
Compare
fdfafce to
cc51230
Compare
cc51230 to
d1c3d8a
Compare
d1c3d8a to
d3fae14
Compare
d3fae14 to
06bbb83
Compare
06bbb83 to
fec3135
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:
4.4.8→7.5.3Release Notes
redis/jedis (redis.clients:jedis)
v7.5.3: 7.5.3This 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.2This 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.1v7.5.0: 7.5.0Changes
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.1Jedis 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
v7.4.0: 7.4.0Overview
The Jedis 7.4.0 release introduces enhancements to the Client-side geographic failover API, improves transaction support, and deprecates sendCommand() to improve compatibility with the Redis Cluster API.
🚀 New Features
🐛 Bug Fixes
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@a-TODO-rov, @atakavci, @dependabot, @dependabot[bot], @ggivo and @uglide
v7.3.0: 7.3.0Changes
Jedis 7.3.0 introduces support for Redis 8.6, including new commands and features for streams idempotent production, and HOTKEYS.
🚀 New Features
🐛 Bug Fixes
🧰 Maintenance
2025051to2025122(#4391)Contributors
We'd like to thank all the contributors who worked on this release!
@Dgramada, @Peter-Sh, @a-TODO-rov, @atakavci, @dependabot, @dependabot[bot], @ggivo, @uglide and @viktoriya-kutsarova
v7.2.1: 7.2.1Jedis 7.2.1 (Patch Release)
🐛 Bug Fixes
Contributors
We'd like to thank all the contributors who worked on this release!
@ggivo
v7.2.0: 7.2.0Changes
Jedis 7.2.0 introduces new client classes that simplify client creation while providing builder-based configuration for advanced use cases.
New Client Classes
RedisClient- Standalone Redis client (replacesJedisPooledandJedisPool)RedisClusterClient- Redis Cluster client (replacesJedisCluster)RedisSentinelClient- Redis Sentinel client (replacesJedisSentineledandJedisSentinelPool)🚀 New Features
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@andy-stark-redis, @dependabot, @dependabot[bot], @ggivo, @oscar-besga-panel, @senocak, @uglide and @viktoriya-kutsarova
v7.1.0: 7.1.0Overview
Jedis 7.1.0 release adds support for Redis 8.4, including new commands and features
🚀 New Features
🚀 Experimental
Changes
🐛 Bug Fixes
🧰 Maintenance
resilience4j-all(#4321)Contributors
We'd like to thank all the contributors who worked on this release!
@ChrisMcD1, @a-TODO-rov, @dependabot, @dependabot[bot], @ggivo and @uglide
v7.0.0: 7.0.0Overview
Jedis 7.0.0 is a major release that modernizes the API, removes deprecated features, and introduces enhanced failover/failback behavior.
The main focus areas of this release are:
JedisPooled,JedisCluster, andJedisSentinel.JedisShardingand related classes have been removed.For detailed migration guidance, refer to Jedis 7.0.0 Migration Guide.
🚀 New Features
Jedis 7.0.0 significantly refactors the automatic failover and failback API.
More details on new features
🔥 Breaking Changes
JedisSharding(#4311)MultiCluster*classes and methods have been renamed and improved.Users upgrading from v6.x should consult the Automatic Failover and Failback Migration Guide.
More details on breaking changes
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@SwapnaliY16, @andy-stark-redis, @atakavci, @dependabot, @dependabot[bot], @ggivo and @uglide
v6.2.0: 6.2.0Changes
🚀 New Features
🐛 Bug Fixes
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@JuneYub, @Kguswo, @dependabot, @dependabot[bot] and @ggivo
v6.1.0: 6.1.0Changes
🚀 New Features
🐛 Bug Fixes
🧰 Maintenance
2025010to2025051(#4171)Contributors
We'd like to thank all the contributors who worked on this release!
@219sansim, @YoHanKi, @andy-stark-redis, @ggivo, @jujn, @thachlp, @uglide and @xrayw
v6.0.0: 6.0.0Redis 8.0 support
Starting from version 8.0, Redis supports new data structures and capabilities such as JSON, Search & Query, and TimeSeries by default. This release improves Jedis compatibility with Redis 8.0.
Upgrading from previous releases
Search
This release introduces a client-side default dialect for Redis’ search and query capabilities. By default, the client now overrides the server-side dialect with version 2, automatically appending
DIALECT 2to commands like FT.AGGREGATE and FT.SEARCH.Important: Be aware that the query dialect may impact the results returned. If needed, you can revert to a different dialect version by configuring the client accordingly.
You can find further details in the query dialect documentation.
Discontinued features
This release also removes support for both RedisGraph and Triggers & Functions(aka RedisGears v2).
🔥 Breaking Changes
🧪 Experimental Features
🚀 New Features
🐛 Bug Fixes
🧰 Maintenance
2024030to2025010(#4049)Contributors
We'd like to thank all the contributors who worked on this release!
@andy-stark-redis, @atakavci, @ggivo, @joshrotenberg, @ozennou, @sanaulla123, @sazzad16, @smadasu, @thachlp, @tishun and @uglide
v5.2.0: 5.2.0 GACompare Source
Enhanced Client-side caching
We are happy to announce that improved server-assisted, client-side caching is now generally available! Special thanks to all our beta testers for their valuable feedback, which helped us refine and improve the initial implementation.
Client-side caching is supported exclusively with the RESP3 protocol with Redis >= 7.4 and is available in UnifiedJedis, JedisPooled, and JedisCluster and other classes.
How to try Client-Side Caching
It is possible to limit or ignore commands or keys for client-side caching. The
getCacheConfigmethod presented above provides an example of how to achieve that.🔥 Breaking Changes
🧪 Experimental Features
🚀 New Features
🐛 Bug Fixes
🧰 Maintenance
synchronizedwithj.u.c.l.ReentrantLockfor Loom (#3480)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.