Skip to content

Commit 3e158fa

Browse files
committed
Update changelog #2053
1 parent 6fc88fb commit 3e158fa

File tree

1 file changed

+19
-25
lines changed

1 file changed

+19
-25
lines changed

RELEASE-NOTES.md

+19-25
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
Lettuce 6.1.6 RELEASE NOTES
1+
Lettuce 6.1.7 RELEASE NOTES
22
==============================
33

4-
The Lettuce team is pleased to announce the Lettuce 6.1.6 service release!
4+
The Lettuce team is pleased to announce the Lettuce 6.1.7 service release!
55
This release ships with bugfixes and dependency upgrades.
66

77
Find the full changelog at the end of this document.
88

9-
Thanks to all contributors who made Lettuce 6.1.6.RELEASE possible. Lettuce 6 supports
9+
Thanks to all contributors who made Lettuce 6.1.7.RELEASE possible. Lettuce 6 supports
1010
Redis 2.6+ up to Redis 6.x. In terms of Java runtime, Lettuce requires at least Java 8 and
1111
works with Java 17. It is tested continuously against the latest Redis source-build.
1212

@@ -17,34 +17,28 @@ If you need any support, meet Lettuce at
1717
* Join the chat at https://gitter.im/lettuce-io/Lobby for general discussion
1818
* GitHub Issues (Bug reports, feature
1919
requests): https://github.com/lettuce-io/lettuce-core/issues
20-
* Documentation: https://lettuce.io/core/6.1.6.RELEASE/reference/
21-
* Javadoc: https://lettuce.io/core/6.1.6.RELEASE/api/
20+
* Documentation: https://lettuce.io/core/6.1.7.RELEASE/reference/
21+
* Javadoc: https://lettuce.io/core/6.1.7.RELEASE/api/
2222

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

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

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

0 commit comments

Comments
 (0)