@@ -6,6 +6,25 @@ Commit changelog: http://github.com/spring-projects/spring-data-redis/tree/v[ver
6
6
Issues changelog: http://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10604
7
7
===========================
8
8
9
+ Changes in version 1.8.0.RC1 (2016-12-21)
10
+ -----------------------------------------
11
+ * DATAREDIS-584 - Upgrade to a newer JDK version on TravisCI.
12
+ * DATAREDIS-583 - Adapt API in RepositoryFactoryBeanSupport implementation.
13
+ * DATAREDIS-579 - Register repository factory in spring.factories for multi-store support.
14
+ * DATAREDIS-558 - spring-data-redis - Cannot install in OSGi due import range of slf4j is locked down to 1.7.12 version.
15
+ * DATAREDIS-553 - Support caching null values via RedisCache.
16
+ * DATAREDIS-552 - Set client name on Jedis connection factory.
17
+ * DATAREDIS-551 - NPE when counting keys while invoking findBy(Pageable).
18
+ * DATAREDIS-548 - Connection should be released when used with read-only transactions.
19
+ * DATAREDIS-547 - Getting NPE when writing valid Query Method without any criteria.
20
+ * DATAREDIS-542 - RedisCache.putIfAbsent does not set the TTL on the element.
21
+ * DATAREDIS-541 - Release 1.8 RC1 (Ingalls).
22
+ * DATAREDIS-539 - replace call to deprecated addCache.
23
+ * DATAREDIS-533 - Add support for geoindex query methods.
24
+ * DATAREDIS-531 - ScanCursor holds reference to closed/released Jedis connection.
25
+ * DATAREDIS-528 - Upgrade to Lettuce 4.2.
26
+
27
+
9
28
Changes in version 2.0.0.M1 (2016-11-23)
10
29
----------------------------------------
11
30
* DATAREDIS-569 - Set up 2.0 development.
0 commit comments