File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1
1
Spring Data Redis Changelog
2
2
===========================
3
3
4
+ Changes in version 2.3.2.RELEASE (2020-07-22)
5
+ ---------------------------------------------
6
+ * DATAREDIS-1181 - Upgrade to Lettuce 5.3.2.
7
+ * DATAREDIS-1179 - ObjectHashMapper not able to resolve type alias.
8
+ * DATAREDIS-1178 - Scan method on ReactiveSetOperations ignores ScanOptions parameter.
9
+ * DATAREDIS-1177 - Upgrade to xstream 1.4.12.
10
+ * DATAREDIS-1175 - Unable to read a List from a Redis Stream.
11
+ * DATAREDIS-1173 - Close connection unsubscribes from all channels incorrectly using Lettuce.
12
+ * DATAREDIS-1172 - StreamReceiverOptionsBuilder.hashValueSerializer mis-typed.
13
+ * DATAREDIS-1168 - Release 2.3.2 (Neumann SR2).
14
+ * DATAREDIS-1150 - Add reactive variant of RedisClusterCommands.
15
+
16
+
4
17
Changes in version 2.2.9.RELEASE (2020-07-22)
5
18
---------------------------------------------
6
19
* DATAREDIS-1178 - Scan method on ReactiveSetOperations ignores ScanOptions parameter.
@@ -2037,5 +2050,6 @@ General
2037
2050
2038
2051
2039
2052
2053
+
2040
2054
2041
2055
You can’t perform that action at this time.
0 commit comments