fix(deps): update dependency io.lettuce:lettuce-core to v7.4.0.release#76
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update dependency io.lettuce:lettuce-core to v7.4.0.release#76renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
459c5ef to
02d60ba
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.2.1.RELEASE→7.4.0.RELEASERelease Notes
redis/lettuce (io.lettuce:lettuce-core)
v7.4.0.RELEASECompare Source
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
v7.3.0.RELEASECompare Source
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: redis/lettuce@7.2.1.RELEASE...7.3.0.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.
This PR was generated by Mend Renovate. View the repository job log.