Skip to content

6.0.3.RELEASE

Compare
Choose a tag to compare
@mp911de mp911de released this 16 Mar 11:20
· 580 commits to main since this release
2e6a473

The Lettuce team is pleased to announce the Lettuce 6.0.3 service release!
This release ships with bugfixes 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.3.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.

Documentation

Reference documentation: https://lettuce.io/core/6.0.3.RELEASE/reference/
Javadoc: https://lettuce.io/core/6.0.3.RELEASE/api/

Enhancements

  • Consider reinstating master-replica wording #1518 (Thanks to @perlun)
  • Allow providing custom ClusterTopologyRefresh implementation. #1598 (Thanks to @alessandrosimi-sa)
  • Introduce LettuceStrings.isEmpty(String) overload with optimized isEmpty checking #1609

Fixes

  • Sentinel lookup connection leaks if no master address reported #1558 (Thanks to @wwwjinlong)
  • copyright replace bug #1589 (Thanks to @dengliming)
  • NullPointerException in BoundedAsyncPool.createIdle() when availableCapacity=0 #1611 (Thanks to @fbotis)
  • XREADGROUP skips messages if body is nil #1622 (Thanks to @asalabaev)
  • TransactionCommand applied incorrectly #1625 (Thanks to @checky)
  • Create traced endpoint when ready #1653 (Thanks to @anuraaga)

Other