From 5d0328ba4baf36b123399e3739b357efaa22458b Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 28 Jan 2015 11:23:25 +0100 Subject: [PATCH] DATAMONGO-1144 - Updated changelog. --- src/main/resources/changelog.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index b8fe0a023..324083ace 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,34 @@ Spring Data MongoDB Changelog ============================= +Changes in version 1.6.2.RELEASE (2015-01-28) +--------------------------------------------- +* DATAMONGO-1148 - Use EclipseLink provided JPA API JAR. +* DATAMONGO-1147 - Remove manual array copy. +* DATAMONGO-1145 - Upgrade MongoDB Java driver to 2.12.5. +* DATAMONGO-1144 - Release 1.6.2. +* DATAMONGO-1139 - MongoQueryCreator must not create $nearSphere query for neutral Distance. +* DATAMONGO-1132 - The sample does not match the logical result in the MongoDB repositories section of the documentation. +* DATAMONGO-1127 - Add support for geoNear queries with distance information. +* DATAMONGO-1126 - Repository keyword query findByInId with pageable not returning correctly. +* DATAMONGO-1123 - geoNear, does not return all matching elements, it returns only a max of 100 documents. +* DATAMONGO-1121 - "Cycle found" false positive. +* DATAMONGO-1120 - Pageable queries timeout or return incorrect counts. +* DATAMONGO-1118 - Custom converters not used for map keys. +* DATAMONGO-1108 - BasicMongoPersistentEntity doesn't need to parse expression on every invocation. +* DATAMONGO-1096 - RuntimeExceptions during debug query printing in MongoTemplate. +* DATAMONGO-1094 - Wrong reference to @DocumentField in error message. +* DATAMONGO-1093 - BasicQuery missing hashCode() and equals(…) methods. +* DATAMONGO-1087 - Incorrect warning for MongoPersistentEntityIndexResolver$CyclicPropertyReferenceException: Found cycle for field... +* DATAMONGO-1085 - Sort can not use the metamodel classes generated by QueryDSL. +* DATAMONGO-1082 - Improve JavaDoc and reference documentation on alias usage in aggregation framework support. +* DATAMONGO-1078 - @Query annotated repository query fails to map complex Id structure. +* DATAMONGO-1075 - Correctly evaluate CONTAINS keyword on collection properties. +* DATAMONGO-1054 - Improve performance of saving entities by using insert(…) if possible. +* DATAMONGO-1043 - SpEL Expressions in @Document annotations are not re-evaluated for query executions. +* DATAMONGO-712 - Another round of potential performance improvements. + + Changes in version 1.5.5.RELEASE (2015-01-27) --------------------------------------------- * DATAMONGO-1148 - Use EclipseLink provided JPA API JAR.