The Lettuce team is pleased to announce the Lettuce 5.3.7 service release!
This release ships with 8 tickets fixed along with dependency upgrades.
Find the full changelog at the end of this document.
Thanks to all contributors who made Lettuce 5.3.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 16. It is tested continuously against the latest Redis source-build.
📗 Links
Reference documentation: https://lettuce.io/core/5.3.7.RELEASE/reference/
Javadoc: https://lettuce.io/core/5.3.7.RELEASE/api/
🪲 Bug Fixes
- Sentinel lookup connection leaks if no master address reported #1558 (Thanks to
@wwwjinlong) NullPointerException
inBoundedAsyncPool.createIdle()
whenavailableCapacity=0
#1611 (
Thanks to @fbotis)XREADGROUP
skips messages if body is nil #1622 (Thanks to @asalabaev)- Fix potential null-dereference in
CommandHandler
#1703 (Thanks to @wbzj1110) RedisPubSubCommands
,RedisClusterPubSubCommands
, and other types missing
inreflect-config.json
#1710
💡 Other
- Typo in string reactive commands #1632 (Thanks to @paualarco)
- Upgrade to Netty 4.1.63.Final #1696
- Upgrade to Reactor 3.3.16.RELEASE #1720