Skip to content

Commit

Permalink
Updated changelog.
Browse files Browse the repository at this point in the history
See #3556
  • Loading branch information
mp911de committed Mar 17, 2021
1 parent af4b178 commit 4484dac
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/main/resources/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Spring Data MongoDB Changelog
=============================

Changes in version 3.0.8.RELEASE (2021-03-17)
---------------------------------------------
* #3590 - Embedded sharding keys are not correctly picked up from the shardKeySource Document.
* #3588 - Upgrade to MongoDB Driver 4.0.6.
* #3573 - Json Schema section appears twice in reference documentation.
* #3568 - MongoSocketWriteException may be translated into DataAccessResourceFailureException.
* #3566 - Couldn't find PersistentEntity for type java.lang.Object when updating a field with suffix "class".
* #3552 - UpdateMapper drops numeric keys in Maps.
* #3395 - Derived findBy…IgnoreCaseIn query doesn't return expected results [DATAMONGO-2540].


Changes in version 3.2.0-M4 (2021-02-18)
----------------------------------------

Expand Down Expand Up @@ -3342,5 +3353,6 @@ Repository






0 comments on commit 4484dac

Please sign in to comment.