Skip to content

Commit 37165dd

Browse files
committedMay 9, 2017
DATAMONGO-1664 - Updated changelog.
1 parent b22fd05 commit 37165dd

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 2.0.0.M3 (2017-05-09)
5+
----------------------------------------
6+
* DATAMONGO-1684 - Adopt documentation to removed JodaTime DateMidnight support.
7+
* DATAMONGO-1679 - Adapt to API changes in CrudRepository.
8+
* DATAMONGO-1674 - Adapt to Range API changes.
9+
* DATAMONGO-1668 - Adopt changed Mono and Flux error handling API.
10+
* DATAMONGO-1667 - Rename @InfiniteStream to @Tailable.
11+
* DATAMONGO-1666 - Constructor creation with bulk fetching of DBRefs uses List instead of collection type.
12+
* DATAMONGO-1665 - Adapt to API changes in Reactor 3.1.
13+
* DATAMONGO-1664 - Release 2.0 M3 (Kay).
14+
* DATAMONGO-1662 - Section "Projection Expressions" contains error "Aggregate".
15+
* DATAMONGO-1660 - Extract CustomConversions into Spring Data Commons.
16+
* DATAMONGO-1518 - Add support for Collations.
17+
* DATAMONGO-1325 - Add support for $sample to aggregation.
18+
* DATAMONGO-1205 - CyclicPropertyReferenceException logged with stack trace.
19+
20+
421
Changes in version 1.9.10.RELEASE (2017-04-19)
522
----------------------------------------------
623
* DATAMONGO-1670 - Release 1.9.10 (Hopper SR10).

0 commit comments

Comments
 (0)
Please sign in to comment.