From 1ca71f93e9cde3709d673058a6462868a4bbb676 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 30 Jun 2015 12:31:33 +0200 Subject: [PATCH] DATAMONGO-1248 - Updated changelog. --- src/main/resources/changelog.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index c67c355d5..c9ddec438 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,27 @@ Spring Data MongoDB Changelog ============================= +Changes in version 1.7.1.RELEASE (2015-06-30) +--------------------------------------------- +* DATAMONGO-1248 - Release 1.7.1 (Fowler). +* DATAMONGO-1242 - Update mongo-java-driver to 3.0.2 in mongo3 profile. +* DATAMONGO-1234 - Fix typos in JavaDoc. +* DATAMONGO-1232 - IgnoreCase should escape queries. +* DATAMONGO-1229 - MongoQueryCreator incorrectly rejects ignoreCase on nested String path. +* DATAMONGO-1224 - Assert Spring Framework 4.2 compatibility. +* DATAMONGO-1221 - Remove relative reference to parent POM to make sure the right Spring version is picked up. +* DATAMONGO-1216 - Authentication mechanism PLAIN changes to SCRAM-SHA-1. +* DATAMONGO-1213 - Include new section on Spring Data and Spring Framework dependencies in reference documentation. +* DATAMONGO-1210 - Inconsistent property order of _class type hint breaks document equality. +* DATAMONGO-1208 - MongoTemplate.stream(…) does not consider limit, order, sort etc. +* DATAMONGO-1207 - MongoTemplate#doInsertAll throws NullPointerException when passed Collection contains a null item. +* DATAMONGO-1202 - Indexed annotation problems under generics. +* DATAMONGO-1196 - Upgrade build profiles after MongoDB 3.0 Java driver release. +* DATAMONGO-1193 - Prevent unnecessary database lookups when resolving DBRefs on 2.x driver. +* DATAMONGO-1166 - ReadPreference not used for Aggregations. +* DATAMONGO-1157 - Throw meaningful exception when @DbRef is used with unsupported types. + + Changes in version 1.8.0.M1 (2015-06-02) ---------------------------------------- * DATAMONGO-1228 - Release 1.8 M1 (Gosling).