Skip to content

Commit 34930c3

Browse files
committed
Update changelog #2781
1 parent 972adfa commit 34930c3

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

RELEASE-NOTES.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
Lettuce 6.3.1 RELEASE NOTES
1+
Lettuce 6.3.2 RELEASE NOTES
22
==============================
33

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!
55
This release ships with bugfixes and dependency upgrades.
66

77
Find the full changelog at the end of this document.
88

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
1010
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.
1212

1313
If you need any support, meet Lettuce at
1414

@@ -17,26 +17,25 @@ If you need any support, meet Lettuce at
1717
* Join the chat at https://gitter.im/lettuce-io/Lobby for general discussion
1818
* GitHub Issues (Bug reports, feature
1919
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/
2222

2323
Enhancements
2424
------------
2525

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
3231

3332
Fixes
3433
-----
3534

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
3737

3838
Other
3939
-----
4040

41-
* Extend copyright license years to 2024 #2577
42-
* Upgrade to Reactor 3.6.2 #2586
41+
* Upgrade dependencies #2780

0 commit comments

Comments
 (0)