Skip to content

Commit

Permalink
Update release notes #2331
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Feb 16, 2023
1 parent e3e05ef commit 50e5cb9
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Lettuce 6.2.2 RELEASE NOTES
Lettuce 6.2.3 RELEASE NOTES
==============================

The Lettuce team is pleased to announce the Lettuce 6.2.2 service release!
The Lettuce team is pleased to announce the Lettuce 6.2.3 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.2.RELEASE possible. Lettuce 6 supports
Thanks to all contributors who made Lettuce 6.2.3.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,19 +17,20 @@ 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.2.RELEASE/reference/
* Javadoc: https://lettuce.io/core/6.2.2.RELEASE/api/
* Documentation: https://lettuce.io/core/6.2.3.RELEASE/reference/
* Javadoc: https://lettuce.io/core/6.2.3.RELEASE/api/

Fixes
-----
* The hostname and password cannot parse even if escaping with RedisURI redis-sentinel the password include '@' and '#' #2254
* Fix password parsing error when redis-sentinel URI contains @ #2255
* XTrimArgs Should Allow Limit = 0 #2250
* NullPointerException if INFO command on redis cluster fails #2243
* Own `RedisCredentialsProvider` causes issue with protocol handshake on Redis 5 #2234
* Proper creation of `AttributeKey` #2111
* 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

Other
-----
* Improve Document on dynamicRefreshSources #2139
* Improve Document on pingBeforeActivateConnection #2138
* Avoid using port 7443 in Lettuce tests #2326
* Update netty.version to 4.1.89.Final #2311
* Fix duplicate word occurrences #2307

0 comments on commit 50e5cb9

Please sign in to comment.