From 57650f79d8ca155e03552c257054e0de7678a52f Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 3 Nov 2016 17:55:53 +0100 Subject: [PATCH] DATAMONGO-1502 - Updated changelog. --- src/main/resources/changelog.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index c5e2eea16..6ca345936 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,16 @@ Spring Data MongoDB Changelog ============================= +Changes in version 1.9.5.RELEASE (2016-11-03) +--------------------------------------------- +* DATAMONGO-1521 - Aggregation.skip(...) expects int but new SkipOperation(...) supports long. +* DATAMONGO-1514 - SpringDataMongodbQuery should be public. +* DATAMONGO-1513 - Non-ObjectId identifiers generated by event listeners are not populated if documents are inserted as batch. +* DATAMONGO-1504 - Assert compatibility with MongoDB 3.4 server and driver. +* DATAMONGO-1502 - Release 1.9.5 (Hopper SR5). +* DATAMONGO-1500 - RuntimeException for query methods with fields declaration and Pageable parameters. + + Changes in version 1.9.4.RELEASE (2016-09-29) --------------------------------------------- * DATAMONGO-1498 - MongoMappingContext doesn't know about types usually auto-detected (JodaTime, JDK 8 date time types).