|
1 | 1 | Spring Data MongoDB Changelog
|
2 | 2 | =============================
|
3 | 3 |
|
| 4 | +Changes in version 1.5.5.RELEASE (2015-01-27) |
| 5 | +--------------------------------------------- |
| 6 | +* DATAMONGO-1148 - Use EclipseLink provided JPA API JAR. |
| 7 | +* DATAMONGO-1147 - Remove manual array copy. |
| 8 | +* DATAMONGO-1143 - Release 1.5.5. |
| 9 | +* DATAMONGO-1139 - MongoQueryCreator must not create $nearSphere query for neutral Distance. |
| 10 | +* DATAMONGO-1123 - geoNear, does not return all matching elements, it returns only a max of 100 documents. |
| 11 | +* DATAMONGO-1121 - "Cycle found" false positive. |
| 12 | +* DATAMONGO-1118 - Custom converters not used for map keys. |
| 13 | +* DATAMONGO-1096 - RuntimeExceptions during debug query printing in MongoTemplate. |
| 14 | +* DATAMONGO-1094 - Wrong reference to @DocumentField in error message. |
| 15 | +* DATAMONGO-1087 - Incorrect warning for MongoPersistentEntityIndexResolver$CyclicPropertyReferenceException: Found cycle for field... |
| 16 | +* DATAMONGO-1078 - @Query annotated repository query fails to map complex Id structure. |
| 17 | +* DATAMONGO-1075 - Correctly evaluate CONTAINS keyword on collection properties. |
| 18 | +* DATAMONGO-1072 - Query placeholders in keys no longer correctly substituted. |
| 19 | +* DATAMONGO-1068 - elemMatch of Class Criteria fails to build special cirteria. |
| 20 | +* DATAMONGO-1063 - IllegalStateException using any().in(). |
| 21 | +* DATAMONGO-1062 - Fix failing test in ServerAddressPropertyEditorUnitTests. |
| 22 | +* DATAMONGO-1058 - Using @Field("foo") with @Dbref breaking behavior. |
| 23 | +* DATAMONGO-1045 - Make sure Spring Data MongoDB can build against Spring 4.1. |
| 24 | +* DATAMONGO-1043 - SpEL Expressions in @Document annotations are not re-evaluated for query executions. |
| 25 | +* DATAMONGO-1040 - deleteAll repository query don't use EntityMetadata collection name. |
| 26 | +* DATAMONGO-1039 - Polish implementation for cleaning up after tests. |
| 27 | +* DATAMONGO-712 - Another round of potential performance improvements. |
| 28 | + |
| 29 | + |
4 | 30 | Changes in version 1.7.0.M1 (2014-12-01)
|
5 | 31 | ----------------------------------------
|
6 | 32 | * DATAMONGO-1108 - BasicMongoPersistentEntity doesn't need to parse expression on every invocation.
|
|
0 commit comments