File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 11Spring Data MongoDB Changelog
22=============================
33
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+
416Changes in version 3.0.8.RELEASE (2021-03-17)
517---------------------------------------------
618* #3590 - Embedded sharding keys are not correctly picked up from the shardKeySource Document.
@@ -3354,5 +3366,6 @@ Repository
33543366
33553367
33563368
3369+
33573370
33583371
You can’t perform that action at this time.
0 commit comments