Skip to content

Commit 020da42

Browse files
committed
Updated changelog.
See #3558
1 parent 4307b4c commit 020da42

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 3.2.0-M5 (2021-03-17)
5+
----------------------------------------
6+
* #3592 - Remove @Persistent from entity-scan include filters.
7+
* #3590 - Embedded sharding keys are not correctly picked up from the shardKeySource Document.
8+
* #3580 - Fix CustomConverter conversion lookup.
9+
* #3579 - Upgrade to MongoDB Java Drivers 4.2.2.
10+
* #3575 - Introduce ConversionContext and clean up MappingMongoConverter.
11+
* #3573 - Json Schema section appears twice in reference documentation.
12+
* #3571 - Introduce ConversionContext and clean up MappingMongoConverter.
13+
* #3570 - Incorrect class casting cause ClassCastException when save java.util.Collection using MongoTemplate.
14+
* #3568 - MongoSocketWriteException may be translated into DataAccessResourceFailureException.
15+
* #3566 - Couldn't find PersistentEntity for type java.lang.Object when updating a field with suffix "class".
16+
* #3552 - UpdateMapper drops numeric keys in Maps.
17+
* #3395 - Derived findBy…IgnoreCaseIn query doesn't return expected results [DATAMONGO-2540].
18+
* #3286 - Add possibility to use Collection<Criteria> as parameter in and/or/nor operators [DATAMONGO-2428].
19+
* #2911 - ensureNotIterable in MongoTemplate only checks for array type [DATAMONGO-2044].
20+
* #590 - DATAMONGO-2044 make ensureNotIterable actually check if object is iterable.
21+
22+
423
Changes in version 3.1.6 (2021-03-17)
524
-------------------------------------
625
* #3592 - Remove @Persistent from entity-scan include filters.
@@ -3367,5 +3386,6 @@ Repository
33673386

33683387

33693388

3389+
33703390

33713391

0 commit comments

Comments
 (0)