Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2025

This PR contains the following updates:

Package Change Age Confidence
io.lettuce:lettuce-core 6.7.1.RELEASE -> 7.2.1.RELEASE age confidence

Release Notes

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

v7.2.1.RELEASE

Compare Source

The Lettuce team is pleased to announce the Lettuce 7.2.1 patch release!

Lettuce 7.2.1 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.4, Redis 8.2, Redis 8.0, Redis 7.4 and Redis 7.2.

Thanks to all contributors who made Lettuce 7.2.1.RELEASE possible.

📗 Links
Reference documentation: https://lettuce.io/core/7.2.1.RELEASE/reference/
Javadoc: https://lettuce.io/core/7.2.1.RELEASE/api/

🐞 Bug Fixes

Full Changelog: redis/lettuce@7.2.0.RELEASE...7.2.1.RELEASE

v7.2.0.RELEASE

Compare Source

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

Lettuce 7.2.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.4, Redis 8.2, Redis 8.0, Redis 7.4 and Redis 7.2.

Thanks to all contributors who made Lettuce 7.2.0.RELEASE possible.

📗 Links
Reference documentation: https://lettuce.io/core/7.2.0.RELEASE/reference/
Javadoc: https://lettuce.io/core/7.2.0.RELEASE/api/

⭐ New Features

🐞 Bug Fixes

💡 Other

❤️ New Contributors

Full Changelog: redis/lettuce@7.1.0.RELEASE...7.2.0.RELEASE

v7.1.1.RELEASE

Compare Source

The Lettuce team is pleased to announce the Lettuce 7.1.1 service release!
This release ships with bugfixes and dependency upgrades.

Lettuce 7 supports Redis 2.6+ up to Redis 8.4. In terms of Java runtime, Lettuce requires
at least Java 8 and works with Java 21.

Thanks to all contributors who made Lettuce 7.1.1 possible.

📗 Links

🐞 Bug Fixes

🧰 Maintenance

Full Changelog: redis/lettuce@7.1.0.RELEASE...7.1.1.RELEASE

v7.1.0.RELEASE

Compare Source

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

This release provides support for new features that are going to be part of the Redis 8.4 release, such as using the CLAIM parameter in the XREADGROUP command; atomically set multiple string keys and update their expiration withMSETEX and atomic compare-and-set and compare-and-delete for string keys using the extensions of the DIGEST, DELEX and SET commands.

Lettuce 7.1.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.4, 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 7.1.0.RELEASE possible.

📗 Links
Reference documentation: https://lettuce.io/core/7.1.0.RELEASE/reference/
Javadoc: https://lettuce.io/core/7.1.0.RELEASE/api/

⭐ New Features

🐞 Bug Fixes

💡 Other

  • N/A

❤️ New Contributors

Full Changelog: redis/lettuce@7.0.0.RELEASE...7.1.0.RELEASE

v7.0.1.RELEASE

Compare Source

The Lettuce team is pleased to announce the release of Lettuce 7.0.1!

Lettuce 7.0.1.RELEASE supports Redis 2.6+ up to Redis 8.x and requires Java 8 or newer. The driver is tested against Redis 8.2, 8.0, 7.4, and 7.2.

Thanks to all contributors who made Lettuce 7.0.1.RELEASE possible!

If you need any support, meet Lettuce at

Changes

🐛 Bug Fixes

💡 Other


Full Changelog: redis/lettuce@7.0.0.RELEASE...7.0.1.RELEASE

v7.0.0.RELEASE: 7.0.0

Compare Source

Lettuce 7.0.0.RELEASE

The Lettuce team is pleased to announce the release of Lettuce 7.0.0!

The release focuses on introducing Maintenance events support functionality, API improvements, and cleanup of deprecated features.

Key changes
  • Maintenance events support for graceful maintenance handling
  • Redis Query Engine (RediSearch) in cluster mode - when searching with a cursor the cursor now is sticking to a single node in cluster environments; read operations are spread around the nodes of a cluster in a random manner to avoid bottlenecks;
  • Enhanced JSON API with String-based access to avoid unnecessary conversions
  • Removal of deprecated APIs and options as part of the major version upgrade
  • Upgrading to Netty 4.2

Lettuce 7.0.0.RELEASE supports Redis 2.6+ up to Redis 8.x and requires Java 8 or newer. The driver is tested against Redis 8.2, 8.0, 7.4, and 7.2.

Changes

🔥 Breaking Changes

🚀 New Features

  • Search - request/response policies implementation with API overrides (#​3465)
  • Implement JSON raw return types (#​3478)
  • Add support for EPSILON and WITHATTRIBS arguments in VSIM command (#​3449)
  • Add String-based JSON API to avoid unnecessary conversions (#​3369) (#​3394)
  • [Hitless Upgrades] React to maintenance events #​3345 (#​3354, #​3450, #​3426)

🐛 Bug Fixes

  • Fix cluster scan deadlock (#​3448)
  • [Hitless Upgrades] Timeouts seen during endpoint re-bind and migrate (#​3426)
  • Fix a NullPointerException in DelegateJsonObject #​3417 (#​3418)

💡 Other

  • feat: add JSON read-only commands to ReadOnlyCommands (#​3462)
  • Upgrading to Netty 4.2 (#​3405)
  • Make search commands truly keyless (#​3456)
  • Add getCodec method to StatefulConnection (#​3444)
  • [hitless upgrade] Rename maintenance notification configuration properties (#​3450)
  • Return name method to ProtocolKeyword public interface. (#​3424)
  • Refactor JsonValue to Object mapping #​3412 (#​3413)
  • Using non-native transports with SocketOptions should cause an error (#​3279)

🧰 Maintenance

  • GH workflows - fix docs action (#​3457)
  • Redis Enterprise Maintenance Events: Comprehensive Functional Testing (#​3461)
  • Remove spellcheck (#​3471)
  • Fix benchmarks after #​3444 (#​3476)
  • Release Lettuce 7.0.0.BETA2 - update release notes #​3454
  • Fixing compilation error in benchmark code (#​3442)
  • docs: Fix various typos in documentation (#​3423)
  • bump test inra to 8.2.1-pre (#​3399)
  • Fixing the benchmarks action (#​3402)
  • Disable flaky test to stabilize the pipeline (#​3403)
  • Update redis-search.md (#​3401)
  • Bump kotlin.version from 1.7.21 to 2.0.0 (#​2979)

Contributors

We'd like to thank all the contributors who worked on this release!
@​Kiminni, @​KoKimSS, @​The-East-Wind, @​a-TODO-rov, @​brushmate, @​ggivo, @​kimsunghyun1995, @​mohamed-arafa, @​ori0o0p, @​thachlp, @​tishun, @​uglide

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

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


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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.


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

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 27, 2025
@renovate renovate bot requested a review from a team October 27, 2025 01:43
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 27, 2025
@renovate renovate bot force-pushed the renovate/release/5.0.x-major-7-lettuce.version branch from 58c3519 to 13ae355 Compare November 21, 2025 10:11
@renovate renovate bot force-pushed the renovate/release/5.0.x-major-7-lettuce.version branch from 13ae355 to 49fee87 Compare December 5, 2025 18:26
@renovate renovate bot force-pushed the renovate/release/5.0.x-major-7-lettuce.version branch from 49fee87 to 2fec21f Compare December 15, 2025 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant