Skip to content

Commit 18d2925

Browse files
authored
Release Lettuce 6.5.4.RELEASE #3190 (#3193)
* Release Lettuce 6.5.4.RELEASE * Customary addition of new words
1 parent c2e2a1f commit 18d2925

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.github/wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,3 +278,4 @@ changelog
278278
html
279279
www
280280
ReentrantLock
281+
DELUSER

RELEASE-NOTES.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
Lettuce 6.5.3 RELEASE NOTES
1+
Lettuce 6.5.4 RELEASE NOTES
22
==============================
33

4-
The Redis team is delighted to announce the general availability of Lettuce 6.5.3
4+
The Redis team is delighted to announce the general availability of Lettuce 6.5.4
55
This release ships with bugfixes and dependency upgrades.
66

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

10-
Thanks to all contributors who made Lettuce 6.5.3 possible.
10+
Thanks to all contributors who made Lettuce 6.5.4 possible.
1111

1212
If you need any support, meet Lettuce at
1313

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

2121
Commands
2222
--------
@@ -28,8 +28,9 @@ Enhancements
2828

2929
Fixes
3030
-----
31-
* Fix issue with array initialization [#3123](https://github.com/redis/lettuce/pull/3123), [#3135](https://github.com/redis/lettuce/pull/3135) by @tishun
32-
* 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
31+
* report block error when use with reactor mode #3168 (6.5.x) by @tishun in https://github.com/redis/lettuce/pull/3170
32+
* 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
33+
* Bump netty.version to 4.1.118.Final #3187 (6.5.x) by @tishun in https://github.com/redis/lettuce/pull/3192
3334

3435
Other
3536
-----

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>io.lettuce</groupId>
55
<artifactId>lettuce-core</artifactId>
6-
<version>6.5.4.BUILD-SNAPSHOT</version>
6+
<version>6.5.5.BUILD-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<name>Lettuce</name>

0 commit comments

Comments
 (0)