File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1
1
Spring Data MongoDB Changelog
2
2
=============================
3
3
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
+
4
22
Changes in version 2.2.7.RELEASE (2020-04-28)
5
23
---------------------------------------------
6
24
* DATAMONGO-2529 - EntityReader called with null argument.
@@ -3000,3 +3018,4 @@ Repository
3000
3018
3001
3019
3002
3020
3021
+
You can’t perform that action at this time.
0 commit comments