Skip to content

Commit ad2a348

Browse files
committed
DATAMONGO-2333 - Updated changelog.
1 parent 499f019 commit ad2a348

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 2.1.11.RELEASE (2019-09-30)
5+
----------------------------------------------
6+
* DATAMONGO-2377 - Wrong processing of $$value and $$this.
7+
* DATAMONGO-2374 - Couldn't find PersistentEntity for type class org.bson.Document using query methods.
8+
* DATAMONGO-2366 - CursorReadingTask calls errorHandler.handleError twice for exception raised while reading from the cursor.
9+
* DATAMONGO-2361 - Trivial fix in Mapping Annotation Overview chapter of RefDoc.
10+
* DATAMONGO-2360 - MongoTemplate#count does not use hinted index.
11+
* DATAMONGO-2354 - protected function expose package-private propertty.
12+
* DATAMONGO-2352 - Documentation Typo Fix.
13+
* DATAMONGO-2351 - UnsupportedOperationException is thrown during delete with UNACKNOWLEDGED write concern.
14+
* DATAMONGO-2349 - ZonedDateTime to/from Date not recognized without @Reading/@WritingConverter.
15+
* DATAMONGO-2348 - Initial value of @Version annotated fields not described correctly in reference documentation.
16+
* DATAMONGO-2339 - Id property containing underscore not mapped correctly.
17+
* DATAMONGO-2338 - Unable to specialise MongoRepositoryFactoryBean due to final method.
18+
* DATAMONGO-2337 - Add HTTPS entries into spring.schemas.
19+
* DATAMONGO-2333 - Release 2.1.11 (Lovelace SR11).
20+
* DATAMONGO-2310 - Improve TypedAggregation vs. untyped aggregation documentation.
21+
* DATAMONGO-1731 - Improve JavaDoc of MongoOperations update / findAndModify methods.
22+
23+
424
Changes in version 2.2.0.RC3 (2019-09-06)
525
-----------------------------------------
626
* DATAMONGO-2358 - Upgrade to Kotlin Coroutines 1.3.0.

0 commit comments

Comments
 (0)