Skip to content

Commit 342ab09

Browse files
committed
Update changelog #2552
1 parent 0bfd6f8 commit 342ab09

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

RELEASE-NOTES.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
Lettuce 6.2.6 RELEASE NOTES
1+
Lettuce 6.2.7 RELEASE NOTES
22
==============================
33

4-
The Lettuce team is pleased to announce the Lettuce 6.2.6 service release!
4+
The Lettuce team is pleased to announce the Lettuce 6.2.7 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.2.6.RELEASE possible. Lettuce 6 supports
9+
Thanks to all contributors who made Lettuce 6.2.7.RELEASE possible. Lettuce 6 supports
1010
Redis 2.6+ up to Redis 7.x. In terms of Java runtime, Lettuce requires at least Java 8 and
1111
works with Java 21. It is tested continuously against the latest Redis source-build.
1212

@@ -17,21 +17,27 @@ 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.2.6.RELEASE/reference/
21-
* Javadoc: https://lettuce.io/core/6.2.6.RELEASE/api/
20+
* Documentation: https://lettuce.io/core/6.2.7.RELEASE/reference/
21+
* Javadoc: https://lettuce.io/core/6.2.7.RELEASE/api/
2222

2323
Enhancements
2424
------------
25-
* Add fallback to RESP2 upon `NOPROTO` response #2455
26-
* Propagate initialization failures from `ChannelInitializer` #2475
25+
26+
* Add support for cluster-announced hostname #2487
27+
* Add support for disconnect on timeout to recover early from no `RST` packet failures
28+
#2082
2729

2830
Fixes
2931
-----
30-
* `CommandListener` notified twice on error #2457
31-
* `flushCommands` leads to random inbound command order when using large argument values with SSL #2456
32-
* `RoleParser` does not define `none`, `handshake`, and `unknown` replica states #2482
32+
33+
* StatefulRedisClusterPubSubConnectionImpl's activated() method will report exception
34+
after resubscribe() was call. #2534
3335

3436
Other
3537
-----
36-
* Use enum for no-op `PauseDetectorWrapper` #2474
37-
* Upgrade build to Redis 7.2 #2481
38+
39+
* Refine command outputs to capture whether a segment has been received instead of relying
40+
on the deserialized value state #2498
41+
* Docs on metrics (wiki) are misleading #2538
42+
* Upgrade to netty 4.1.101.Final #2550
43+
* Upgrade to Micrometer 1.9.17 #2551

0 commit comments

Comments
 (0)