Skip to content

Commit 5bfd739

Browse files
committed
DATAREDIS-770 - Updated changelog.
1 parent 29519d9 commit 5bfd739

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

src/main/resources/changelog.txt

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,41 @@
11
Spring Data Redis Changelog
22
===========================
33

4+
Changes in version 2.1.0.M2 (2018-04-13)
5+
----------------------------------------
6+
* DATAREDIS-810 - Adapt to API changes in Spring Data Commons.
7+
* DATAREDIS-809 - Fix Javadoc.
8+
* DATAREDIS-808 - Fix ambiguous repository names in tests.
9+
* DATAREDIS-803 - Work around Redis parameter limitation.
10+
* DATAREDIS-800 - Upgrade to netty 4.1.22.Final.
11+
* DATAREDIS-799 - Upgrade to Lettuce 5.0.3.RELEASE.
12+
* DATAREDIS-798 - Remove explicit declaration of Jackson library versions.
13+
* DATAREDIS-791 - ReactiveHashCommands.hMSet calls HSETNX if map contains a single tuple.
14+
* DATAREDIS-789 - Lua script in redis-scripting.adoc contains syntax error.
15+
* DATAREDIS-787 - Retain stack trace in tests.
16+
* DATAREDIS-785 - Export composable repositories via CDI.
17+
* DATAREDIS-784 - Add support for increment and decrement commands via ReactiveValueOperations.
18+
* DATAREDIS-783 - Fix typo in LettuceReactiveRedisConnection.
19+
* DATAREDIS-782 - Add support for SET key value NX EX ttl.
20+
* DATAREDIS-780 - Up-to-date guidelines for serialization usage.
21+
* DATAREDIS-779 - ReactiveValueOperations.set[ifPresent|ifAbsent](…) does not return a value if value was not set.
22+
* DATAREDIS-775 - ClassCastException when using Redis Cluster with connection pooling.
23+
* DATAREDIS-773 - Upgrade to Lettuce 5.0.2.RELEASE.
24+
* DATAREDIS-770 - Release 2.1 M2 (Lovelace).
25+
* DATAREDIS-768 - Redis repositories deserialize Map<Integer, Integer> to strings.
26+
* DATAREDIS-767 - RedisCacheManager always returns/creates caches which is conflicting with CompositeCacheManager.
27+
* DATAREDIS-764 - Polish serializers section in reference documentation.
28+
* DATAREDIS-762 - Add support for static Master/Slave setups with provided nodes.
29+
* DATAREDIS-746 - Zset union and intersect operation aggregation support.
30+
* DATAREDIS-731 - Share native Lettuce Cluster connection across LettuceClusterConnection.
31+
* DATAREDIS-715 - Cannot configure RedisCache prefix.
32+
* DATAREDIS-635 - Implement Cluster SCAN support for Lettuce.
33+
* DATAREDIS-601 - Improve Transaction reference documentation.
34+
* DATAREDIS-545 - Support connection-pooling for Redis Cluster with Lettuce.
35+
* DATAREDIS-544 - Reading back nested entities fails when no default constructor present.
36+
* DATAREDIS-543 - Spring Data Redis should support the @TypeAlias annotation.
37+
38+
439
Changes in version 2.0.6.RELEASE (2018-04-04)
540
---------------------------------------------
641
* DATAREDIS-799 - Upgrade to Lettuce 5.0.3.RELEASE.

0 commit comments

Comments
 (0)