File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1
1
Spring Data MongoDB Changelog
2
2
=============================
3
3
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
+
4
19
Changes in version 1.10.0.M1 (2016-07-27)
5
20
-----------------------------------------
6
21
* DATAMONGO-1464 - Pagination - Optimize out the count query for paging.
You can’t perform that action at this time.
0 commit comments