File tree 1 file changed +11
-0
lines changed
1 file changed +11
-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.5.0.RELEASE (2014-05-20)
5
+ ---------------------------------------------
6
+ * DATAMONGO-936 - Release 1.5 GA.
7
+ * DATAMONGO-929 - Index key should be the properties dot path when creating index using @Indexed / @CompoundIndex.
8
+ * DATAMONGO-928 - Error when using field-naming-strategy-ref.
9
+ * DATAMONGO-926 - Stack Overflow Error with 1.5.0.RC1 Release.
10
+ * DATAMONGO-925 - MappingMongoConverterParser is incorrectly rejecting field-naming-strategy-ref XML configuration.
11
+ * DATAMONGO-647 - Using "OrderBy" in "query by method name" ignores the @Field annotation for field alias.
12
+ * DATAMONGO-367 - @Indexed field in embedded Object creates new collection.
13
+
14
+
4
15
Changes in version 1.5.0.RC1 (2014-05-02)
5
16
-----------------------------------------
6
17
* DATAMONGO-924 - Aggregation not working with as() method in project() pipeline operator.
You can’t perform that action at this time.
0 commit comments