Skip to content

5.2.2.RELEASE

Compare
Choose a tag to compare
@mp911de mp911de released this 11 Feb 10:49
6d66fd3

The Lettuce team is pleased to announce the Lettuce 5.2.2 release!
This release ships with mostly bug fixes and dependency upgrades addressing 13 tickets in total.

Find the full changelog at the end of this document.

Thanks to all contributors who made Lettuce 5.2.2.RELEASE possible.
Lettuce requires a minimum of Java 8 to build and run and is compatible with Java 14. It is tested continuously against the latest Redis source-build.

Enhancements

Fixes

  • BoundedAsyncPool doesn't work with a negative maxTotal #1181 (Thanks to @sguillope)
  • Issuing GEORADIUS_RO on a replica fails when no masters are available. #1198 (Thanks to @leif-erikson)
  • TLS setup fails to a master reported by sentinel #1209 (Thanks to @ae6rt)
  • Lettuce metrics creates lots of long arrays, and gives out of memory error. #1210 (Thanks to @omjego)
  • CommandSegments.StringCommandType does not implement hashCode()/equals() #1211
  • Unclear documentation about quiet time for RedisClient#shutdown #1212 (Thanks to @LychakGalina)
  • Write race condition while migrating/importing a slot #1218 (Thanks to @phyok)
  • Relax field count check in CommandDetailParser #1200
  • Lettuce not able to reconnect automatically to SSL+authenticated ElastiCache node #1201 (Thanks to @chadlwilson)

Other

  • Disable RedisURIBuilderUnitTests failing on Windows OS #1204 (Thanks to @kshchepanovskyi)
  • Un-deprecate ClientOptions.pingBeforeActivateConnection #1208
  • Upgrade dependencies #1225

Documentation

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