6.1.7.RELEASE
The Lettuce team is pleased to announce the Lettuce 6.1.7 service release!
This release ships with bug fixes and dependency upgrades.
Thanks to all contributors who made Lettuce 6.1.7.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 17. It is tested continuously against the latest Redis source-build.
📗 Links
- Reference documentation: https://lettuce.io/core/6.1.7.RELEASE/reference/
- Javadoc: https://lettuce.io/core/6.1.7.RELEASE/api/
⭐ New Features
- Do not use pause detector for
CommandLatencyCollector
by default #1995 - Rename
ReadFrom.NEAREST
toLOWEST_LATENCY
to clarify its functionality #1997 - Add support for
REPLICAOF
andCLUSTER REPLICAS
commands #2020 - Improving performance of
RedisAdvancedClusterAsyncCommandsImpl::mget
#2042 - Redis cluster refresh of large clusters keeps I/O threads busy #2045
🐞 Bug Fixes
CommandArgs
usingLong.MIN_VALUE
results in0
#2019SslClosedEngineException
thrown after exceeding connection init timeout #2023NodeTopologyView
passes null-Value toStringReader
constructor #2035MasterReplicaConnectionProvider
with zero connections causesIllegalArgumentException
#2036
💡 Other
- Docs have some minor spacing and grammar issues #1993
- Fix a little typo #2003
- Use HTTPS for links #2026
- Separate profile to support m1 chip #2043
- Upgrade to netty 4.1.75.Final #2047
❤️ Contributors
We'd like to thank all the contributors who worked on this release!