Skip to content

Commit

Permalink
Update release notes #2388
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Apr 18, 2023
1 parent 82bf215 commit bcf219a
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Lettuce 6.2.3 RELEASE NOTES
Lettuce 6.2.4 RELEASE NOTES
==============================

The Lettuce team is pleased to announce the Lettuce 6.2.3 service release!
The Lettuce team is pleased to announce the Lettuce 6.2.4 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.3.RELEASE possible. Lettuce 6 supports
Thanks to all contributors who made Lettuce 6.2.4.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.

Expand All @@ -17,20 +17,22 @@ 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.3.RELEASE/reference/
* Javadoc: https://lettuce.io/core/6.2.3.RELEASE/api/
* Documentation: https://lettuce.io/core/6.2.4.RELEASE/reference/
* Javadoc: https://lettuce.io/core/6.2.4.RELEASE/api/

Enhancements
------------
* Add capability of FailOver with takeOver option #2358
* Improve `AdaptiveRefreshTriggeredEvent` to provide the cause and contextual details #2338
* Refine `RedisException` instantiation to avoid exception instances if they are not used #2353

Fixes
-----
* Fallback to RESP2 hides potential authentication configuration problems #2313
* Accept slots as String using `CLUSTER SHARDS` #2325
* Handle unknown endpoints in MOVED response #2290
* `RedisURI.applySsl(…)` does not retain `SslVerifyMode` #2328
* Apply `SslVerifyMode` in `RedisURI.applySsl(…)` #2329
* Fix long overflow in `RedisSubscription#potentiallyReadMore` #2383
* Consistently implement CompositeArgument in arg types #2387

Other
-----
* Avoid using port 7443 in Lettuce tests #2326
* Update netty.version to 4.1.89.Final #2311
* Fix duplicate word occurrences #2307
* README.md demo has a error #2377
* Fix Set unit test sscanMultiple fail in redis7 #2349

0 comments on commit bcf219a

Please sign in to comment.