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.
@@ -2219,5 +2228,6 @@ General
2219
2228
2220
2229
2221
2230
2231
+
2222
2232
2223
2233
You can’t perform that action at this time.
0 commit comments