Skip to content

Commit 5d0328b

Browse files
odrotbohmchristophstrobl
authored andcommitted
DATAMONGO-1144 - Updated changelog.
1 parent b219cff commit 5d0328b

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

src/main/resources/changelog.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
Spring Data MongoDB Changelog
22
=============================
33

4+
Changes in version 1.6.2.RELEASE (2015-01-28)
5+
---------------------------------------------
6+
* DATAMONGO-1148 - Use EclipseLink provided JPA API JAR.
7+
* DATAMONGO-1147 - Remove manual array copy.
8+
* DATAMONGO-1145 - Upgrade MongoDB Java driver to 2.12.5.
9+
* DATAMONGO-1144 - Release 1.6.2.
10+
* DATAMONGO-1139 - MongoQueryCreator must not create $nearSphere query for neutral Distance.
11+
* DATAMONGO-1132 - The sample does not match the logical result in the MongoDB repositories section of the documentation.
12+
* DATAMONGO-1127 - Add support for geoNear queries with distance information.
13+
* DATAMONGO-1126 - Repository keyword query findByInId with pageable not returning correctly.
14+
* DATAMONGO-1123 - geoNear, does not return all matching elements, it returns only a max of 100 documents.
15+
* DATAMONGO-1121 - "Cycle found" false positive.
16+
* DATAMONGO-1120 - Pageable queries timeout or return incorrect counts.
17+
* DATAMONGO-1118 - Custom converters not used for map keys.
18+
* DATAMONGO-1108 - BasicMongoPersistentEntity doesn't need to parse expression on every invocation.
19+
* DATAMONGO-1096 - RuntimeExceptions during debug query printing in MongoTemplate.
20+
* DATAMONGO-1094 - Wrong reference to @DocumentField in error message.
21+
* DATAMONGO-1093 - BasicQuery missing hashCode() and equals(…) methods.
22+
* DATAMONGO-1087 - Incorrect warning for MongoPersistentEntityIndexResolver$CyclicPropertyReferenceException: Found cycle for field...
23+
* DATAMONGO-1085 - Sort can not use the metamodel classes generated by QueryDSL.
24+
* DATAMONGO-1082 - Improve JavaDoc and reference documentation on alias usage in aggregation framework support.
25+
* DATAMONGO-1078 - @Query annotated repository query fails to map complex Id structure.
26+
* DATAMONGO-1075 - Correctly evaluate CONTAINS keyword on collection properties.
27+
* DATAMONGO-1054 - Improve performance of saving entities by using insert(…) if possible.
28+
* DATAMONGO-1043 - SpEL Expressions in @Document annotations are not re-evaluated for query executions.
29+
* DATAMONGO-712 - Another round of potential performance improvements.
30+
31+
432
Changes in version 1.5.5.RELEASE (2015-01-27)
533
---------------------------------------------
634
* DATAMONGO-1148 - Use EclipseLink provided JPA API JAR.

0 commit comments

Comments
 (0)