From 837b333d7aaa18532cb54bf1be3dcec4f6a17d05 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 10 Jun 2020 14:01:47 +0200 Subject: [PATCH] DATAMONGO-2543 - Updated changelog. --- src/main/resources/changelog.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 2ad705d90..f70ce8e4b 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,18 @@ Spring Data MongoDB Changelog ============================= +Changes in version 3.0.1.RELEASE (2020-06-10) +--------------------------------------------- +* DATAMONGO-2565 - MongoPersistentEntity.getCollation(...) evaluates document expression instead of collation expression. +* DATAMONGO-2562 - CoroutineCrudRepository findAllBy throwing IncorrectResultSizeDataAccessException when more than 1 result. +* DATAMONGO-2560 - Upgrade MongoDB drivers to 4.0.4. +* DATAMONGO-2553 - Reference documentation contains links to removed sections. +* DATAMONGO-2547 - java.lang.IllegalArgumentException: com.mongodb.client.MongoDatabase referenced from a method is not visible from class loader. +* DATAMONGO-2545 - Backwards incompatibilities on @Query. +* DATAMONGO-2543 - Release 3.0.1 (Neumann SR1). +* DATAMONGO-2542 - Don't attempt to map query operator keywords to properties. + + Changes in version 2.2.8.RELEASE (2020-06-10) --------------------------------------------- * DATAMONGO-2565 - MongoPersistentEntity.getCollation(...) evaluates document expression instead of collation expression. @@ -3048,3 +3060,4 @@ Repository +