The Lettuce team is pleased to announce the Lettuce 6.0.4 service release!
This release ships with bug fixes and selected enhancements along with dependency upgrades.
Find the full changelog at the end of this document.
Thanks to all contributors who made Lettuce 6.0.4.RELEASE possible. Lettuce 6 supports
Redis 2.6+ up to Redis 6.x. In terms of Java runtime, Lettuce requires at least Java 8 and works with Java 16. It is tested continuously against the latest Redis source-build.
📗 Links
- Reference documentation: https://lettuce.io/core/6.0.4.RELEASE/reference/
- Javadoc: https://lettuce.io/core/6.0.4.RELEASE/api/
⭐ New Features
- Add overload to ScanArgs to accept a binary
match
#1675 - Allow configuring a default ThreadFactoryProvider to create ClientResources #1711
🪲 Bug Fixes
- Fix potential null-dereference in
CommandHandler
#1703 (Thanks to @wbzj1110) RedisPubSubCommands
,RedisClusterPubSubCommands
, and other types missing
inreflect-config.json
#1710
💡 Other
- Upgrade to Netty 4.1.63.Final #1696
RedisURI
: improve deprecation notice inwithPassword()
#1707 (Thanks to @perlun)- Upgrade to Reactor 3.3.16.RELEASE #1720
❤️ Contributors
We'd like to thank all the contributors who worked on this release!