Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.47 KB

RELEASE-NOTES.md

File metadata and controls

42 lines (31 loc) · 1.47 KB

Lettuce 6.3.1 RELEASE NOTES

The Lettuce team is pleased to announce the Lettuce 6.3.1 service release! This release ships with bugfixes and dependency upgrades.

Find the full changelog at the end of this document.

Thanks to all contributors who made Lettuce 6.3.1.RELEASE possible. Lettuce 6 supports Redis 2.6+ up to Redis 7.x. In terms of Java runtime, Lettuce requires at least Java 8 and works with Java 21.

If you need any support, meet Lettuce at

Enhancements

  • Update RedisVersion parser to accept version numbers with non-numeric suffix #2557
  • ClusterTopologyRefreshOptions.Builder.enableAdaptiveRefreshTrigger (…) without options should throw IllegalArgumentException #2575
  • GraalVM - io.lettuce.core.metrics.DefaultCommandLatencyCollector$DefaultPauseDetectorWrapper was found in the image heap #2579

Fixes

  • Geosearch and FCALL_RO commands go to the master node #2568

Other

  • Extend copyright license years to 2024 #2577
  • Upgrade to Reactor 3.6.2 #2586