Skip to content

Commit

Permalink
Update release notes #2484
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Aug 16, 2023
1 parent ef8a6b7 commit 5d680f8
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Lettuce 6.2.5 RELEASE NOTES
Lettuce 6.2.6 RELEASE NOTES
==============================

The Lettuce team is pleased to announce the Lettuce 6.2.5 service release!
The Lettuce team is pleased to announce the Lettuce 6.2.6 service release!
This release ships with bugfixes and dependency upgrades.

Find the full changelog at the end of this document.

Thanks to all contributors who made Lettuce 6.2.5.RELEASE possible. Lettuce 6 supports
Thanks to all contributors who made Lettuce 6.2.6.RELEASE possible. Lettuce 6 supports
Redis 2.6+ up to Redis 7.x. In terms of Java runtime, Lettuce requires at least Java 8 and
works with Java 19. It is tested continuously against the latest Redis source-build.
works with Java 21. It is tested continuously against the latest Redis source-build.

If you need any support, meet Lettuce at

Expand All @@ -17,23 +17,21 @@ If you need any support, meet Lettuce at
* Join the chat at https://gitter.im/lettuce-io/Lobby for general discussion
* GitHub Issues (Bug reports, feature
requests): https://github.com/lettuce-io/lettuce-core/issues
* Documentation: https://lettuce.io/core/6.2.5.RELEASE/reference/
* Javadoc: https://lettuce.io/core/6.2.5.RELEASE/api/
* Documentation: https://lettuce.io/core/6.2.6.RELEASE/reference/
* Javadoc: https://lettuce.io/core/6.2.6.RELEASE/api/

Enhancements
------------
* ReplicaTopologyProvider can't parse replicas from INFO #2375
* Support for module-based read-only commands #2401
* Accept Double and Boolean in `MapOutput` #2429
* Array lists with set capacities in SimpleBatcher #2445
* Add fallback to RESP2 upon `NOPROTO` response #2455
* Propagate initialization failures from `ChannelInitializer` #2475

Fixes
-----
* Reactive Cluster `MGET` is not running in parallel #2395
* `memory usage` command passes key as `String` instead of using the codec #2424
* Fix NPE when manually flushing a batch #2444
* `CommandListener` notified twice on error #2457
* `flushCommands` leads to random inbound command order when using large argument values with SSL #2456
* `RoleParser` does not define `none`, `handshake`, and `unknown` replica states #2482

Other
-----
* Upgrade to Netty 4.1.94.Final #2431
* Update SetArgs.java builder method param comment #2441
* Use enum for no-op `PauseDetectorWrapper` #2474
* Upgrade build to Redis 7.2 #2481

0 comments on commit 5d680f8

Please sign in to comment.