Skip to content

Commit 9751c6b

Browse files
committed
DATAMONGO-2503 - Updated changelog.
1 parent 7dc5099 commit 9751c6b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/main/resources/changelog.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Spring Data MongoDB Changelog
22
=============================
33

4+
Changes in version 3.0.0.RC2 (2020-04-28)
5+
-----------------------------------------
6+
* DATAMONGO-2531 - Fix MongoClientSettings UUID configuration hook in MongoConfigurationSupport.
7+
* DATAMONGO-2529 - EntityReader called with null argument.
8+
* DATAMONGO-2523 - ParameterBindingJsonReader skips too many chars.
9+
* DATAMONGO-2517 - Text search fails on entity with second constructor.
10+
* DATAMONGO-2516 - Assert compatibility with MongoDB 4.4-rc0.
11+
* DATAMONGO-2513 - ComparisonOperators.Eq#equalToValue doesn't work well with Lists.
12+
* DATAMONGO-2510 - Use JDK 14 for Java.NEXT CI testing.
13+
* DATAMONGO-2508 - Upgrade to MongoDB 4.0.2 Drivers.
14+
* DATAMONGO-2507 - Add default method accepting CriteriaDefinition on ReactiveFindOperation.DistinctWithQuery.
15+
* DATAMONGO-2506 - StringBasedAggregation should raise meaningful error when unsupported return type requested.
16+
* DATAMONGO-2505 - Deferred Database retrieval from ReactiveMongoDatabaseFactory.
17+
* DATAMONGO-2504 - TextCriteria Hashcode and equals.
18+
* DATAMONGO-2503 - Release 3.0 RC2 (Neumann).
19+
* DATAMONGO-2502 - Regression in Update property mapping.
20+
21+
422
Changes in version 2.2.7.RELEASE (2020-04-28)
523
---------------------------------------------
624
* DATAMONGO-2529 - EntityReader called with null argument.
@@ -3000,3 +3018,4 @@ Repository
30003018

30013019

30023020

3021+

0 commit comments

Comments
 (0)