Browse Source

DATAMONGO-2432 - Updated changelog.

pull/824/head
Mark Paluch 6 years ago
parent
commit
af133c26d0
  1. 12
      src/main/resources/changelog.txt

12
src/main/resources/changelog.txt

@ -1,6 +1,17 @@
Spring Data MongoDB Changelog Spring Data MongoDB Changelog
============================= =============================
Changes in version 2.2.4.RELEASE (2020-01-15)
---------------------------------------------
* DATAMONGO-2451 - Value of sort direction converted to String for id fields (query, index creation).
* DATAMONGO-2450 - Bulk Operations do not support filterArray in update operations.
* DATAMONGO-2444 - Update copyright years to 2020.
* DATAMONGO-2442 - Cond.thenValueOf(String fieldReference) does not concat fieldRef with "$" prefix.
* DATAMONGO-2440 - Unable to use MongoTemplate to perform query with 'in' condition by field annotated with @Field(targetType = FieldType.OBJECT_ID).
* DATAMONGO-2432 - Release 2.2.4 (Moore SR4).
* DATAMONGO-2423 - @NonNullApi restricts update with null.
Changes in version 2.1.15.RELEASE (2020-01-15) Changes in version 2.1.15.RELEASE (2020-01-15)
---------------------------------------------- ----------------------------------------------
* DATAMONGO-2444 - Update copyright years to 2020. * DATAMONGO-2444 - Update copyright years to 2020.
@ -2839,3 +2850,4 @@ Repository

Loading…
Cancel
Save