|
1 | 1 | Spring Data MongoDB Changelog
|
2 | 2 | =============================
|
3 | 3 |
|
| 4 | +Changes in version 1.6.3.RELEASE (2015-07-01) |
| 5 | +--------------------------------------------- |
| 6 | +* DATAMONGO-1247 - Release 1.6.3 (Evans). |
| 7 | +* DATAMONGO-1242 - Update mongo-java-driver to 3.0.2 in mongo3 profile. |
| 8 | +* DATAMONGO-1234 - Fix typos in JavaDoc. |
| 9 | +* DATAMONGO-1232 - IgnoreCase should escape queries. |
| 10 | +* DATAMONGO-1229 - MongoQueryCreator incorrectly rejects ignoreCase on nested String path. |
| 11 | +* DATAMONGO-1224 - Assert Spring Framework 4.2 compatibility. |
| 12 | +* DATAMONGO-1221 - Remove relative reference to parent POM to make sure the right Spring version is picked up. |
| 13 | +* DATAMONGO-1213 - Include new section on Spring Data and Spring Framework dependencies in reference documentation. |
| 14 | +* DATAMONGO-1210 - Inconsistent property order of _class type hint breaks document equality. |
| 15 | +* DATAMONGO-1207 - MongoTemplate#doInsertAll throws NullPointerException when passed Collection contains a null item. |
| 16 | +* DATAMONGO-1196 - Upgrade build profiles after MongoDB 3.0 Java driver release. |
| 17 | +* DATAMONGO-1180 - Incorrect exception message creation in PartTreeMongoQuery. |
| 18 | +* DATAMONGO-1166 - ReadPreference not used for Aggregations. |
| 19 | +* DATAMONGO-1157 - Throw meaningful exception when @DbRef is used with unsupported types. |
| 20 | +* DATAMONGO-1155 - Upgrade mongo-next build profiles to Java driver version 2.13.0. |
| 21 | +* DATAMONGO-1153 - Fix documentation build. |
| 22 | +* DATAMONGO-1133 - Field aliasing is not honored in Aggregation operations. |
| 23 | +* DATAMONGO-1124 - Switch log level for cyclic reference index warnings from WARN to INFO. |
| 24 | +* DATAMONGO-1081 - Improve documentation on field mapping semantics. |
| 25 | + |
| 26 | + |
4 | 27 | Changes in version 1.7.1.RELEASE (2015-06-30)
|
5 | 28 | ---------------------------------------------
|
6 | 29 | * DATAMONGO-1248 - Release 1.7.1 (Fowler).
|
|
0 commit comments