Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Mar 15, 2025

This PR contains the following updates:

Package Change Age Confidence
io.lettuce:lettuce-core 6.5.4.RELEASE -> 6.8.1.RELEASE age confidence

Release Notes

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

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


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.


  • 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 changed the title fix(deps): update dependency io.lettuce:lettuce-core to v6.5.5.release fix(deps): update dependency io.lettuce:lettuce-core to v6.6.0.release May 1, 2025
@renovate renovate bot force-pushed the renovate/lettuce branch from 01cbe4b to 387a765 Compare May 1, 2025 12:19
@renovate renovate bot force-pushed the renovate/lettuce branch from 387a765 to 92e6016 Compare June 6, 2025 16:36
@renovate renovate bot changed the title fix(deps): update dependency io.lettuce:lettuce-core to v6.6.0.release fix(deps): update dependency io.lettuce:lettuce-core to v6.7.1.release Jun 6, 2025
@renovate renovate bot changed the title fix(deps): update dependency io.lettuce:lettuce-core to v6.7.1.release fix(deps): update dependency io.lettuce:lettuce-core to v6.8.0.release Aug 9, 2025
@renovate renovate bot force-pushed the renovate/lettuce branch from 92e6016 to 496d4a7 Compare August 9, 2025 02:50
@renovate renovate bot changed the title fix(deps): update dependency io.lettuce:lettuce-core to v6.8.0.release fix(deps): update dependency io.lettuce:lettuce-core to v6.8.1.release Sep 3, 2025
@renovate renovate bot force-pushed the renovate/lettuce branch from 496d4a7 to 23eea37 Compare September 3, 2025 15:00
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.

1 participant