Skip to content

Comments

chore(deps): bump io.lettuce:lettuce-core from 7.2.1.RELEASE to 7.4.0.RELEASE#74

Open
dependabot[bot] wants to merge 1 commit intoversion/0.7.0from
dependabot/gradle/io.lettuce-lettuce-core-7.4.0.RELEASE
Open

chore(deps): bump io.lettuce:lettuce-core from 7.2.1.RELEASE to 7.4.0.RELEASE#74
dependabot[bot] wants to merge 1 commit intoversion/0.7.0from
dependabot/gradle/io.lettuce-lettuce-core-7.4.0.RELEASE

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps io.lettuce:lettuce-core from 7.2.1.RELEASE to 7.4.0.RELEASE.

Release notes

Sourced from io.lettuce:lettuce-core's releases.

7.4.0.RELEASE

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

🐞 Bug Fixes

💡 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: redis/lettuce@7.3.0.RELEASE...7.4.0.RELEASE

7.4.0.BETA1

Lettuce 7.4.0.BETA1

The Lettuce team is pleased to announce the first beta release of Lettuce 7.4.0!

This release introduces client-side geographic failover through the newly added MultiDBClient.

Key Features

  • Automatic Detection: The client monitors the health of all configured Redis endpoints.
  • Seamless Failover: If the active endpoint fails, traffic is automatically rerouted to the next healthiest endpoint based on configurable priorities.
  • Customizable: Developers can configure endpoints, set priorities, adjust failure sensitivity, and plug in custom health checks or failure detection logic.

Lettuce 7.4.0.BETA1 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, 7.4, and 7.2.

... (truncated)

Changelog

Sourced from io.lettuce:lettuce-core's changelog.

Lettuce 7.4.0 RELEASE NOTES

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

🐞 Bug Fixes

💡 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: redis/lettuce@7.3.0.RELEASE...7.4.0.RELEASE

Commits
  • 3fe5310 Update RELEASE-NOTES.md for Lettuce 7.4.0 (#3657)
  • 5d4a363 [automatic failover] Support for client-side geographic failover (#3576)
  • 2c79174 Improvements to the Lettuce guide (#3655)
  • 021116b Remove noisy INFO log for unsupported maintenance events (#3652)
  • 838a4d3 Implement hotkeys commands (#3638)
  • 47273c6 add Benchmark (jmh) benchmark result for 525b74af2864eb0fedebf390c4b151e4b1a5...
  • 525b74a Release 7.3.0 (#3649)
  • c0c8959 add Benchmark (jmh) benchmark result for ab01c7cae2c543cfe9aede0b4e7db2bf734f...
  • ab01c7c add Benchmark (jmh) benchmark result for d51d0f3f799323992a7f7f1dac08c7d40ea2...
  • d51d0f3 add Benchmark (jmh) benchmark result for aa7b4b0be7b75015d8824db462897f787604...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [io.lettuce:lettuce-core](https://github.com/redis/lettuce) from 7.2.1.RELEASE to 7.4.0.RELEASE.
- [Release notes](https://github.com/redis/lettuce/releases)
- [Changelog](https://github.com/redis/lettuce/blob/main/RELEASE-NOTES.md)
- [Commits](redis/lettuce@7.2.1.RELEASE...7.4.0.RELEASE)

---
updated-dependencies:
- dependency-name: io.lettuce:lettuce-core
  dependency-version: 7.4.0.RELEASE
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Feb 9, 2026
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 java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants