File tree 1 file changed +13
-0
lines changed
1 file changed +13
-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.5.0-M1 (2020-12-09)
5
+ ----------------------------------------
6
+ * DATAREDIS-1257 - Fix converter documentation for repository support.
7
+ * DATAREDIS-1254 - Upgrade to Xstream 1.4.14.
8
+ * DATAREDIS-1248 - Use fresh JedisConnectionFactory in PubSubTests.
9
+ * DATAREDIS-1246 - DefaultStreamReceiver.StreamSubscription's onStreamMessage() uses unimplemented method.
10
+ * DATAREDIS-1245 - RedisScript<ArrayList> return type interpreted as VALUE.
11
+ * DATAREDIS-1242 - Release 2.5 M1 (2021.0.0).
12
+ * DATAREDIS-1230 - Reactive StreamReceiver fails on serialization exception and does not process subsequent messages.
13
+ * DATAREDIS-891 - Enabling transactional support in RedisTemplate binds connection to TransactionSynchronizationManager even without transaction.
14
+
15
+
4
16
Changes in version 2.3.6.RELEASE (2020-12-09)
5
17
---------------------------------------------
6
18
* DATAREDIS-1257 - Fix converter documentation for repository support.
@@ -2206,5 +2218,6 @@ General
2206
2218
2207
2219
2208
2220
2221
+
2209
2222
2210
2223
You can’t perform that action at this time.
0 commit comments