1
- Lettuce 6.5.4 RELEASE NOTES
1
+ Lettuce 6.5.5 RELEASE NOTES
2
2
==============================
3
3
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
5
5
This release ships with bugfixes and dependency upgrades.
6
6
7
7
Lettuce 6 supports Redis 2.6+ up to Redis 7.x. In terms of Java runtime, Lettuce requires
8
8
at least Java 8 and works with Java 21. Find the full changelog at the end of this document.
9
9
10
- Thanks to all contributors who made Lettuce 6.5.4 possible.
10
+ Thanks to all contributors who made Lettuce 6.5.5 possible.
11
11
12
12
If you need any support, meet Lettuce at
13
13
@@ -16,7 +16,7 @@ If you need any support, meet Lettuce at
16
16
* Join the chat at https://discord.gg/redis and look for the "Help: Tools Lettuce" channel
17
17
* GitHub Issues (Bug reports, feature requests): https://github.com/redis/lettuce/issues
18
18
* 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
20
20
21
21
Commands
22
22
--------
@@ -28,9 +28,9 @@ Enhancements
28
28
29
29
Fixes
30
30
-----
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
34
34
35
35
Other
36
36
-----
0 commit comments