From 18d2925bc9bda8025ceac5a61cdee0273f97f015 Mon Sep 17 00:00:00 2001 From: Tihomir Krasimirov Mateev Date: Wed, 19 Feb 2025 14:28:48 +0100 Subject: [PATCH] Release Lettuce 6.5.4.RELEASE #3190 (#3193) * Release Lettuce 6.5.4.RELEASE * Customary addition of new words --- .github/wordlist.txt | 1 + RELEASE-NOTES.md | 13 +++++++------ pom.xml | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/wordlist.txt b/.github/wordlist.txt index 685173a0a..77e2877a4 100644 --- a/.github/wordlist.txt +++ b/.github/wordlist.txt @@ -278,3 +278,4 @@ changelog html www ReentrantLock +DELUSER \ No newline at end of file diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 6c74c6e8f..9d3f673e3 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,13 +1,13 @@ -Lettuce 6.5.3 RELEASE NOTES +Lettuce 6.5.4 RELEASE NOTES ============================== -The Redis team is delighted to announce the general availability of Lettuce 6.5.3 +The Redis team is delighted to announce the general availability of Lettuce 6.5.4 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.3 possible. +Thanks to all contributors who made Lettuce 6.5.4 possible. If you need any support, meet Lettuce at @@ -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.3.RELEASE/index.html +* Javadoc: https://www.javadoc.io/doc/io.lettuce/lettuce-core/6.5.4.RELEASE/index.html Commands -------- @@ -28,8 +28,9 @@ Enhancements Fixes ----- -* Fix issue with array initialization [#3123](https://github.com/redis/lettuce/pull/3123), [#3135](https://github.com/redis/lettuce/pull/3135) by @tishun -* Replacing all instances of synchronized blocks with ReentrantLock [#3116](https://github.com/redis/lettuce/pull/3116), [#3134](https://github.com/redis/lettuce/pull/3134) by @tishun +* report block error when use with reactor mode #3168 (6.5.x) by @tishun in https://github.com/redis/lettuce/pull/3170 +* ACL DELUSER does not work correctly with UTF-8 Japanese characters #3178 (6.5.x) by @tishun in https://github.com/redis/lettuce/pull/3188 +* Bump netty.version to 4.1.118.Final #3187 (6.5.x) by @tishun in https://github.com/redis/lettuce/pull/3192 Other ----- diff --git a/pom.xml b/pom.xml index f891e7da7..f84d68e1d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ io.lettuce lettuce-core - 6.5.4.BUILD-SNAPSHOT + 6.5.5.BUILD-SNAPSHOT jar Lettuce