File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-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.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
+
4
23
Changes in version 1.9.3.RELEASE (2016-09-20)
5
24
---------------------------------------------
6
25
* DATAMONGO-1493 - Typos in reference documentation.
You can’t perform that action at this time.
0 commit comments