|
1 | 1 | Spring Data MongoDB Changelog
|
2 | 2 | =============================
|
3 | 3 |
|
| 4 | +Changes in version 1.7.0.M1 (2014-12-01) |
| 5 | +---------------------------------------- |
| 6 | +* DATAMONGO-1108 - BasicMongoPersistentEntity doesn't need to parse expression on every invocation. |
| 7 | +* DATAMONGO-1106 - Release 1.7 M1. |
| 8 | +* DATAMONGO-1105 - Add implementation for new QueryDslPredicateExecutor.findAll(OrderSpecifier<?>... orders). |
| 9 | +* DATAMONGO-1102 - Auto-register JSR-310 converters to support JDK 8 date/time types. |
| 10 | +* DATAMONGO-1101 - Add support for $bit to Update. |
| 11 | +* DATAMONGO-1100 - Adapt to new PersistentPropertyAccessor API. |
| 12 | +* DATAMONGO-1097 - Add support for $mul to Update. |
| 13 | +* DATAMONGO-1096 - RuntimeExceptions during debug query printing in MongoTemplate. |
| 14 | +* DATAMONGO-1094 - Wrong reference to @DocumentField in error message. |
| 15 | +* DATAMONGO-1093 - BasicQuery missing hashCode() and equals(…) methods. |
| 16 | +* DATAMONGO-1092 - Ensure compatibility with MongoDB 2.8.0.rc0 and java driver 2.13.0-rc0. |
| 17 | +* DATAMONGO-1087 - Incorrect warning for MongoPersistentEntityIndexResolver$CyclicPropertyReferenceException: Found cycle for field… |
| 18 | +* DATAMONGO-1085 - Sort can not use the metamodel classes generated by QueryDSL. |
| 19 | +* DATAMONGO-1080 - AbstractMongoQuery must not eagerly post-process results. |
| 20 | +* DATAMONGO-1078 - @Query annotated repository query fails to map complex Id structure. |
| 21 | +* DATAMONGO-1077 - Update removes positional operator $ in key when used on DBRef property. |
| 22 | +* DATAMONGO-1076 - Finalizer hit db on lazy dbrefs. |
| 23 | +* DATAMONGO-1075 - Correctly evaluate CONTAINS keyword on collection properties. |
| 24 | +* DATAMONGO-1072 - Query placeholders in keys no longer correctly substituted. |
| 25 | +* DATAMONGO-1070 - Query annotation with $oid leads to a parse error. |
| 26 | +* DATAMONGO-1068 - elemMatch of Class Criteria fails to build special cirteria. |
| 27 | +* DATAMONGO-1063 - IllegalStateException using any().in(). |
| 28 | +* DATAMONGO-1062 - Fix failing test in ServerAddressPropertyEditorUnitTests. |
| 29 | +* DATAMONGO-1058 - Using @Field("foo") with @Dbref breaking behavior. |
| 30 | +* DATAMONGO-1057 - AbstractMongoQuery.SlicedExecution#execute() skips every nth element. |
| 31 | +* DATAMONGO-1054 - Improve performance of saving entities by using insert(…) if possible. |
| 32 | +* DATAMONGO-1053 - In 1.6, any field in a mapped object named "language" will fail to map if it is a type other than String. |
| 33 | +* DATAMONGO-1050 - SimpleMongoRepository.findById(id, class) don't return ids for nested documents. |
| 34 | +* DATAMONGO-1049 - Reserved field name 'language' causes trouble. |
| 35 | +* DATAMONGO-1043 - SpEL Expressions in @Document annotations are not re-evaluated for query executions. |
| 36 | +* DATAMONGO-943 - Add support for $position to Update $push $each. |
| 37 | + |
| 38 | + |
4 | 39 | Changes in version 1.6.1.RELEASE (2014-10-30)
|
5 | 40 | ---------------------------------------------
|
6 | 41 | * DATAMONGO-1080 - AbstractMongoQuery must not eagerly post-process results.
|
|
0 commit comments