Skip to content

Commit ab6ba19

Browse files
committed
Updated changelog.
See #3682
1 parent 595a346 commit ab6ba19

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 3.2.3 (2021-07-16)
5+
-------------------------------------
6+
* #3702 - `MappingMongoConverter` incorrectly processes an object property of type `org.bson.Document`.
7+
* #3689 - Fix Regression in generating queries with nested maps with numeric keys.
8+
* #3688 - Multiple maps with numeric keys in a single update produces the wrong query (Regression).
9+
* #3686 - reading a document with a list with a null element fails with Spring Data Mongo 3.2.2, works with 3.2.1.
10+
* #3684 - Add equals and hashcode to UnwrappedMongoPersistentProperty (fixes #3683).
11+
* #3683 - Memory Leak: instances of UnwrappedMongoPersistentProperty are accumulating in PreferredConstructor.isPropertyParameterCache.
12+
* #3670 - `Binary` not deserialized to `byte[]` for property of type `Object`.
13+
14+
415
Changes in version 3.2.2 (2021-06-22)
516
-------------------------------------
617
* #3677 - Add missing double quote to GeoJson.java JSDoc header.
@@ -3464,5 +3475,6 @@ Repository
34643475

34653476

34663477

3478+
34673479

34683480

0 commit comments

Comments
 (0)