Skip to content

Commit 255d325

Browse files
committed
DATAMONGO-1502 - Updated changelog.
1 parent 6a9823f commit 255d325

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 1.9.5.RELEASE (2016-11-03)
5+
---------------------------------------------
6+
* DATAMONGO-1521 - Aggregation.skip(...) expects int but new SkipOperation(...) supports long.
7+
* DATAMONGO-1514 - SpringDataMongodbQuery should be public.
8+
* DATAMONGO-1513 - Non-ObjectId identifiers generated by event listeners are not populated if documents are inserted as batch.
9+
* DATAMONGO-1504 - Assert compatibility with MongoDB 3.4 server and driver.
10+
* DATAMONGO-1502 - Release 1.9.5 (Hopper SR5).
11+
* DATAMONGO-1500 - RuntimeException for query methods with fields declaration and Pageable parameters.
12+
13+
414
Changes in version 1.9.4.RELEASE (2016-09-29)
515
---------------------------------------------
616
* DATAMONGO-1498 - MongoMappingContext doesn't know about types usually auto-detected (JodaTime, JDK 8 date time types).

0 commit comments

Comments
 (0)