Skip to content

Commit ec5268a

Browse files
committed
DATAMONGO-2061 - Updated changelog.
1 parent 9bc0735 commit ec5268a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 2.1.0.RELEASE (2018-09-21)
5+
---------------------------------------------
6+
* DATAMONGO-2091 - Upgrade to MongoDB Java Driver 3.8.2 and Reactive Streams Driver 1.9.2.
7+
* DATAMONGO-2090 - Include documentation about Object Mapping Fundamentals.
8+
* DATAMONGO-2087 - Typo in MongoRepository.
9+
* DATAMONGO-2086 - Kotlin Fluent API extensions do not allow projections with find queries.
10+
* DATAMONGO-2080 - DTO projections with reactive @Tailable query methods fail with IllegalArgumentException: Property must not be null.
11+
* DATAMONGO-2078 - Update reference documentation on tailable cursors with the sync MongoDB Java driver.
12+
* DATAMONGO-2076 - Fix property substitution in getting started section of reference docs.
13+
* DATAMONGO-2075 - Open up MongoTransaction manager to allow transaction commit retry..
14+
* DATAMONGO-2069 - Required dependency 'mysema-commons-lang'.
15+
* DATAMONGO-2065 - Make sure that MongoTemplate.doSave(…) calls local populateIdIfNecessary(…) to allow customization.
16+
* DATAMONGO-2064 - Upgrade to MongoDB Java Driver 3.8.1.
17+
* DATAMONGO-2061 - Release 2.1 GA (Lovelace).
18+
19+
420
Changes in version 2.0.10.RELEASE (2018-09-10)
521
----------------------------------------------
622
* DATAMONGO-2076 - Fix property substitution in getting started section of reference docs.

0 commit comments

Comments
 (0)