You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
29
30
30
31
Fixes
31
32
-----
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
39
37
40
38
Other
41
39
-----
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
0 commit comments