File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-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.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
+
4
24
Changes in version 2.2.0.RC3 (2019-09-06)
5
25
-----------------------------------------
6
26
* DATAMONGO-2358 - Upgrade to Kotlin Coroutines 1.3.0.
You can’t perform that action at this time.
0 commit comments