File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 11Spring Data MongoDB Changelog
22=============================
33
4+ Changes in version 3.2.2 (2021-06-22)
5+ -------------------------------------
6+ * #3677 - Add missing double quote to GeoJson.java JSDoc header.
7+ * #3668 - Projection on the _id field returns wrong result when using `@MongoId` (MongoDB 4.4).
8+ * #3666 - Documentation references outdated `Mongo` client.
9+ * #3660 - MappingMongoConverter problem: ConversionContext#convert does not try to use custom converters first.
10+ * #3659 - [3.2.1] Indexing Class with Custom Converter -> Couldn't find PersistentEntity for property private [...].
11+ * #3635 - $floor isOrOrNor() return true.
12+ * #3633 - NPE in QueryMapper when use Query with `null` as value.
13+
14+
415Changes in version 3.1.10 (2021-06-22)
516--------------------------------------
617* #3677 - Add missing double quote to GeoJson.java JSDoc header.
@@ -3452,5 +3463,6 @@ Repository
34523463
34533464
34543465
3466+
34553467
34563468
You can’t perform that action at this time.
0 commit comments