File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-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 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
+
4
20
Changes in version 2.0.10.RELEASE (2018-09-10)
5
21
----------------------------------------------
6
22
* DATAMONGO-2076 - Fix property substitution in getting started section of reference docs.
You can’t perform that action at this time.
0 commit comments