github redis/lettuce 6.1.6.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.6 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.1.6.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

  • Specify concrete scheduler name #1898
  • Avoid routing to cluster replicas that are loading data #1923
  • Introduce nodeFilter Predicate to filter Partitions #1942
  • Add exception type for READONLY errors #1943

🐞 Bug Fixes

  • io.lettuce.core.protocol.CommandExpiryWriter cannot be cast to io.lettuce.core.protocol.DefaultEndpoint #1882
  • Attempting to execute commands during a JVM shutdown will cause a RedisConnectionFailureException / IllegalStateException: Shutdown in progress #1883
  • Tracing incorrect when command execute timeout #1901
  • Run flush commands with FlushMode on upstreams only #1908
  • RoundRobinSocketAddressSupplier is not refreshing when RedisURI changes #1909
  • ClientResources.mutate() leads to DefaultClientResources was not shut down properly if the original instance is GC'd #1917
  • BoundedPoolConfig with -1 as maxTotal does not work as unlimited pool #1953

💡 Other

  • Upgrade build to Java 17 #1854
  • Bump log4j-core to 2.15.0 #1934
  • Upgrade log4j to 2.17 to address CVE-2021-45105 #1941
  • Upgrade to Netty 4.1.72.Final #1950
  • Extend copyright license years to 2022 #1952
  • RedisCoroutinesCommands calls are locked after calling multi() #1954
  • Upgrade dependencies #1962

❤️ 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.