Skip to content

Commit 84dbfdf

Browse files
committed
DATAMONGO-1450 - Updated changelog.
1 parent 1813b1a commit 84dbfdf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 1.9.3.RELEASE (2016-09-20)
5+
---------------------------------------------
6+
* DATAMONGO-1493 - Typos in reference documentation.
7+
* DATAMONGO-1492 - Interface AggregationExpression in package org.springframework.data.mongodb.core.aggregation should be public.
8+
* DATAMONGO-1486 - Changes to MappingMongoConverter Result in Class Cast Exception.
9+
* DATAMONGO-1485 - Querydsl MongodbSerializer does not take registered converters for Enums into account.
10+
* DATAMONGO-1479 - MappingMongoConverter.convertToMongoType causes StackOverflowError for parameterized map value types.
11+
* DATAMONGO-1471 - MappingMongoConverter attempts to set null value on potentially primitive identifier.
12+
* DATAMONGO-1465 - String arguments passed to DefaultScriptOperations.execute() appear quoted in script.
13+
* DATAMONGO-1463 - Upgrade to MongoDB Java driver 2.14.3.
14+
* DATAMONGO-1453 - Parse error into GeoJsonPoint if coordinates are "integers".
15+
* DATAMONGO-1450 - Release 1.9.3 (Hopper SR3).
16+
* DATAMONGO-1406 - Query mapper does not use @Field field name when querying nested fields in combination with nested keywords.
17+
18+
419
Changes in version 1.10.0.M1 (2016-07-27)
520
-----------------------------------------
621
* DATAMONGO-1464 - Pagination - Optimize out the count query for paging.

0 commit comments

Comments
 (0)