The Lettuce team is pleased to announce the Lettuce 6.5.3 service release!
This release ships with bugfixes and dependency upgrades.
Find the full changelog at the end of this document.
Thanks to all contributors who made Lettuce 6.5.3.RELEASE possible. Lettuce 6 supports
Redis 2.6+ up to Redis 7.x. In terms of Java runtime, Lettuce requires at least Java 8 and
works with Java 21.
📗 Links
- Reference documentation: https://lettuce.io/core/6.5.3.RELEASE/reference/
- Javadoc: https://lettuce.io/core/6.5.3.RELEASE/api/
🐞 Bug Fixes
- Fix issue with array initialization #3123, #3135 by @tishun
- Replacing all instances of synchronized blocks with ReentrantLock #3116, #3134 by @tishun
Full Changelog: 6.5.2.RELEASE...6.5.3.RELEASE