Skip to content

5.0.4.RELEASE

Compare
Choose a tag to compare
@mp911de mp911de released this 08 May 06:26
df7cff9

This is the fourth bugfix release for Lettuce 5 shipping with 12 tickets resolved.

Upgrading is recommended for all users.

Reference documentation: https://lettuce.io/core/release/reference/.
JavaDoc documentation: https://lettuce.io/core/release/api/.

<dependency>
  <groupId>io.lettuce</groupId>
  <artifactId>lettuce-core</artifactId>
  <version>5.0.4.RELEASE</version>
</dependency>

Commands

  • Add AUTH option to MIGRATE command #733
  • Add MASTER type to KillArgs #760

Fixes

  • Warning when refreshing topology #756 (Thanks to @theliro)
  • DefaultEndpoint.QUEUE_SIZE becomes out of sync, preventing command queueing #764 (Thanks to @nivekastoreth)
  • DefaultEndpoint contains System.out.println(…) #765
  • Do not retry completed commands through RetryListener #767

Other

  • Upgrade to netty 4.1.23.Final #755
  • Upgrade to Reactor Bismuth SR8 #758
  • Upgrade to RxJava 1.3.8 #759
  • Extend documentation for argument objects #761
  • Upgrade to RxJava 2.1.13 #771
  • Upgrade to netty 4.1.24.Final #770

Documentation