|
1 | 1 | Spring Data Redis Changelog
|
2 | 2 | ===========================
|
3 | 3 |
|
| 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 | + |
4 | 39 | Changes in version 2.0.6.RELEASE (2018-04-04)
|
5 | 40 | ---------------------------------------------
|
6 | 41 | * DATAREDIS-799 - Upgrade to Lettuce 5.0.3.RELEASE.
|
|
0 commit comments