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