File tree 1 file changed +19
-0
lines changed
1 file changed +19
-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.4.3.RELEASE (2014-06-18)
5
+ ---------------------------------------------
6
+ * DATAMONGO-955 - Release 1.4.3.
7
+ * DATAMONGO-953 - Update object should have a proper equals/hashcode/toString.
8
+ * DATAMONGO-952 - @Query annotation does not work with only field restrictions.
9
+ * DATAMONGO-948 - Assertion error in MongoTemplate.getMappedSortObject.
10
+ * DATAMONGO-938 - Exception when creating geo within Criteria using MapReduce.
11
+ * DATAMONGO-924 - Aggregation not working with as() method in project() pipeline operator.
12
+ * DATAMONGO-920 - Fix debug messages for delete events in AbstractMongoEventListener.
13
+ * DATAMONGO-917 - DefaultDbRefResolver throws NPE when bundled into an uberjar.
14
+ * DATAMONGO-914 - Improve resolving of LazyLoading proxies for classes that override equals/hashcode.
15
+ * DATAMONGO-913 - Can't query using lazy DBRef objects.
16
+ * DATAMONGO-912 - Aggregation#project followed by Aggregation#match with custom converter causes IllegalArgumentException.
17
+ * DATAMONGO-898 - MapReduce seems not to work when javascript not being escaped.
18
+ * DATAMONGO-847 - Allow usage of Criteria within Update.
19
+ * DATAMONGO-745 - @Query($in) and Pageable in result Page total = 0.
20
+ * DATAMONGO-647 - Using "OrderBy" in "query by method name" ignores the @Field annotation for field alias.
21
+
22
+
4
23
Changes in version 1.5.0.RELEASE (2014-05-20)
5
24
---------------------------------------------
6
25
* DATAMONGO-936 - Release 1.5 GA.
You can’t perform that action at this time.
0 commit comments