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
- Reference documentation: https://lettuce.io/core/7.1.1.RELEASE/reference/
- Javadoc: https://lettuce.io/core/7.1.1.RELEASE/api/
🐞 Bug Fixes
- SearchArgs.returnField with alias produces malformed redis command #3528 (7.1.x) by @tishun in #3534
- Fix command queue corruption on encoding failures (#3443) (7.1.x) by @tishun in #3562
🧰 Maintenance
Full Changelog: 7.1.0.RELEASE...7.1.1.RELEASE