|
1 | 1 | Spring Data MongoDB Changelog
|
2 | 2 | =============================
|
3 | 3 |
|
| 4 | +Changes in version 1.10.0.RC1 (2016-12-21) |
| 5 | +------------------------------------------ |
| 6 | +* DATAMONGO-1567 - Upgrade to a newer JDK version on TravisCI. |
| 7 | +* DATAMONGO-1566 - Adapt API in RepositoryFactoryBeanSupport implementation. |
| 8 | +* DATAMONGO-1565 - Placeholders in manually defined queries not escaped properly. |
| 9 | +* DATAMONGO-1564 - Split up AggregationExpressions. |
| 10 | +* DATAMONGO-1558 - Upgrade travis-ci profile to MongoDB 3.4. |
| 11 | +* DATAMONGO-1552 - Add $facet, $bucket and $bucketAuto aggregation stages. |
| 12 | +* DATAMONGO-1551 - Add $graphLookup aggregation stage. |
| 13 | +* DATAMONGO-1550 - Add $replaceRoot aggregation stage. |
| 14 | +* DATAMONGO-1549 - Add $count aggregation stage. |
| 15 | +* DATAMONGO-1548 - Add new MongoDB 3.4 aggregation operators. |
| 16 | +* DATAMONGO-1547 - Register repository factory in spring.factories for multi-store support. |
| 17 | +* DATAMONGO-1546 - Switch to new way of registering custom Jackson modules. |
| 18 | +* DATAMONGO-1542 - Refactor CondOperator and IfNullOperator to children of AggregationExpressions. |
| 19 | +* DATAMONGO-1540 - Add support for $map to aggregation. |
| 20 | +* DATAMONGO-1539 - Add dedicated annotations for manually declared count and delete queries. |
| 21 | +* DATAMONGO-1538 - Add support for $let to aggregation. |
| 22 | +* DATAMONGO-1536 - Add missing aggregation operators. |
| 23 | +* DATAMONGO-1534 - Type hint is missing when using BulkOperations.insert. |
| 24 | +* DATAMONGO-1533 - Add support for SpEL in GroupOperations (aggregation). |
| 25 | +* DATAMONGO-1530 - Support missing aggregation pipeline operators in expression support. |
| 26 | +* DATAMONGO-1525 - Reading empty EnumSet fails. |
| 27 | +* DATAMONGO-1521 - Aggregation.skip(...) expects int but new SkipOperation(...) supports long. |
| 28 | +* DATAMONGO-1520 - Aggregation.match should accept CriteriaDefinition. |
| 29 | +* DATAMONGO-1514 - SpringDataMongodbQuery should be public. |
| 30 | +* DATAMONGO-1513 - Non-ObjectId identifiers generated by event listeners are not populated if documents are inserted as batch. |
| 31 | +* DATAMONGO-1504 - Assert compatibility with MongoDB 3.4 server and driver. |
| 32 | +* DATAMONGO-1500 - RuntimeException for query methods with fields declaration and Pageable parameters. |
| 33 | +* DATAMONGO-1498 - MongoMappingContext doesn't know about types usually auto-detected (JodaTime, JDK 8 date time types). |
| 34 | +* DATAMONGO-1493 - Typos in reference documentation. |
| 35 | +* DATAMONGO-1492 - Interface AggregationExpression in package org.springframework.data.mongodb.core.aggregation should be public. |
| 36 | +* DATAMONGO-1491 - Add support for $filter to aggregation. |
| 37 | +* DATAMONGO-1490 - Change the XML data type of boolean flags to String. |
| 38 | +* DATAMONGO-1486 - Changes to MappingMongoConverter Result in Class Cast Exception. |
| 39 | +* DATAMONGO-1485 - Querydsl MongodbSerializer does not take registered converters for Enums into account. |
| 40 | +* DATAMONGO-1480 - Add support for noCursorTimeout in Query. |
| 41 | +* DATAMONGO-1479 - MappingMongoConverter.convertToMongoType causes StackOverflowError for parameterized map value types. |
| 42 | +* DATAMONGO-1476 - New stream method only partially makes use of collection name. |
| 43 | +* DATAMONGO-1471 - MappingMongoConverter attempts to set null value on potentially primitive identifier. |
| 44 | +* DATAMONGO-1470 - AbstractMongoConfiguraton should allow multiple base package for @Document scanning. |
| 45 | +* DATAMONGO-1469 - Release 1.10 RC1 (Ingalls). |
| 46 | +* DATAMONGO-1467 - Support partial filter expressions for indexing introduced in MongoDB 3.2. |
| 47 | +* DATAMONGO-1465 - String arguments passed to DefaultScriptOperations.execute() appear quoted in script. |
| 48 | +* DATAMONGO-1454 - Add support for exists projection in repository query derivation. |
| 49 | +* DATAMONGO-1406 - Query mapper does not use @Field field name when querying nested fields in combination with nested keywords. |
| 50 | +* DATAMONGO-1328 - Add support for mongodb 3.2 specific arithmetic operators to aggregation. |
| 51 | +* DATAMONGO-1327 - Add support for $stdDevSamp and $stdDevPop to aggregation ($group stage). |
| 52 | +* DATAMONGO-1299 - Add support for date aggregations. |
| 53 | +* DATAMONGO-1141 - Add support for $push $sort in Update. |
| 54 | +* DATAMONGO-861 - Add support for $cond and $ifNull operators in aggregation operation. |
| 55 | +* DATAMONGO-784 - Add support for $cmp in group or project aggregation. |
| 56 | + |
| 57 | + |
4 | 58 | Changes in version 2.0.0.M1 (2016-11-23)
|
5 | 59 | ----------------------------------------
|
6 | 60 | * DATAMONGO-1527 - Release 2.0 M1 (Kay).
|
|
0 commit comments