1
- Lettuce 6.3.1 RELEASE NOTES
1
+ Lettuce 6.3.2 RELEASE NOTES
2
2
==============================
3
3
4
- The Lettuce team is pleased to announce the Lettuce 6.3.1 service release!
4
+ The Lettuce team is pleased to announce the Lettuce 6.3.2 service release!
5
5
This release ships with bugfixes and dependency upgrades.
6
6
7
7
Find the full changelog at the end of this document.
8
8
9
- Thanks to all contributors who made Lettuce 6.3.1 .RELEASE possible. Lettuce 6 supports
9
+ Thanks to all contributors who made Lettuce 6.3.2 .RELEASE possible. Lettuce 6 supports
10
10
Redis 2.6+ up to Redis 7.x. In terms of Java runtime, Lettuce requires
11
- at least Java 8 and works with Java 21 .
11
+ at least Java 8 and works with Java 22 .
12
12
13
13
If you need any support, meet Lettuce at
14
14
@@ -17,26 +17,25 @@ If you need any support, meet Lettuce at
17
17
* Join the chat at https://gitter.im/lettuce-io/Lobby for general discussion
18
18
* GitHub Issues (Bug reports, feature
19
19
requests): https://github.com/lettuce-io/lettuce-core/issues
20
- * Documentation: https://lettuce.io/core/6.3.1 .RELEASE/reference/
21
- * Javadoc: https://lettuce.io/core/6.3.1 .RELEASE/api/
20
+ * Documentation: https://lettuce.io/core/6.3.2 .RELEASE/reference/
21
+ * Javadoc: https://lettuce.io/core/6.3.2 .RELEASE/api/
22
22
23
23
Enhancements
24
24
------------
25
25
26
- * Update ` RedisVersion ` parser to accept version numbers with non-numeric suffix #2557
27
- * ` ClusterTopologyRefreshOptions.Builder.enableAdaptiveRefreshTrigger (…) ` without
28
- options should throw ` IllegalArgumentException ` #2575
29
- * GraalVM -
30
- io.lettuce.core.metrics.DefaultCommandLatencyCollector$DefaultPauseDetectorWrapper was
31
- found in the image heap #2579
26
+ * Performance: Encoding of keys/values in CommandArgs when using a codec that implements
27
+ ToByteBufEncoder #2610
28
+ * Switch to ` ConcurrentLinkedQueue ` to avoid expensive ` size ` calls #2602
29
+ * Use ` HashedWheelTimer ` for command expiration management to reduce thread context
30
+ switches and improve performance #2773
32
31
33
32
Fixes
34
33
-----
35
34
36
- * Geosearch and FCALL_RO commands go to the master node #2568
35
+ * Connection reconnect suspended after reconnect to Redis with protected mode #2770
36
+ * Can't PUBLISH when subscribed with RESP3 #2594
37
37
38
38
Other
39
39
-----
40
40
41
- * Extend copyright license years to 2024 #2577
42
- * Upgrade to Reactor 3.6.2 #2586
41
+ * Upgrade dependencies #2780
0 commit comments