Skip to content

Commit 8f3dacd

Browse files
committed
DATAMONGO-2145 - Updated changelog.
1 parent 4ffd1e1 commit 8f3dacd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 2.1.4.RELEASE (2019-01-10)
5+
---------------------------------------------
6+
* DATAMONGO-2181 - ReactiveMongoRepository.saveAll(…) does not consider collection name for new entities.
7+
* DATAMONGO-2179 - CreatedDate is null for entities using optimistic locking via version property when saving/inserting in batch.
8+
* DATAMONGO-2175 - Update copyright years to 2019.
9+
* DATAMONGO-2174 - InvalidPersistentPropertyPath with @Version.
10+
* DATAMONGO-2173 - CursorReadingTask.start() doesn't pass exceptions to configured errorHandler.
11+
* DATAMONGO-2170 - IndexInfo.partialFilterExpression should be null (not an empty String) when undefined.
12+
* DATAMONGO-2156 - Remove javax.xml.bind dependency from ExpressionEvaluatingParameterBinder.
13+
* DATAMONGO-2155 - Map field is renamed if the Map associates a value-type with a similar field.
14+
* DATAMONGO-2150 - Auditing broken for entities using optimistic locking via version properties in reactive mongo.
15+
* DATAMONGO-2149 - Target bean of type java.lang.Integer is not of type of the persistent entity.
16+
* DATAMONGO-2148 - Add logging for MongoTemplate.count(…).
17+
* DATAMONGO-2145 - Release 2.1.4 (Lovelace SR4).
18+
19+
420
Changes in version 2.0.13.RELEASE (2019-01-10)
521
----------------------------------------------
622
* DATAMONGO-2175 - Update copyright years to 2019.

0 commit comments

Comments
 (0)