The Lettuce team is pleased to announce the Lettuce 6.8.2 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.2 possible.
📗 Links
- Reference documentation: https://lettuce.io/core/6.8.2.RELEASE/reference/
- Javadoc: https://lettuce.io/core/6.8.2.RELEASE/api/
🐞 Bug Fixes
- [Backport] Reduce CPU cycles spent on setting tracing tags (#3339) by @ggivo in #3505
- Preserve null values when parsing SearchReplies (#3518) by @a-TODO-rov in #3551
- SearchArgs.returnField with alias produces malformed redis command #3… by @a-TODO-rov in #3550
- Fix command queue corruption on encoding failures (#3443) (6.8.x) by @tishun in #3560
🧰 Maintenance
Full Changelog: 6.8.1.RELEASE...6.8.2.RELEASE