Skip to content

Commit d35a25c

Browse files
committed
DATAREDIS-541 - Updated changelog.
1 parent 1f40606 commit d35a25c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/main/resources/changelog.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@ Commit changelog: http://github.com/spring-projects/spring-data-redis/tree/v[ver
66
Issues changelog: http://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10604
77
===========================
88

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+
928
Changes in version 2.0.0.M1 (2016-11-23)
1029
----------------------------------------
1130
* DATAREDIS-569 - Set up 2.0 development.

0 commit comments

Comments
 (0)