File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 1
1
Spring Data MongoDB Changelog
2
2
=============================
3
3
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
+
4
15
Changes in version 3.1.10 (2021-06-22)
5
16
--------------------------------------
6
17
* #3677 - Add missing double quote to GeoJson.java JSDoc header.
@@ -3452,5 +3463,6 @@ Repository
3452
3463
3453
3464
3454
3465
3466
+
3455
3467
3456
3468
You can’t perform that action at this time.
0 commit comments