Browse Source

DATAMONGO-2543 - Updated changelog.

pull/870/head
Mark Paluch 6 years ago
parent
commit
837b333d7a
No known key found for this signature in database
GPG Key ID: 51A00FA751B91849
  1. 13
      src/main/resources/changelog.txt

13
src/main/resources/changelog.txt

@ -1,6 +1,18 @@ @@ -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 @@ -3048,3 +3060,4 @@ Repository

Loading…
Cancel
Save