Skip to content

Releases: redis/lettuce

7.5.1.RELEASE

02 Apr 14:31

Choose a tag to compare

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

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

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

📗 Links
Reference documentation: https://lettuce.io/core/7.5.1.RELEASE

🐞 Bug Fixes

Full Changelog: 7.5.0.RELEASE...7.5.1.RELEASE

7.4.1.RELEASE

02 Apr 14:36

Choose a tag to compare

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

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

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

📗 Links
Reference documentation: https://lettuce.io/core/7.4.1.RELEASE

🐞 Bug Fixes

Full Changelog: 7.4.0.RELEASE...7.4.1.RELEASE

7.3.1.RELEASE

02 Apr 14:45

Choose a tag to compare

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

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

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

📗 Links
Reference documentation: https://lettuce.io/core/7.3.1.RELEASE

🐞 Bug Fixes

Full Changelog: 7.3.0.RELEASE...7.3.1.RELEASE

7.2.2.RELEASE

02 Apr 14:51

Choose a tag to compare

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

Lettuce 7.2.2 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.2.RELEASE possible.

📗 Links
Reference documentation: https://lettuce.io/core/7.2.2.RELEASE/reference/

🐞 Bug Fixes

Full Changelog: 7.2.1.RELEASE...7.2.2.RELEASE

7.1.2.RELEASE

02 Apr 14:58

Choose a tag to compare

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

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

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

If you need any support, meet Lettuce at

Changes

🐛 Bug Fixes


Full Changelog: 7.1.1.RELEASE...7.1.2.RELEASE

7.0.2.RELEASE

02 Apr 15:05

Choose a tag to compare

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

Lettuce 7.0.2.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.2.RELEASE possible!

If you need any support, meet Lettuce at

Changes

🐛 Bug Fixes


Full Changelog: 7.0.1.RELEASE...7.0.2.RELEASE

7.5.0.RELEASE

02 Mar 11:22
ecdcae9

Choose a tag to compare

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

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

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

📗 Links
Reference documentation: https://lettuce.io/core/7.5.0.RELEASE

⭐ New Features

🐞 Bug Fixes

💡 Other

  • update imports in failover docs by @ggivo in #3658
  • Bump org.assertj:assertj-core from 3.25.3 to 3.27.7 in the maven group across 1 directory by @dependabot[bot] in #3629
  • AA scenario tests by @kiryazovi-redis in #3659
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.8 by @dependabot[bot] in #3668
  • Improvements to the Lettuce guide (Advanced usage section) by @tishun in #3674
  • [automatic failover] Docs for dynamic weight management by @atakavci in #3678

❤️ New Contributors

Full Changelog: 7.4.0.RELEASE...7.5.0.RELEASE

7.4.0.RELEASE

06 Feb 16:09
3fe5310

Choose a tag to compare

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

✨ New: MultiDbClient
Lettuce introduces MultiDbClient, providing client-side failover and failback across multiple Redis databases.

MultiDbClient is designed to support client-side geographic failover, improving availability by monitoring the health of configured Redis endpoints and automatically switching connections when a database becomes unavailable.
See the docs for details and more examples.

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

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

📗 Links
Reference documentation: https://lettuce.io/core/7.4.0.RELEASE

⭐ New Features

  • [automatic failover] Support for client-side geographic failover by @ggivo in #3576
  • Implement hotkeys commands by @a-TODO-rov in #3638

🐞 Bug Fixes

  • Remove noisy INFO log for unsupported maintenance events by @ggivo in #3652

💡 Other

❤️ Contributors
We'd like to thank all the contributors who worked on this release!
@a-TODO-rov, @ggivo, @tishun, @atakavci and github-action-benchmark

Full Changelog: 7.3.0.RELEASE...7.4.0.RELEASE

7.3.0.RELEASE

05 Feb 09:52
525b74a

Choose a tag to compare

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

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

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

📗 Links
Reference documentation: https://lettuce.io/core/7.3.0.RELEASE

⭐ New Features

🐞 Bug Fixes

💡 Other

❤️ New Contributors

Full Changelog: 7.2.1.RELEASE...7.3.0.RELEASE

7.2.1.RELEASE

15 Dec 16:00
6df1ea4

Choose a tag to compare

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: 7.2.0.RELEASE...7.2.1.RELEASE