Skip to content

Commit adb9dc2

Browse files
committed
DATAMONGO-2334 - Updated changelog.
1 parent 6eb6fea commit adb9dc2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/main/resources/changelog.txt

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

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+
418
Changes in version 2.1.11.RELEASE (2019-09-30)
519
----------------------------------------------
620
* DATAMONGO-2377 - Wrong processing of $$value and $$this.

0 commit comments

Comments
 (0)