|
|
|
|
@ -1,6 +1,41 @@
@@ -1,6 +1,41 @@
|
|
|
|
|
Spring Data MongoDB Changelog |
|
|
|
|
============================= |
|
|
|
|
|
|
|
|
|
Changes in version 1.7.0.M1 (2014-12-01) |
|
|
|
|
---------------------------------------- |
|
|
|
|
* DATAMONGO-1108 - BasicMongoPersistentEntity doesn't need to parse expression on every invocation. |
|
|
|
|
* DATAMONGO-1106 - Release 1.7 M1. |
|
|
|
|
* DATAMONGO-1105 - Add implementation for new QueryDslPredicateExecutor.findAll(OrderSpecifier<?>... orders). |
|
|
|
|
* DATAMONGO-1102 - Auto-register JSR-310 converters to support JDK 8 date/time types. |
|
|
|
|
* DATAMONGO-1101 - Add support for $bit to Update. |
|
|
|
|
* DATAMONGO-1100 - Adapt to new PersistentPropertyAccessor API. |
|
|
|
|
* DATAMONGO-1097 - Add support for $mul to Update. |
|
|
|
|
* 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-1092 - Ensure compatibility with MongoDB 2.8.0.rc0 and java driver 2.13.0-rc0. |
|
|
|
|
* DATAMONGO-1087 - Incorrect warning for MongoPersistentEntityIndexResolver$CyclicPropertyReferenceException: Found cycle for field… |
|
|
|
|
* DATAMONGO-1085 - Sort can not use the metamodel classes generated by QueryDSL. |
|
|
|
|
* DATAMONGO-1080 - AbstractMongoQuery must not eagerly post-process results. |
|
|
|
|
* DATAMONGO-1078 - @Query annotated repository query fails to map complex Id structure. |
|
|
|
|
* DATAMONGO-1077 - Update removes positional operator $ in key when used on DBRef property. |
|
|
|
|
* DATAMONGO-1076 - Finalizer hit db on lazy dbrefs. |
|
|
|
|
* DATAMONGO-1075 - Correctly evaluate CONTAINS keyword on collection properties. |
|
|
|
|
* DATAMONGO-1072 - Query placeholders in keys no longer correctly substituted. |
|
|
|
|
* DATAMONGO-1070 - Query annotation with $oid leads to a parse error. |
|
|
|
|
* DATAMONGO-1068 - elemMatch of Class Criteria fails to build special cirteria. |
|
|
|
|
* DATAMONGO-1063 - IllegalStateException using any().in(). |
|
|
|
|
* DATAMONGO-1062 - Fix failing test in ServerAddressPropertyEditorUnitTests. |
|
|
|
|
* DATAMONGO-1058 - Using @Field("foo") with @Dbref breaking behavior. |
|
|
|
|
* DATAMONGO-1057 - AbstractMongoQuery.SlicedExecution#execute() skips every nth element. |
|
|
|
|
* DATAMONGO-1054 - Improve performance of saving entities by using insert(…) if possible. |
|
|
|
|
* 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. |
|
|
|
|
* DATAMONGO-1050 - SimpleMongoRepository.findById(id, class) don't return ids for nested documents. |
|
|
|
|
* DATAMONGO-1049 - Reserved field name 'language' causes trouble. |
|
|
|
|
* DATAMONGO-1043 - SpEL Expressions in @Document annotations are not re-evaluated for query executions. |
|
|
|
|
* DATAMONGO-943 - Add support for $position to Update $push $each. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changes in version 1.6.1.RELEASE (2014-10-30) |
|
|
|
|
--------------------------------------------- |
|
|
|
|
* DATAMONGO-1080 - AbstractMongoQuery must not eagerly post-process results. |
|
|
|
|
|