Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.52 KB

File metadata and controls

27 lines (21 loc) · 1.52 KB

Lettuce 6.8.2 RELEASE NOTES

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.

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
  • Bumping Netty to 4.1.125.Final (6.8.x) by @tishun in #3535
  • Fix command queue corruption on encoding failures (#3443) (6.8.x) by @tishun in #3560

Full Changelog: https://github.com/redis/lettuce/compare/6.8.1.RELEASE...6.8.2.RELEASE