|
1 | 1 | Spring Data MongoDB Changelog
|
2 | 2 | =============================
|
3 | 3 |
|
| 4 | +Changes in version 3.3.0-M1 (2021-07-16) |
| 5 | +---------------------------------------- |
| 6 | +* #3731 - Add support for creating time series collection. |
| 7 | +* #3706 - Upgrade to MongoDB 4.3.0 Drivers. |
| 8 | +* #3705 - Adapt to changes in AssertJ 3.20. |
| 9 | +* #3702 - `MappingMongoConverter` incorrectly processes an object property of type `org.bson.Document`. |
| 10 | +* #3700 - Adapt to consolidated PersistentEntity API. |
| 11 | +* #3693 - Upgrade to MongoDB 4.3.0-beta4 Drivers. |
| 12 | +* #3689 - Fix Regression in generating queries with nested maps with numeric keys. |
| 13 | +* #3688 - Multiple maps with numeric keys in a single update produces the wrong query (Regression). |
| 14 | +* #3686 - reading a document with a list with a null element fails with Spring Data Mongo 3.2.2, works with 3.2.1. |
| 15 | +* #3684 - Add equals and hashcode to UnwrappedMongoPersistentProperty (fixes #3683). |
| 16 | +* #3683 - Memory Leak: instances of UnwrappedMongoPersistentProperty are accumulating in PreferredConstructor.isPropertyParameterCache. |
| 17 | +* #3677 - Add missing double quote to GeoJson.java JSDoc header. |
| 18 | +* #3674 - Upgrade to Querydsl 5.0. |
| 19 | +* #3672 - Directly import JSR305 jar. |
| 20 | +* #3670 - `Binary` not deserialized to `byte[]` for property of type `Object`. |
| 21 | +* #3668 - Projection on the _id field returns wrong result when using `@MongoId` (MongoDB 4.4). |
| 22 | +* #3666 - Documentation references outdated `Mongo` client. |
| 23 | +* #3660 - MappingMongoConverter problem: ConversionContext#convert does not try to use custom converters first. |
| 24 | +* #3659 - [3.2.1] Indexing Class with Custom Converter -> Couldn't find PersistentEntity for property private [...]. |
| 25 | +* #3656 - Fix Build on Java 16. |
| 26 | +* #3648 - Inconsistent nullability of read() in templates: not sure if mapper can skip a document. |
| 27 | +* #3638 - Introduce template method for easier customization of fragments. |
| 28 | +* #3635 - $floor isOrOrNor() return true. |
| 29 | +* #3633 - NPE in QueryMapper when use Query with `null` as value. |
| 30 | +* #3632 - Fix bullet points in aggregations framework asciidoc. |
| 31 | +* #3603 - Update CI to Java 16. |
| 32 | +* #3602 - Add support for flexible document references. |
| 33 | +* #3543 - Aggregation query method should be able to return `Slice` and `Stream`. |
| 34 | +* #3407 - Add an option to @Field annotation to control property write rules [DATAMONGO-2551]. |
| 35 | +* #3225 - Add support for Wildcard Indexes [DATAMONGO-2368]. |
| 36 | + |
| 37 | + |
4 | 38 | Changes in version 3.1.11 (2021-07-16)
|
5 | 39 | --------------------------------------
|
6 | 40 | * #3689 - Fix Regression in generating queries with nested maps with numeric keys.
|
@@ -3471,5 +3505,6 @@ Repository
|
3471 | 3505 |
|
3472 | 3506 |
|
3473 | 3507 |
|
| 3508 | + |
3474 | 3509 |
|
3475 | 3510 |
|
0 commit comments