Skip to content

Commit cb02888

Browse files
authored
Release Lettuce 6.5.5.RELEASE (#3209) (#3212)
* Releasing Lettuce 6.5.5.RELEASE * Mandatory misspelled words omission * Spellcheck fix
1 parent 8733a09 commit cb02888

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.github/wordlist.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,4 +278,6 @@ changelog
278278
html
279279
www
280280
ReentrantLock
281-
DELUSER
281+
DELUSER
282+
zpopmin
283+
jsonArrpop

RELEASE-NOTES.md

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

4-
The Redis team is delighted to announce the general availability of Lettuce 6.5.4
4+
The Redis team is delighted to announce the general availability of Lettuce 6.5.5
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.4 possible.
10+
Thanks to all contributors who made Lettuce 6.5.5 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.4.RELEASE/index.html
19+
* Javadoc: https://www.javadoc.io/doc/io.lettuce/lettuce-core/6.5.5.RELEASE/index.html
2020

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

2929
Fixes
3030
-----
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
31+
* Some json command assume optional path while it's not (#3198) by @tishun in https://github.com/redis/lettuce/pull/3201
32+
* jsonArrpop fails with null return value (#3196) (6.5.x) by @tishun in https://github.com/redis/lettuce/pull/3208
33+
* Exception on zpopmin (#3199) (6.5.x) by @tishun in https://github.com/redis/lettuce/pull/3211
3434

3535
Other
3636
-----

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.5.BUILD-SNAPSHOT</version>
6+
<version>6.5.6.BUILD-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<name>Lettuce</name>

0 commit comments

Comments
 (0)