File tree 1 file changed +10
-0
lines changed
1 file changed +10
-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.4.2 (2020-12-09)
5
+ -------------------------------------
6
+ * DATAREDIS-1257 - Fix converter documentation for repository support.
7
+ * DATAREDIS-1254 - Upgrade to Xstream 1.4.14.
8
+ * DATAREDIS-1249 - Release 2.4.2 (2020.0.2).
9
+ * DATAREDIS-1230 - Reactive StreamReceiver fails on serialization exception and does not process subsequent messages.
10
+ * DATAREDIS-891 - Enabling transactional support in RedisTemplate binds connection to TransactionSynchronizationManager even without transaction.
11
+
12
+
4
13
Changes in version 2.5.0-M1 (2020-12-09)
5
14
----------------------------------------
6
15
* DATAREDIS-1257 - Fix converter documentation for repository support.
@@ -2230,5 +2239,6 @@ General
2230
2239
2231
2240
2232
2241
2242
+
2233
2243
2234
2244
You can’t perform that action at this time.
0 commit comments