Skip to content

Commit

Permalink
Update changelog #2263
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Dec 6, 2022
1 parent 4c74028 commit 6f98fc1
Showing 1 changed file with 13 additions and 21 deletions.
34 changes: 13 additions & 21 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Lettuce 6.2.1 RELEASE NOTES
Lettuce 6.2.2 RELEASE NOTES
==============================

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

Enhancements
------------

* `PartitionSelectorException` during refresh of `Partitions` #2178
* Make SlotHash utility methods public #2199
* Documentation: https://lettuce.io/core/6.2.2.RELEASE/reference/
* Javadoc: https://lettuce.io/core/6.2.2.RELEASE/api/

Fixes
-----

* INFO response parsing throws on encountering '\n' on NodeTopologyView #2161
* RedisURI.Builder#withSsl(RedisURI) not working with SslVerifyMode#CA #2182
* SMISMEMBER is not marked a readonly command #2197
* Eval lua script expects return integer but null #2200
* `ZRANGESTORE` does not support by Rank comparison #2202
* zrevrangestorebylex/zrevrangestorebyscore range arguments flipped #2203
* 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

Other
-----

* Fixes typo in ReadFrom #2213

* Improve Document on dynamicRefreshSources #2139
* Improve Document on pingBeforeActivateConnection #2138

0 comments on commit 6f98fc1

Please sign in to comment.