github redis/lettuce 6.1.8.RELEASE

latest releases: 6.4.0.M1, 6.3.2.RELEASE, 6.3.1.RELEASE...
2 years ago

The Lettuce team is pleased to announce the Lettuce 6.1.8 service release!
This release ships with bug fixes and dependency upgrades.

6.1.8 is a re-release of 6.1.7 with a fixed regression.

Thanks to all contributors who made Lettuce 6.1.8.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

⭐ New Features

  • Do not use pause detector for CommandLatencyCollector by default #1995
  • Rename ReadFrom.NEAREST to LOWEST_LATENCY to clarify its functionality #1997
  • Add support for REPLICAOF and CLUSTER REPLICAS commands #2020
  • Improving performance of RedisAdvancedClusterAsyncCommandsImpl::mget #2042
  • Redis cluster refresh of large clusters keeps I/O threads busy #2045

🐞 Bug Fixes

  • CommandArgs using Long.MIN_VALUE results in 0 #2019
  • SslClosedEngineException thrown after exceeding connection init timeout #2023
  • NodeTopologyView passes null-Value to StringReader constructor #2035
  • MasterReplicaConnectionProvider with zero connections causes IllegalArgumentException #2036
  • DefaultCommandLatencyCollector.PauseDetectorWrapper defines PauseDetector in method signatures #2056

💡 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!

Don't miss a new lettuce release

NewReleases is sending notifications on new releases.