Skip to content

Commit 611cfe9

Browse files
DATAMONGO-2256 - Updated changelog.
1 parent 507a1fb commit 611cfe9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/main/resources/changelog.txt

+21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
Spring Data MongoDB Changelog
22
=============================
33

4+
Changes in version 2.2.0.RC1 (2019-06-14)
5+
-----------------------------------------
6+
* DATAMONGO-2295 - Adapt to renamed TransactionSynchronizationManager.forCurrentTransaction().
7+
* DATAMONGO-2293 - EntityOperations.populateIdIfNecessary nulls entire entity when just the id is null.
8+
* DATAMONGO-2292 - Create security policy readme.
9+
* DATAMONGO-2290 - BulkOperation does not trigger lifecycle callbacks for entities.
10+
* DATAMONGO-2288 - Fix wrong indentation on documentation code sample.
11+
* DATAMONGO-2282 - Add shortcut to create JsonSchemaProperty for ObjectId.
12+
* DATAMONGO-2278 - Update Querydsl package names in MongoAnnotationProcessor.
13+
* DATAMONGO-2275 - NPE when in QueryMapper for MongoJsonSchema when domain type is Document.
14+
* DATAMONGO-2267 - Property population resolves collection name via SpEL multiple times.
15+
* DATAMONGO-2261 - Use Entity Callback API for before-save operations.
16+
* DATAMONGO-2259 - Add MongoDB 4.2 expanded format to 'out' aggregation operation.
17+
* DATAMONGO-2256 - Release 2.2 RC1 (Moore).
18+
* DATAMONGO-2252 - getCollection(collectionName) does not create collection when expected (api description mismatch).
19+
* DATAMONGO-2153 - Add support for aggregations via annotated repository methods.
20+
* DATAMONGO-2081 - Expose expireAfterSeconds in IndexInfo.
21+
* DATAMONGO-2067 - Make @CompoundIndex and all similar annotations repeatable.
22+
* DATAMONGO-1183 - Add support for Hashed Index.
23+
24+
425
Changes in version 2.1.9.RELEASE (2019-06-14)
526
---------------------------------------------
627
* DATAMONGO-2293 - EntityOperations.populateIdIfNecessary nulls entire entity when just the id is null.

0 commit comments

Comments
 (0)