Update dependency redis.clients:jedis to v5 #180
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.3.1
->5.2.0
Release Notes
redis/jedis (redis.clients:jedis)
v5.2.0
: 5.2.0 GAEnhanced 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
getCacheConfig
method presented above provides an example of how to achieve that.🔥 Breaking Changes
🧪 Experimental Features
🚀 New Features
🐛 Bug Fixes
🧰 Maintenance
synchronized
withj.u.c.l.ReentrantLock
for Loom (#3480)2024020
to2024030
(#3752)2023101
to2024020
(#3706)Contributors
We'd like to thank all the contributors who worked on this release!
@Gandalf1783, @Lcarrot, @SoilChang, @andy-stark-redis, @ascdi, @babanin, @cemasma, @chayim, @dependabot, @dependabot[bot], @gerzse, @jjz921024, @jongwooo, @sazzad16, @stillerrr, @thachlp, @uglide, @vanta and @zyfx595701088
v5.1.5
: 5.1.5Changes
🐛 Bug Fixes
Contributors
We'd like to thank all the contributors who worked on this release!
@JW-Vinay, @ngavrailov and @sazzad16
v5.1.4
: 5.1.4Compare Source
Changes
🔥 Breaking Changes
🚀 New Features
🐛 Bug Fixes
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@sazzad16, @cemasma, @Lcarrot, @gerzse and @uglide
v5.1.3
: 5.1.3Compare Source
Changes
🚀 New Features
🐛 Bug Fixes
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@gerzse, @sazzad16, @thachlp and @jarkus4
v5.1.2
: 5.1.2Compare Source
Changes
🐛 Bug Fixes
v5.1.1
: 5.1.1Compare Source
Changes
🐛 Bug Fixes
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@dependabot, @dependabot[bot], @jongwooo, @sazzad16 and @stillerrr
v5.1.0
: 5.1.0Compare Source
Changes
🔥 Breaking Changes
🧪 Experimental Features
🚀 New Features
🐛 Bug Fixes
🧰 Maintenance
2023061
to2023101
(#3586)Contributors
We'd like to thank all the contributors who worked on this release!
@bsbodden, @chayim, @dependabot, @dependabot[bot], @ihaohong, @sazzad16, @wormogig and @yangbodong22011
v5.0.2
: 5.0.2Compare Source
Changes
🐛 Bug Fixes
🚀 New Features
🧰 Maintenance
2023061
to2023101
(#3586)v5.0.1
: 5.0.1Compare Source
Changes
🔥 Breaking Changes
List<KeyValue<>>
for a map reply - those now returnMap<>
.🚀 New Features
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@sazzad16
v5.0.0
: 5.0.0Compare Source
What's New?
Automatic Cross-Cluster Failover
We're happy to introduce the Cross-Cluster Failover feature in Jedis. This feature provides high availability and resilience by allowing seamless transitions between Redis clusters during unforeseen failures or downtimes. It's a built-in tool to minimize manual intervention and downtime and ensure a more resilient application infrastructure.
Learn more about how you can automate the failover process in our documentation.
Full Redis 7.2 and RESP3 Support
Examples to enable RESP3 are included later in this release note.
Changes
🔥 Breaking Changes (Listed here)
🚀 New Features
🧪 Experimental Features
🐛 Bug Fixes
🧰 Maintenance
2023022
to2023061
(#3472)RESP3 Examples
This release introduces enabling RESP3 Redis connection, when the Redis server supports it.
v4.4.8
: 4.4.8Compare Source
Changes
🐛 Bug Fixes
Contributors
We'd like to thank all the contributors who worked on this release!
@sazzad16 and @keeferrourke
v4.4.7
: 4.4.7Compare Source
Changes
🚀 New Features
🐛 Bug Fixes
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@sazzad16 and @stillerrr
v4.4.6
: 4.4.6Compare Source
Changes
🐛 Bug Fixes
🚀 New Features
🧰 Maintenance
2023022
to2023101
(#3472, #3586)v4.4.5
: 4.4.5Compare Source
Changes
🚀 New Features
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@sazzad16
v4.4.4
: 4.4.4Compare Source
Changes
🔥 Breaking Changes
🧰 Maintenance
pipelined()
method in JedisSentineled directly returnsPipeline
object (#3517)v4.4.3
: 4.4.3Compare Source
Changes
🐛 Bug Fixes
Contributors
We'd like to thank all the contributors who worked on this release!
@sazzad16, @jslopezgithub
Full Changelog: redis/jedis@v4.4.2...v4.4.3
v4.4.2
: 4.4.2Changes
🚀 New Features
New in Redis 7.2:
inactive
field in XINFO CONSUMERS reply (#3422)active-time
field in XINFO STREAM reply (#3421)🐛 Bug Fixes
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@sazzad16, @dependabot, @dependabot[bot] and @yangbodong22011
Full Changelog: redis/jedis@v4.4.1...v4.4.2
v4.4.1
: 4.4.1Changes
🚀 New Features
🐛 Bug Fixes
Contributors
We'd like to thank all the contributors who worked on this release!
@gniadeck and @yangbodong22011
v4.4.0
: 4.4.0Changes
4.4.0-rc1 release notes
4.4.0-m2 release notes
4.4.0-m1 release notes
Following are the changes only since the last milestone release. Please check the notes of milestone releases for all changes.
🧰 Maintenance
v4.3.2
: 4.3.2Changes
🐛 Bug Fixes
🚀 New Features
Contributors
We'd like to thank all the contributors who worked on this release!
@sazzad16
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.
This PR was generated by Mend Renovate. View the repository job log.