Update dependency redis.clients:jedis to v6 - autoclosed#21
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
Update dependency redis.clients:jedis to v6 - autoclosed#21renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
7bbca29 to
c766611
Compare
c766611 to
2e9d342
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.3.1->6.2.0Release Notes
redis/jedis (redis.clients:jedis)
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 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
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)2024020to2024030(#3752)2023101to2024020(#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.4Changes
🔥 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.2Changes
🐛 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
2023061to2023101(#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
2023061to2023101(#3586)v5.0.1: 5.0.1Changes
🔥 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.0What'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
Configuration
📅 Schedule: Branch creation - "after 9:00 before 23:00" in timezone Asia/Tokyo, 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.