File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-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.2.0.RELEASE (2019-09-30)
5
+ ---------------------------------------------
6
+ * DATAMONGO-2380 - Remove @ExperimentalCoroutinesApi annotations.
7
+ * DATAMONGO-2379 - Add documentation for Kotlin support.
8
+ * DATAMONGO-2378 - Favor com.mongodb.client.MongoClient (over already deprecated com.mongodb.MongoClient) where possible.
9
+ * DATAMONGO-2377 - Wrong processing of $$value and $$this.
10
+ * DATAMONGO-2374 - Couldn't find PersistentEntity for type class org.bson.Document using query methods.
11
+ * DATAMONGO-2366 - CursorReadingTask calls errorHandler.handleError twice for exception raised while reading from the cursor.
12
+ * DATAMONGO-2361 - Trivial fix in Mapping Annotation Overview chapter of RefDoc.
13
+ * DATAMONGO-2360 - MongoTemplate#count does not use hinted index.
14
+ * DATAMONGO-2334 - Release 2.2 GA (Moore).
15
+ * DATAMONGO-1731 - Improve JavaDoc of MongoOperations update / findAndModify methods.
16
+
17
+
4
18
Changes in version 2.1.11.RELEASE (2019-09-30)
5
19
----------------------------------------------
6
20
* DATAMONGO-2377 - Wrong processing of $$value and $$this.
You can’t perform that action at this time.
0 commit comments