|
1 | 1 | Spring Data MongoDB Changelog
|
2 | 2 | =============================
|
3 | 3 |
|
| 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 | + |
4 | 23 | Changes in version 3.1.6 (2021-03-17)
|
5 | 24 | -------------------------------------
|
6 | 25 | * #3592 - Remove @Persistent from entity-scan include filters.
|
@@ -3367,5 +3386,6 @@ Repository
|
3367 | 3386 |
|
3368 | 3387 |
|
3369 | 3388 |
|
| 3389 | + |
3370 | 3390 |
|
3371 | 3391 |
|
0 commit comments