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.0.8.RELEASE (2021-03-17)
5
+ ---------------------------------------------
6
+ * #3590 - Embedded sharding keys are not correctly picked up from the shardKeySource Document.
7
+ * #3588 - Upgrade to MongoDB Driver 4.0.6.
8
+ * #3573 - Json Schema section appears twice in reference documentation.
9
+ * #3568 - MongoSocketWriteException may be translated into DataAccessResourceFailureException.
10
+ * #3566 - Couldn't find PersistentEntity for type java.lang.Object when updating a field with suffix "class".
11
+ * #3552 - UpdateMapper drops numeric keys in Maps.
12
+ * #3395 - Derived findBy…IgnoreCaseIn query doesn't return expected results [DATAMONGO-2540].
13
+
14
+
4
15
Changes in version 3.2.0-M4 (2021-02-18)
5
16
----------------------------------------
6
17
@@ -3342,5 +3353,6 @@ Repository
3342
3353
3343
3354
3344
3355
3356
+
3345
3357
3346
3358
You can’t perform that action at this time.
0 commit comments