Skip to content

Commit eb3d55e

Browse files
committed
DATAMONGO-1494 - Updated changelog.
1 parent 84dbfdf commit eb3d55e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 1.8.5.RELEASE (2016-09-20)
5+
---------------------------------------------
6+
* DATAMONGO-1494 - Release 1.8.5 (Gosling SR5).
7+
* DATAMONGO-1492 - Interface AggregationExpression in package org.springframework.data.mongodb.core.aggregation should be public.
8+
* DATAMONGO-1485 - Querydsl MongodbSerializer does not take registered converters for Enums into account.
9+
* DATAMONGO-1479 - MappingMongoConverter.convertToMongoType causes StackOverflowError for parameterized map value types.
10+
* DATAMONGO-1471 - MappingMongoConverter attempts to set null value on potentially primitive identifier.
11+
* DATAMONGO-1465 - String arguments passed to DefaultScriptOperations.execute() appear quoted in script.
12+
* DATAMONGO-1453 - Parse error into GeoJsonPoint if coordinates are "integers".
13+
* DATAMONGO-1449 - Replace legacy for loop with foreach in MappingMongoConverter.
14+
* DATAMONGO-1445 - @Id annotated attribute of type BigInteger does not work with query methods.
15+
* DATAMONGO-1437 - DefaultDbRefResolver swallows cause of non DataAccessException translatable Exception.
16+
* DATAMONGO-1425 - NOT_CONTAINS keyword issues CONTAINS query.
17+
* DATAMONGO-1423 - Nested document update doesn't apply converters on embedded maps.
18+
* DATAMONGO-1412 - Document mapping rules for Java types to MongoDB representation.
19+
* DATAMONGO-1406 - Query mapper does not use @Field field name when querying nested fields in combination with nested keywords.
20+
* DATAMONGO-1401 - GeoJsonPoint error on update.
21+
22+
423
Changes in version 1.9.3.RELEASE (2016-09-20)
524
---------------------------------------------
625
* DATAMONGO-1493 - Typos in reference documentation.

0 commit comments

Comments
 (0)