Skip to content

Commit df8477d

Browse files
odrotbohmThomas Darimont
authored and
Thomas Darimont
committed
DATAMONGO-955 - Updated changelog.
1 parent 244fbae commit df8477d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/main/resources/changelog.txt

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

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+
423
Changes in version 1.5.0.RELEASE (2014-05-20)
524
---------------------------------------------
625
* DATAMONGO-936 - Release 1.5 GA.

0 commit comments

Comments
 (0)