File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-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.0.M4 (2020-03-11)
5
+ ----------------------------------------
6
+ * DATAREDIS-1111 - Add missing list and zset coroutine extensions.
7
+ * DATAREDIS-1110 - Wrong type parameter in StreamMessageListenerContainerOptionsBuilder.hashValueSerializer().
8
+ * DATAREDIS-1105 - Fix typo on RedisTemplate javadoc.
9
+ * DATAREDIS-1104 - RedisTemplate executing exception is swallowed when release connection errors.
10
+ * DATAREDIS-1101 - Improve reference documentation.
11
+ * DATAREDIS-1099 - Release 2.3 M4 (Neumann).
12
+ * DATAREDIS-1093 - ClassCastException when doing pub/sub from RedisStaticMasterReplicaConfiguration.
13
+ * DATAREDIS-1084 - Consider adding support for XPENDING and XCLAIM.
14
+ * DATAREDIS-1080 - RedisAtomicInteger remove existing key when a value for initialValue is provided.
15
+ * DATAREDIS-1011 - Lettuce pipelining behaviour is different than Jedis pipelining.
16
+ * DATAREDIS-450 - PoolConfig is deprecated and descriptions says it will be removed in 1.4.
17
+
18
+
4
19
Changes in version 2.2.5.RELEASE (2020-02-26)
5
20
---------------------------------------------
6
21
* DATAREDIS-1105 - Fix typo on RedisTemplate javadoc.
@@ -1917,3 +1932,4 @@ General
1917
1932
1918
1933
1919
1934
1935
+
You can’t perform that action at this time.
0 commit comments