|
1 | 1 | Spring Data Redis Changelog
|
2 | 2 | ===========================
|
3 | 3 |
|
| 4 | +Changes in version 2.2.0.RC2 (2019-08-05) |
| 5 | +----------------------------------------- |
| 6 | +* DATAREDIS-1020 - Upgrade to Lettuce 5.1.8.RELEASE. |
| 7 | +* DATAREDIS-1019 - Upgrade to Commons Pool 2.7.0. |
| 8 | +* DATAREDIS-1018 - Inherit Jackson dependency versions from BOM and parent POM. |
| 9 | +* DATAREDIS-1015 - Upgrade to Jedis 3.1.0. |
| 10 | +* DATAREDIS-1013 - Wrong minArgs and maxArgs values for SELECT redis command. |
| 11 | +* DATAREDIS-1012 - Revise readme for a consistent structure. |
| 12 | +* DATAREDIS-1009 - StreamReadRequest and StreamMessageListenerContainerOptions builder methods are package-private. |
| 13 | +* DATAREDIS-1008 - Fix command reference in Javadoc. |
| 14 | +* DATAREDIS-1005 - Add support for scripting commands with Jedis Cluster. |
| 15 | +* DATAREDIS-1001 - Jackson2HashMapper does not serialize Date/Calender fields when flatten = true. |
| 16 | +* DATAREDIS-1000 - Should use SerializationPair<byte[]> in method RedisSerializationContext#raw. |
| 17 | +* DATAREDIS-999 - ReactiveRedisConnection close method is blocking. |
| 18 | +* DATAREDIS-997 - Release 2.2 RC2 (Moore). |
| 19 | +* DATAREDIS-993 - Object serialization as HashValue with StreamOperations. |
| 20 | +* DATAREDIS-992 - AbstractOperations: bitwise AND in place of logical AND. |
| 21 | +* DATAREDIS-990 - Provide TLS support for Sentinel clients in Lettuce driver. |
| 22 | +* DATAREDIS-988 - Command timed out if execute multi/exec in readonly database transaction. |
| 23 | +* DATAREDIS-985 - Introduce Jenkins CI. |
| 24 | +* DATAREDIS-976 - Allow extension of Lettuce Connection and Subscription classes. |
| 25 | +* DATAREDIS-793 - Use GETRANGE instead of SUBSTR command. |
| 26 | +* DATAREDIS-639 - Unify logging framework usage. |
| 27 | +* DATAREDIS-588 - Use JedisCluster.psetex() in JedisClusterStringCommands.pSetEx() instead own dispatch via Jedis. |
| 28 | +* DATAREDIS-549 - Migrate to AssertJ. |
| 29 | + |
| 30 | + |
4 | 31 | Changes in version 2.1.10.RELEASE (2019-08-05)
|
5 | 32 | ----------------------------------------------
|
6 | 33 | * DATAREDIS-1020 - Upgrade to Lettuce 5.1.8.RELEASE.
|
|
0 commit comments