File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
Spring Data MongoDB Changelog
2
2
=============================
3
3
4
+ Changes in version 1.6.1.RELEASE (2014-10-30)
5
+ ---------------------------------------------
6
+ * DATAMONGO-1080 - AbstractMongoQuery must not eagerly post-process results.
7
+ * DATAMONGO-1079 - Release 1.6.1.
8
+ * DATAMONGO-1077 - Update removes positional operator $ in key when used on DBRef property.
9
+ * DATAMONGO-1076 - Finalizer hit db on lazy dbrefs.
10
+ * DATAMONGO-1072 - Query placeholders in keys no longer correctly substituted.
11
+ * DATAMONGO-1070 - Query annotation with $oid leads to a parse error.
12
+ * DATAMONGO-1068 - elemMatch of Class Criteria fails to build special cirteria.
13
+ * DATAMONGO-1063 - IllegalStateException using any().in().
14
+ * DATAMONGO-1062 - Fix failing test in ServerAddressPropertyEditorUnitTests.
15
+ * DATAMONGO-1058 - Using @Field("foo") with @Dbref breaking behavior.
16
+ * DATAMONGO-1057 - AbstractMongoQuery.SlicedExecution#execute() skips every nth element.
17
+ * 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.
18
+ * DATAMONGO-1049 - Reserved field name 'language' causes trouble.
19
+
20
+
4
21
Changes in version 1.6.0.RELEASE (2014-09-05)
5
22
---------------------------------------------
6
23
* DATAMONGO-1046 - Release 1.6 GA.
You can’t perform that action at this time.
0 commit comments