|
1 | 1 | Spring Data MongoDB Changelog
|
2 | 2 | =============================
|
3 | 3 |
|
| 4 | +Changes in version 1.4.0.M1 (2013-11-19) |
| 5 | +--------------------------------------------- |
| 6 | +** Bug |
| 7 | + * [DATAMONGO-534] - The GridFs query execution does not return sorted resources, when the sorting fields are defined in the query definition |
| 8 | + * [DATAMONGO-630] - Add support of $setOnInsert modifier for upsert |
| 9 | + * [DATAMONGO-746] - IndexInfo cannot be read for indices created via mongo shell |
| 10 | + * [DATAMONGO-752] - QueryMapper prevents searching for values that start with a $ [dollarsign] |
| 11 | + * [DATAMONGO-753] - Add support for nested field references in group operations |
| 12 | + * [DATAMONGO-758] - Reject excludes other than _id in projection operations |
| 13 | + * [DATAMONGO-759] - Render group operation without non synthetic fields correctly. |
| 14 | + * [DATAMONGO-761] - ClassCastException in SpringDataMongodbSerializer.getKeyForPath |
| 15 | + * [DATAMONGO-768] - Improve documentation of how to use @PersistenceConstructor |
| 16 | + * [DATAMONGO-788] - Projection operations do not render synthetic fields properly. |
| 17 | + * [DATAMONGO-789] - Support login via different (e.g. admin) authentication database |
| 18 | + * [DATAMONGO-795] - When adding custom converters to the mongo template it is possible to get unpredictable behaviour |
| 19 | +** Improvement |
| 20 | + * [DATAMONGO-757] - Projections should follow mongodb conventions more precisely. |
| 21 | + * [DATAMONGO-764] - Add support for SSL connections to Mongo |
| 22 | + * [DATAMONGO-766] - Allow nested field references on properties through e.g. @Field("a.b") |
| 23 | + * [DATAMONGO-769] - Support arithmetic operators for properties |
| 24 | + * [DATAMONGO-770] - Repository - findBy<Field>IgnoreCase doesnt work |
| 25 | + * [DATAMONGO-771] - Saving raw JSON through MongoTemplate.insert(…) fails |
| 26 | + * [DATAMONGO-774] - Support SpEL expressions to define arithmetical projection operations in the aggregation framework |
| 27 | + * [DATAMONGO-776] - TypeBasedAggregationOperationContext should use MappingContext.getPersistentPropertyPath(String, Class<?>) |
| 28 | + * [DATAMONGO-780] - Add support for nested repositories |
| 29 | + * [DATAMONGO-782] - Typo in reference documentation |
| 30 | + * [DATAMONGO-785] - Add support for geospatial 2Dsphere and geohaystack index types |
| 31 | + * [DATAMONGO-787] - Upgrade to Spring 3.2.4 |
| 32 | + * [DATAMONGO-791] - make newAggregation() method to accept list |
| 33 | + * [DATAMONGO-793] - Adapt to changes in Spring Data Commons triggered by repository initialization changes |
| 34 | + * [DATAMONGO-800] - AuditingIntegrationTests fail on fast machines |
| 35 | +** New Feature |
| 36 | + * [DATAMONGO-348] - Lazy Load for DbRef |
| 37 | + * [DATAMONGO-653] - Support for index operations in GridFsOperations |
| 38 | + * [DATAMONGO-760] - Add support for custom findAll Queries |
| 39 | + * [DATAMONGO-792] - Add support to configure Auditing via JavaConfig. |
| 40 | +** Task |
| 41 | + * [DATAMONGO-777] - Upgrade to Mongo Java Driver in 2.11 |
| 42 | + |
| 43 | +Changes in version 1.3.2.RELEASE (2013-10-25) |
| 44 | +--------------------------------------------- |
| 45 | +** Bug |
| 46 | + * [DATAMONGO-746] IndexInfo cannot be read for indices created via mongo shell |
| 47 | + * [DATAMONGO-752] QueryMapper prevents searching for values that start with a $ [dollarsign] |
| 48 | + * [DATAMONGO-753] Add support for nested field references in group operations |
| 49 | + * [DATAMONGO-758] Reject excludes other than _id in projection operations |
| 50 | + * [DATAMONGO-759] Render group operation without non synthetic fields correctly. |
| 51 | + * [DATAMONGO-761] ClassCastException in SpringDataMongodbSerializer.getKeyForPath |
| 52 | + * [DATAMONGO-768] Improve documentation of how to use @PersistenceConstructor |
| 53 | + |
| 54 | +** Improvement |
| 55 | + * [DATAMONGO-757] - Projections should follow mongodb conventions more precisely. |
| 56 | + * [DATAMONGO-769] - Support arithmetic operators for properties |
| 57 | + * [DATAMONGO-771] - Saving raw JSON through MongoTemplate.insert(…) fails |
| 58 | +** Task |
| 59 | + * [DATAMONGO-772] - Release 1.3.2 |
| 60 | + |
| 61 | +Changes in version 1.3.1.RELEASE (2013-09-09) |
| 62 | +--------------------------------------------- |
| 63 | +** Task |
| 64 | + * [DATAMONGO-751] Upgraded to Spring Data Commons 1.6.1. |
| 65 | + |
4 | 66 | Changes in version 1.3.0.RELEASE (2013-09-09)
|
5 | 67 | ---------------------------------------------
|
6 | 68 | ** Bug
|
|
0 commit comments