You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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
@wwwjinlong)
NullPointerException
inBoundedAsyncPool.createIdle()
whenavailableCapacity=0
NullPointerException in BoundedAsyncPool.createIdle() when availableCapacity=0 #1611 (Thanks to @fbotis)
XREADGROUP
skips messages if body is nil XREADGROUP skips messages if body is nil #1622 (Thanks to @asalabaev)CommandHandler
Fix potential null-dereference in CommandHandler #1703 (Thanks to @wbzj1110)RedisPubSubCommands
,RedisClusterPubSubCommands
, and other types missingin
reflect-config.json
RedisPubSubCommands
,RedisClusterPubSubCommands
, and other types missing inreflect-config.json
#1710💡 Other
This discussion was created from the release 5.3.7.RELEASE.
Beta Was this translation helpful? Give feedback.
All reactions