Skip to content

fix(deps): update dependency io.lettuce:lettuce-core to v6.8.2.release - #24

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/io.lettuce-lettuce-core-6.x
Open

fix(deps): update dependency io.lettuce:lettuce-core to v6.8.2.release#24
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/io.lettuce-lettuce-core-6.x

Conversation

@renovate

@renovate renovate Bot commented Sep 30, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
io.lettuce:lettuce-core 6.3.2.RELEASE6.8.2.RELEASE age confidence

Release Notes

redis/lettuce (io.lettuce:lettuce-core)

v6.8.2.RELEASE

Compare 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.RELEASE

Compare 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

  • Extend the JSON API to accept values of raw types in #​3369
  • Possible NullPointerException in DelegateJsonObject in #​3417
  • Avoid creating a new instance of the ObjectMapper ctd. in #​3412
  • JSON implementation has reduced the API surface in #​3368

Full Changelog: redis/lettuce@6.8.0.RELEASE...6.8.1.RELEASE

v6.8.0.RELEASE

Compare 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, ANDOR and ONE) for the BITOP command are also available. The team has worked on extending the contract of the XADD and XTRIM commands to support trimming policy, and also introduced the new XDELEX and XACKDEL commands.

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 ObjectMapper can now be reused in the DefaultJsonParser by @​thachlp in #​3372
Added 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.RELEASE

Compare 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.RELEASE

Compare 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 ConnectionPoolSupport also 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.RELEASE

Compare Source

The Lettuce team is pleased to announce the Lettuce 6.6.0 minor release!

This release provides support for the newly introduced HGETDEL, HGETEX and HSETEX commands.
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 HashIndexedQueue as 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 STRALGO command was replaced by the LCS command.

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.RELEASE

Compare 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.RELEASE

Compare 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.RELEASE

Compare 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.RELEASE

Compare 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.RELEASE

Compare Source

What's Changed

Full Changelog: redis/lettuce@6.5.0.RELEASE...6.5.1.RELEASE

v6.5.0.RELEASE

Compare Source

⭐ New Features

  • Introducing JSON to Lettuce (#​2992)
  • Add support for the CLUSTER MYSHARDID command (#​2920)
  • Add support for the CLUSTER LINKS command (#​2986)
  • Add support for the CLIENT TRACKINGINFO command (#​2862)
  • Default ClientOptions.timeoutOptions to TimeoutOptions.enabled() (#​2927)
  • Propagate database number, user, and RedisURI into Tracing (#​3005)
  • Add support for creating regex and subnet-based ReadFrom instances from a single string (#​3016)
  • Add hasNoSlots() method to RedisClusterNode (#​3015)

🐞 Bug Fixes

  • Initialize slots with empty BitSet in RedisClusterNode's constructors (#​2341)
  • fix(2971): spublish typo fix (#​2972)
  • Update completeExceptionally on ClusterCommand using super (#​2980)
  • Add defensive copy for Futures allOf() method (#​2943)
  • fix:deadlock when reentrant exclusive lock #​2905 #​2879 (#​2961)
  • ClassNotFoundException: com.fasterxml.jackson.core.JsonProcessingException (#​2993)
  • ScanIterator.scan.stream().toList() causes "java.lang.IllegalStateException: Accept exceeded fixed size of 0" on Java 16+ (#​3002)
  • fix: Lcs response parse (#​2970)
  • Resubscribe logic ignoring Pub/Sub shard channels after reconnect. (#​3024)
  • Command interface - issues with async array results (#​3033)

💡 Other

  • Add badges to the README.md file (#​2939)
  • Convert wiki to markdown docs (#​2944)
  • Add the Github repo url to the doc config (#​3008)
  • document update regarding addressResolverGroup settings (#​3007)
  • Add CodeCov configuration, enable test analytics (#​3023)
  • io.lettuce.core.RedisCommandExecutionException: NOAUTH Authentication required on CLIENT and READONLY command (#​3035)
  • Bump org.jacoco:jacoco-maven-plugin from 0.8.9 to 0.8.12 (#​2921)
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.1 (#​2922)
  • Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.5 to 3.3.1 (#​2958)
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 (#​2957)
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 (#​2968)
  • Bump org.hdrhistogram:HdrHistogram from 2.1.12 to 2.2.2 (#​2966)
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 (#​2978)
  • Bump org.apache.logging.log4j:log4j-bom from 2.17.2 to 2.24.0 (#​2988)
  • Bump io.netty:netty-bom from 4.1.107.Final to 4.1.113.Final (#​2990)
  • Suspected change in ubuntu causing CI failures (#​2949)
  • MKdocs styling update (#​3034)

❤️ 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.RELEASE

Compare 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

  • NOAUTH Authentication required on CLIENT and READONLY command by @​ggivo in #​3037

Full Changelog: redis/lettuce@6.4.1.RELEASE...6.4.2.RELEASE

v6.4.1.RELEASE

Compare Source

🐞 Bug Fixes

  • (crossport to 6.4.x) spublish typo fix (#​2972)
  • Sharded PubSub subscriptions not recovered after disconn… #​2940
  • Implement missing method in the BooleanListOutput (#​3033)
  • Add defensive copy for Futures allOf() method (#​2943)
  • fix:deadlock when reentrant exclusive lock #​2905 #​2879 (#​2961)

Full Changelog: redis/lettuce@6.4.0.RELEASE...6.4.1.RELEASE

v6.4.0.RELEASE

Compare Source

⭐ New Features

  • Implement HPEXPIRE, HPEXPIREAT, HPEXPIRETIME, HTTL and HPTTL` (#​2857)
  • Implement HEXPIRE, HEXPIREAT, HEXPIRETIME and HPERSIST (#​2836)
  • Mark dnsResolver(DnsResolver) as deprecated. (#​2855)
  • implementation of PUBSUB SHARDCHANNELS (#​2793)
  • Add support for SUNSUBSCRIBE #​2759 (#​2851)
  • Add support for SPUBLISH (#​2838)
  • Add a evalReadOnly overload that accepts the script as a String (#​2868)
  • XREAD support for reading last message from stream (#​2863)
  • Send the CLIENT SETINFO command in a fire-and-forget way (#​2823)
  • Add support CLIENT KILL [MAXAGE] (#​2782)
  • Support HSCAN with NOVALUES argument (#​2816)
  • Server addressed the issues of empty list returned for missing keys (#​2899)

🐞 Bug Fixes

💡 Other

  • Fixed the release flow (#​2896)
  • Setting the next release to be 6.4.x as part of #​2880 (#​2881)
  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.1 (#​2875)
  • Bump org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to 3.7.1 by @​dependabot (#​2887)
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 (#​2873)
  • Bump org.apache.commons:commons-pool2 from 2.11.1 to 2.12.0 (#​2877)
  • Bump org.codehaus.mojo:flatten-maven-plugin from 1.5.0 to 1.6.0 (#​2874)
  • Bump org.openjdk.jmh:jmh-generator-annprocess from 1.21 to 1.37 (#​2876)
  • Bump reactor.version from 3.6.4 to 3.6.6 by @​dependabot (#​2889)
  • Add release drafter workflow (#​2820)
  • Applying code formatter each time we run a Maven build (#​2841)
  • Flaky integration test frequently fails the pipeline (#​2844)
  • GitHub issue template polishing and stale issues action (#​2833)
  • Attempt to stabilize integration tests (#​2825)
  • Add snapshot and release workflows (#​2810)
  • Fix license in POM (#​2812)
  • Created CodeQL analysis configuration by modifying suggested template (#​2811)
  • bump setup-java to v4 (#​2807)
  • Added unit tests for most of the pubsub classes that did not have any (#​2808)
  • Change the license to more permissive MIT (#​2803)
  • CI/CD quickstart (#​2777)
  • Updated release acton (as part of #​2880) by @​tishun in #​2885
  • Fixed the release flow by @​tishun in #​2896

❤️ 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)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coderabbitai

coderabbitai Bot commented Sep 30, 2025

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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 @coderabbitai help to get the list of available commands and usage tips.

@renovate
renovate Bot force-pushed the renovate/io.lettuce-lettuce-core-6.x branch from ddd1121 to 0ed98f1 Compare December 15, 2025 17:56
@renovate renovate Bot changed the title fix(deps): update dependency io.lettuce:lettuce-core to v6.8.1.release fix(deps): update dependency io.lettuce:lettuce-core to v6.8.2.release Dec 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants