|
1 | 1 | Spring Data MongoDB Changelog
|
2 | 2 | =============================
|
3 | 3 |
|
| 4 | +Changes in version 2.1.0.M1 (2018-02-06) |
| 5 | +---------------------------------------- |
| 6 | +* DATAMONGO-1864 - Upgrade to MongoDB Java Driver 3.6.2. |
| 7 | +* DATAMONGO-1858 - Fix line endings. |
| 8 | +* DATAMONGO-1850 - GridFsResource.getContentType() throws NullPointerException on absent metadata. |
| 9 | +* DATAMONGO-1846 - Upgrade to MongoDB Java Driver 3.6. |
| 10 | +* DATAMONGO-1844 - Update copyright years to 2018. |
| 11 | +* DATAMONGO-1843 - Aggregation operator $reduce with ArrayOperators.Reduce produce a wrong Document. |
| 12 | +* DATAMONGO-1835 - Add support for $jsonSchema to Criteria API. |
| 13 | +* DATAMONGO-1831 - Failure to read Scala collection types in MappingMongoConverter. |
| 14 | +* DATAMONGO-1824 - Assert compatibility with MongoDB Server 3.6. |
| 15 | +* DATAMONGO-1823 - AfterConvertEvent is not published when using custom methods in repository interface. |
| 16 | +* DATAMONGO-1822 - Adapt repository readme to changed configuration support. |
| 17 | +* DATAMONGO-1821 - Fix method ambiguity in tests when compiling against MongoDB 3.6. |
| 18 | +* DATAMONGO-1820 - Investigate failing TravisCI build. |
| 19 | +* DATAMONGO-1818 - Reference documentation mentions @TailableCursor instead of @Tailable. |
| 20 | +* DATAMONGO-1817 - Kotlin extensions should return nullable types. |
| 21 | +* DATAMONGO-1815 - Adapt API changes in Property in test cases. |
| 22 | +* DATAMONGO-1814 - Missing documentation on Faceted classification. |
| 23 | +* DATAMONGO-1812 - Temporarily add milestone repository to plugin repositories. |
| 24 | +* DATAMONGO-1811 - Reference Documentation doesn't match with API Documentation 2.X vesrion. |
| 25 | +* DATAMONGO-1809 - Type hint usage broken when using positional parameters with more than one digit. |
| 26 | +* DATAMONGO-1806 - GridFsResource wrong type in javaDoc. |
| 27 | +* DATAMONGO-1805 - Documentation for operations.find uses wrong result type. |
| 28 | +* DATAMONGO-1803 - Add support for MongoDB 3.6 change streams. |
| 29 | +* DATAMONGO-1802 - No converter found capable of converting from type org.bson.types.Binary to type byte[]. |
| 30 | +* DATAMONGO-1795 - Remove obsolete Kotlin build configuration. |
| 31 | +* DATAMONGO-1794 - Release 2.1 M1 (Lovelace). |
| 32 | +* DATAMONGO-1761 - Add distinct operation to MongoTemplate. |
| 33 | +* DATAMONGO-1696 - Reference documentation uses JPA Annotations. |
| 34 | +* DATAMONGO-1553 - Add $sortByCount aggregation stage. |
| 35 | +* DATAMONGO-1322 - Add support for validator when creating collection. |
| 36 | + |
| 37 | + |
4 | 38 | Changes in version 2.0.3.RELEASE (2018-01-24)
|
5 | 39 | ---------------------------------------------
|
6 | 40 | * DATAMONGO-1858 - Fix line endings.
|
|
0 commit comments