Skip to content

Commit

Permalink
Update changelog #2053
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Mar 18, 2022
1 parent 6fc88fb commit 3e158fa
Showing 1 changed file with 19 additions and 25 deletions.
44 changes: 19 additions & 25 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Lettuce 6.1.6 RELEASE NOTES
Lettuce 6.1.7 RELEASE NOTES
==============================

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

Expand All @@ -17,34 +17,28 @@ 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.1.6.RELEASE/reference/
* Javadoc: https://lettuce.io/core/6.1.6.RELEASE/api/
* Documentation: https://lettuce.io/core/6.1.7.RELEASE/reference/
* Javadoc: https://lettuce.io/core/6.1.7.RELEASE/api/

Enhancements
------------
* Specify concrete scheduler name #1898
* Avoid routing to cluster replicas that are loading data #1923
* Introduce `nodeFilter` `Predicate` to filter `Partitions` #1942
* Add exception type for `READONLY` errors #1943
* Do not use pause detector for `CommandLatencyCollector` by default #1995
* Rename `ReadFrom.NEAREST` to `LOWEST_LATENCY` to clarify its functionality #1997
* Add support for REPLICAOF and CLUSTER REPLICAS commands #2020
* Improving performance of RedisAdvancedClusterAsyncCommandsImpl::mget #2042
* Redis cluster refresh of large clusters keeps I/O threads busy #2045

Fixes
-----
* io.lettuce.core.protocol.CommandExpiryWriter cannot be cast to io.lettuce.core.protocol.DefaultEndpoint #1882
* Attempting to execute commands during a JVM shutdown will cause a RedisConnectionFailureException / IllegalStateException: Shutdown in progress #1883
* Tracing incorrect when command execute timeout #1901
* Run flush commands with `FlushMode` on upstreams only #1908
* `RoundRobinSocketAddressSupplier` is not refreshing when `RedisURI` changes #1909
* `ClientResources.mutate()` leads to `DefaultClientResources was not shut down properly` if the original instance is GC'd #1917
* `BoundedPoolConfig` with `-1` as `maxTotal` does not work as unlimited pool #1953
* `CommandArgs` using `Long.MIN_VALUE` results in `0` #2019
* `SslClosedEngineException` thrown after exceeding connection init timeout #2023
* `NodeTopologyView` passes null-Value to `StringReader` constructor #2035
* MasterReplicaConnectionProvider with zero connections causes IllegalArgumentException #2036

Other
-----
* Upgrade build to Java 17 #1854
* A question about the letuce CI project view #1914
* Bump log4j-core to 2.15.0 #1934
* Upgrade log4j to 2.17 to address CVE-2021-45105 #1941
* Upgrade to Netty 4.1.72.Final #1950
* Extend copyright license years to 2022 #1952
* `RedisCoroutinesCommands` calls are locked after calling multi() #1954
* Release 6.1.6.RELEASE #1961
* Upgrade dependencies #1962
* Docs have some minor spacing and grammar issues #1993
* Fix a little typo #2003
* Use HTTPS for links #2026
* Separate profile to support m1 chip #2043
* Upgrade to netty 4.1.75.Final #2047

0 comments on commit 3e158fa

Please sign in to comment.