Skip to content

5.1.5.RELEASE

Compare
Choose a tag to compare
@mp911de mp911de released this 06 Mar 12:38
de61c62

The Lettuce team is pleased to announce the Lettuce 5.1.5 service release!
This release ships with two critical fixes, primarily for the recently introduced reactive signal emission on non-I/O threads, so reactive single-connection systems can utilize more threads for item processing and are not limited to a single thread. The issue that is being fixed is retention of signal ordering as signals can be dispatched out of order.

Thanks to all contributors who made Lettuce 5.1.5.RELEASE possible.

Lettuce requires a minimum of Java 8 to build and run and #RunsLikeHeaven on Java 11.
It is tested continuously against the latest Redis source-build.

Fixes

  • Result is lost when published on another executor #986 (Thanks to @trueinsider)
  • Cancel ClusterTopologyRefreshTask in RedisClusterClient.shutdownAsync() #989 (Thanks to @johnsiu)

Other

  • Upgrade to AssertJ 3.12.0 #983
  • Upgrade to AssertJ 3.12.1 #991
  • Javadoc is missing Javadoc links to Project Reactor types #942

Documentation

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