Skip to content

Commit

Permalink
Releasing Lettuce 6.5.3
Browse files Browse the repository at this point in the history
- prepare release notes
  • Loading branch information
ggivo committed Jan 27, 2025
1 parent 5317594 commit 7b5e695
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Lettuce 6.5.2 RELEASE NOTES
Lettuce 6.5.3 RELEASE NOTES
==============================

The Redis team is delighted to announce the general availability of Lettuce 6.5.2
The Redis team is delighted to announce the general availability of Lettuce 6.5.3
This release ships with bugfixes and dependency upgrades.

Lettuce 6 supports Redis 2.6+ up to Redis 7.x. In terms of Java runtime, Lettuce requires
at least Java 8 and works with Java 21. Find the full changelog at the end of this document.

Thanks to all contributors who made Lettuce 6.5.2 possible.
Thanks to all contributors who made Lettuce 6.5.3 possible.

If you need any support, meet Lettuce at

Expand All @@ -16,7 +16,7 @@ If you need any support, meet Lettuce at
* Join the chat at https://discord.gg/redis and look for the "Help:Tools Lettuce" channel
* GitHub Issues (Bug reports, feature requests): https://github.com/redis/lettuce/issues
* Documentation: https://redis.github.io/lettuce/
* Javadoc: https://www.javadoc.io/doc/io.lettuce/lettuce-core/6.5.2.RELEASE/index.html
* Javadoc: https://www.javadoc.io/doc/io.lettuce/lettuce-core/6.5.3.RELEASE/index.html

Commands
--------
Expand All @@ -28,8 +28,8 @@ Enhancements

Fixes
-----
* Public API methods removed by mistake when introducing RedisJSON #3070 by @tishun in https://github.com/redis/lettuce/pull/3108
* Handle UTF-8 characters in command arguments #3071 by @tishun in https://github.com/redis/lettuce/pull/3110
* Fix issue with array initialization #3123, #3135 by @tishun in https://github.com/redis/lettuce/pull/3123, https://github.com/redis/lettuce/pull/3135
* Replacing all instances of synchronized blocks with ReentrantLock #3116, #3134 by @tishun in https://github.com/redis/lettuce/pull/3116, https://github.com/redis/lettuce/pull/3134

Other
-----
Expand Down

0 comments on commit 7b5e695

Please sign in to comment.