We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54cd4e commit 9f58c78Copy full SHA for 9f58c78
src/main/resources/changelog.txt
@@ -1,6 +1,14 @@
1
Spring Data MongoDB Changelog
2
=============================
3
4
+Changes in version 2.1.5.RELEASE (2019-02-13)
5
+---------------------------------------------
6
+* DATAMONGO-2196 - Remove does not apply WriteConcern for single document delete operation.
7
+* DATAMONGO-2193 - Query on nested id field incorrectly returns no results.
8
+* DATAMONGO-2189 - AfterSaveEvent contains object to save and not the saved instance.
9
+* DATAMONGO-2187 - Release 2.1.5 (Lovelace SR5).
10
+
11
12
Changes in version 2.1.4.RELEASE (2019-01-10)
13
---------------------------------------------
14
* DATAMONGO-2181 - ReactiveMongoRepository.saveAll(…) does not consider collection name for new entities.
0 commit comments