Skip to content

Commit 43bef87

Browse files
Updated changelog.
See #3537
1 parent c2498d4 commit 43bef87

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/main/resources/changelog.txt

+17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Spring Data MongoDB Changelog
22
=============================
33

4+
Changes in version 3.2.0-M3 (2021-02-17)
5+
----------------------------------------
6+
* #3553 - Upgrade to MongoDB driver 4.2.0.
7+
* #3546 - org.bson.codecs.configuration.CodecConfigurationException: The uuidRepresentation has not been specified, so the UUID cannot be encoded.
8+
* #3544 - alike Criteria can't add andOperator.
9+
* #3542 - Relax field name checks for TypedAggregations.
10+
* #3540 - Allow access to mongoDatabaseFactory used in ReactiveMongoTemplate.
11+
* #3529 - Update repository after GitHub issues migration.
12+
* #3525 - Bug in full text query documentation [DATAMONGO-2673].
13+
* #3517 - GeoJson: Improper Deserialization of Document with a GeoJsonPolygon [DATAMONGO-2664].
14+
* #3508 - Add ReactiveMongoOperations.aggregate(…) Kotlin extension [DATAMONGO-2655].
15+
* #3474 - Search by alike() criteria is broken when type alias information is not available [DATAMONGO-2620].
16+
* #3055 - Improve count() and countDocuments() mapping documentation and/or method availability [DATAMONGO-2192].
17+
* #2803 - Support flattening embedded/nested objects [DATAMONGO-1902].
18+
19+
420
Changes in version 3.1.4 (2021-02-17)
521
-------------------------------------
622
* #3546 - org.bson.codecs.configuration.CodecConfigurationException: The uuidRepresentation has not been specified, so the UUID cannot be encoded.
@@ -3315,5 +3331,6 @@ Repository
33153331

33163332

33173333

3334+
33183335

33193336

0 commit comments

Comments
 (0)