fix(deps): update dependency io.lettuce:lettuce-core to v6.8.2.release - #24
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update dependency io.lettuce:lettuce-core to v6.8.2.release#24renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Note Free review on us!CodeRabbit is offering free reviews until Wed Dec 17 2025 to showcase some of the refinements we've made. Comment |
renovate
Bot
force-pushed
the
renovate/io.lettuce-lettuce-core-6.x
branch
from
December 15, 2025 17:56
ddd1121 to
0ed98f1
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:
6.3.2.RELEASE→6.8.2.RELEASERelease Notes
redis/lettuce (io.lettuce:lettuce-core)
v6.8.2.RELEASECompare Source
The Lettuce team is pleased to announce the Lettuce 6.8.2 service release!
This release ships with bugfixes and dependency upgrades.
Lettuce 6 supports Redis 2.6+ up to Redis 8.2. In terms of Java runtime, Lettuce requires
at least Java 8 and works with Java 21.
Thanks to all contributors who made Lettuce 6.8.2 possible.
📗 Links
🐞 Bug Fixes
🧰 Maintenance
Full Changelog: redis/lettuce@6.8.1.RELEASE...6.8.2.RELEASE
v6.8.1.RELEASECompare Source
The Lettuce team is pleased to announce the Lettuce 6.8.1 service release!
This release ships with bugfixes and dependency upgrades.
Lettuce 6 supports Redis 2.6+ up to Redis 8.2. In terms of Java runtime, Lettuce requires
at least Java 8 and works with Java 21.
Thanks to all contributors who made Lettuce 6.8.1 possible.
📗 Links
🐞 Bug Fixes
Full Changelog: redis/lettuce@6.8.0.RELEASE...6.8.1.RELEASE
v6.8.0.RELEASECompare Source
The Lettuce team is pleased to announce the Lettuce 6.8.0 minor release!
This release provides support for the newly introduced Redis Query Engine support which was is part of Redis 8.0 and previously - as part of RedisStack. The new operators (
DIFF,DIFF1,ANDORandONE) for theBITOPcommand are also available. The team has worked on extending the contract of theXADDandXTRIMcommands to support trimming policy, and also introduced the newXDELEXandXACKDELcommands.Lettuce 6.8.0 supports Redis 2.6+ up to Redis 8.x. In terms of Java runtime, Lettuce requires at least Java 8 and
works with Java 24. The driver is tested against Redis 8.2, Redis 8.0, Redis 7.4 and Redis 7.2.
Find the full changelog at the end of this document.
Thanks to all contributors who made Lettuce 6.8.0.RELEASE possible.
📗 Links
Reference documentation: https://lettuce.io/core/6.8.0.RELEASE/reference/
Javadoc: https://lettuce.io/core/6.8.0.RELEASE/api/
⭐ New Features
Introduce RediSearch by @tishun in #3375
Add support for new operations of BITOP command in Redis Community Edition 8.2 by @atakavci in #3334
Add support for 8.2 stream commands by @uglide in #3374
🐞 Bug Fixes
NoClassDefFoundError in Lettuce 6.7.0 #3317 by @tishun in #3318
💡 Other
The instance of the
ObjectMappercan now be reused in theDefaultJsonParserby @thachlp in #3372Added basic connection interruption tests by @uglide in #3292
DOC-4758 async JSON doc examples by @andy-stark-redis in #3335
Fixed SocketOptions.Builder validation messages by @hubertchylik in #3366
Refactor tests for clarity and maintainability by @Rian-Ismael in #3363
Provide support for the SVS-VMANA index (#3385) by @tishun in #3386
❤️ New Contributors## New Contributors
Full Changelog: redis/lettuce@6.7.0.RELEASE...6.8.0.RELEASE
v6.7.1.RELEASECompare Source
The Lettuce team is pleased to announce the Lettuce 6.7.1 service release!
This release ships with bugfixes and dependency upgrades.
Lettuce 6 supports Redis 2.6+ up to Redis 8.x. In terms of Java runtime, Lettuce requires
at least Java 8 and works with Java 21.
Thanks to all contributors who made Lettuce 6.7.1 possible.
📗 Links
🐞 Bug Fixes
Full Changelog: redis/lettuce@6.5.3.RELEASE...6.5.4.RELEASE
v6.7.0.RELEASECompare Source
The Lettuce team is pleased to announce the Lettuce 6.7.0 minor release!
This release provides support for the newly introduced Vector Sets data type which was released as part of Redis 8.0 and helps Redis users with vector similarity.
Starting with 6.7 the
ConnectionPoolSupportalso provides a way to provide custom connection validations. The release comes with a bunch of smaller improvements and bugfixes.Lettuce 6.7.0 supports Redis 2.6+ up to Redis 8.x. In terms of Java runtime, Lettuce requires at least Java 8 and
works with Java 24. The driver is tested against Redis 8.0, Redis 7.4 and Redis 7.2.
Find the full changelog at the end of this document.
Thanks to all contributors who made Lettuce 6.7.0.RELEASE possible.
📗 Links
⭐ New Features
🐞 Bug Fixes
💡 Other
❤️ New Contributors
Full Changelog: redis/lettuce@6.6.0.BETA4...6.7.0.RELEASE
v6.6.0.RELEASECompare Source
The Lettuce team is pleased to announce the Lettuce 6.6.0 minor release!
This release provides support for the newly introduced
HGETDEL,HGETEXandHSETEXcommands.Users of the driver are also now able to use a command replay filter, that allows the user to control which (if any) commands are being retried when the reconnect feature is on. It is also possible to configure the driver to use the
HashIndexedQueueas a backing data structure for the command queue, which speeds up the driver during disconnect / reconnect (needs to be configured using the ClientOptions).The driver comes with Microsoft EntraID authentication support.
Last but not least the
STRALGOcommand was replaced by theLCScommand.Lettuce 6.6.0 supports Redis 2.6+ up to Redis 8.x. In terms of Java runtime, Lettuce requires at least Java 8 and
works with Java 24. The driver is tested against Redis 8.0, Redis 7.4 and Redis 7.2.
Find the full changelog at the end of this document.
Thanks to all contributors who made Lettuce 6.6.0.RELEASE possible.
📗 Links
⭐ New Features
🐞 Bug Fixes
💡 Other
❤️ New Contributors
Full Changelog: redis/lettuce@6.5.0.RELEASE...6.6.0.RELEASE
v6.5.5.RELEASECompare Source
The Lettuce team is pleased to announce the Lettuce 6.5.5 service release!
This release ships with bugfixes and dependency upgrades.
Find the full changelog at the end of this document.
Thanks to all contributors who made Lettuce 6.5.5.RELEASE possible. Lettuce 6 supports
Redis 2.6+ up to Redis 7.x. In terms of Java runtime, Lettuce requires at least Java 8 and
works with Java 21.
📗 Links
🐞 Bug Fixes
Full Changelog: redis/lettuce@6.5.4.RELEASE...6.5.5.RELEASE
v6.5.4.RELEASECompare Source
The Lettuce team is pleased to announce the Lettuce 6.5.4 service release!
This release ships with bugfixes and dependency upgrades.
Find the full changelog at the end of this document.
Thanks to all contributors who made Lettuce 6.5.3.RELEASE possible. Lettuce 6 supports
Redis 2.6+ up to Redis 7.x. In terms of Java runtime, Lettuce requires at least Java 8 and
works with Java 21.
📗 Links
🐞 Bug Fixes
Full Changelog: redis/lettuce@6.5.3.RELEASE...6.5.4.RELEASE
v6.5.3.RELEASECompare Source
The Lettuce team is pleased to announce the Lettuce 6.5.3 service release!
This release ships with bugfixes and dependency upgrades.
Find the full changelog at the end of this document.
Thanks to all contributors who made Lettuce 6.5.3.RELEASE possible. Lettuce 6 supports
Redis 2.6+ up to Redis 7.x. In terms of Java runtime, Lettuce requires at least Java 8 and
works with Java 21.
📗 Links
🐞 Bug Fixes
Full Changelog: redis/lettuce@6.5.2.RELEASE...6.5.3.RELEASE
v6.5.2.RELEASECompare Source
The Lettuce team is pleased to announce the Lettuce 6.5.2 service release!
This release ships with bugfixes and dependency upgrades.
Find the full changelog at the end of this document.
Thanks to all contributors who made Lettuce 6.5.2.RELEASE possible. Lettuce 6 supports
Redis 2.6+ up to Redis 7.x. In terms of Java runtime, Lettuce requires at least Java 8 and
works with Java 21.
📗 Links
🐞 Bug Fixes
Full Changelog: redis/lettuce@6.5.1.RELEASE...6.5.2.RELEASE
v6.5.1.RELEASECompare Source
What's Changed
Full Changelog: redis/lettuce@6.5.0.RELEASE...6.5.1.RELEASE
v6.5.0.RELEASECompare Source
⭐ New Features
CLUSTER MYSHARDIDcommand (#2920)CLUSTER LINKScommand (#2986)CLIENT TRACKINGINFOcommand (#2862)🐞 Bug Fixes
💡 Other
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
Full Changelog: redis/lettuce@6.4.0.RELEASE...6.5.0.RELEASE
v6.4.2.RELEASECompare Source
The Lettuce team is pleased to announce the Lettuce 6.4.2 service release!
This release ships with bugfixes and dependency upgrades.
Find the full changelog at the end of this document.
Thanks to all contributors who made Lettuce 6.4.2.RELEASE possible. Lettuce 6 supports
Redis 2.6+ up to Redis 7.x. In terms of Java runtime, Lettuce requires at least Java 8 and
works with Java 21.
📗 Links
🐞 Bug Fixes
Full Changelog: redis/lettuce@6.4.1.RELEASE...6.4.2.RELEASE
v6.4.1.RELEASECompare Source
🐞 Bug Fixes
Full Changelog: redis/lettuce@6.4.0.RELEASE...6.4.1.RELEASE
v6.4.0.RELEASECompare Source
⭐ New Features
HPEXPIRE,HPEXPIREAT,HPEXPIRETIME,HTTLand HPTTL` (#2857)HEXPIRE,HEXPIREAT,HEXPIRETIMEandHPERSIST(#2836)PUBSUB SHARDCHANNELS(#2793)SUNSUBSCRIBE#2759 (#2851)SPUBLISH(#2838)evalReadOnlyoverload that accepts the script as aString(#2868)XREADsupport for reading last message from stream (#2863)CLIENT SETINFOcommand in a fire-and-forget way (#2823)CLIENT KILL [MAXAGE](#2782)HSCANwithNOVALUESargument (#2816)🐞 Bug Fixes
💡 Other
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
@BalmungSan, @atakavci, @dengliming, @dependabot, @dependabot[bot], @gerzse, @mp911de, @sullis, @thachlp, @tishun, @uglide and @yfwz100
Full Changelog: redis/lettuce@6.3.0.RELEASE...6.4.0.RELEASE
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.