Skip to content

Commit 9d1c1a9

Browse files
committed
DATAMONGO-1079 - Updated changelog.
1 parent f552ca8 commit 9d1c1a9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/main/resources/changelog.txt

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

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+
421
Changes in version 1.6.0.RELEASE (2014-09-05)
522
---------------------------------------------
623
* DATAMONGO-1046 - Release 1.6 GA.

0 commit comments

Comments
 (0)