|
1 | 1 | Spring Data MongoDB Changelog
|
2 | 2 | =============================
|
3 | 3 |
|
| 4 | +Changes in version 1.5.0.M1 (2014-03-31) |
| 5 | +---------------------------------------- |
| 6 | +** Fix |
| 7 | + * [DATAMONGO-471] - Update operation $addToSet does not support adding a list with $each. |
| 8 | + * [DATAMONGO-773] - Spring Data MongoDB projection search on @DBref fields. |
| 9 | + * [DATAMONGO-821] - MappingException for $size queries on subcollections containing dbrefs. |
| 10 | + * [DATAMONGO-829] - NearQuery, when used in conjunction with a Query, it sets num=0, unless Query specifies otherwise. |
| 11 | + * [DATAMONGO-833] - EnumSet is not handled correctly. |
| 12 | + * [DATAMONGO-843] - Unable to use @EnableMongoAuditing annotation in Java config. |
| 13 | + * [DATAMONGO-862] - Update Array Field Using Positional Operator ($) Does Not Work. |
| 14 | + * [DATAMONGO-863] - QueryMapper.getMappedValue Fails To Handle Arrays Mapped To $in. |
| 15 | + * [DATAMONGO-868] - findAndModify method does not increment @Version field. |
| 16 | + * [DATAMONGO-871] - Declarative query method with array return type causes NPE. |
| 17 | + * [DATAMONGO-877] - AbstractMongoConfiguration.getMappingBasePackage() throws NullPointerException if config class resides in default package. |
| 18 | + * [DATAMONGO-880] - Error when trying to persist an object containing a DBRef which was lazy loaded. |
| 19 | + * [DATAMONGO-884] - Potential NullPointerException for lazy DBRefs. |
| 20 | + * [DATAMONGO-887] - Repository not instantiated when entity contains field of type TreeMap. |
| 21 | + * [DATAMONGO-890] - Point class toString method is confusing. |
| 22 | + |
| 23 | +** Improvement |
| 24 | + * [DATAMONGO-809] - Make filename optional in GridFsOperations doc and GridFsTemplate implementation. |
| 25 | + * [DATAMONGO-858] - Add support for common geospatial structures. |
| 26 | + * [DATAMONGO-865] - Adjust test dependencies to avoid ClassNotFoundException during test runs. |
| 27 | + * [DATAMONGO-881] - Cannot override default converters in CustomConversions. |
| 28 | + * [DATAMONGO-882] - Adapt to removal of obsolete generics in BeanWrapper. |
| 29 | + |
| 30 | +** New Feature |
| 31 | + * [DATAMONGO-566] - Provide support for removeBy… / deleteBy… methods like for findBy… on repository interfaces. |
| 32 | + * [DATAMONGO-870] - Add support for sliced query method execution. |
| 33 | + |
| 34 | +** Task |
| 35 | + * [DATAMONGO-876] - Adapt to changes introduced for property access configuration. |
| 36 | + * [DATAMONGO-883] - Update auditing configuration to enable auditing annotations on accessors. |
| 37 | + * [DATAMONGO-859] - Release 1.5 M1. |
| 38 | + |
| 39 | +Changes in version 1.4.1.RELEASE (2014-03-13) |
| 40 | +--------------------------------------------- |
| 41 | +** Fix |
| 42 | + * [DATAMONGO-773] - Verify that @DBRef fields can be included in query. |
| 43 | + * [DATAMONGO-821] - Fixed handling of keyword expressions for DBRefs. |
| 44 | + * [DATAMONGO-829] - NearQuery should not default 'num' to zero. |
| 45 | + * [DATAMONGO-833] - Support for EnumSet and EnumMap in MappingMongoConverter. |
| 46 | + * [DATAMONGO-843] - Back-port of defaulting of the MappingContext for auditing. |
| 47 | + * [DATAMONGO-862] - Fixed handling of unmapped paths for updates. |
| 48 | + * [DATAMONGO-863] - UpdateMapper doesn't convert raw DBObjects anymore. |
| 49 | + * [DATAMONGO-868] - MongoTemplate.findAndModify(…) increases version if not handled manually. |
| 50 | + * [DATAMONGO-871] - Add support for arrays as query method return types. |
| 51 | + * [DATAMONGO-877] - Added guard against null-package in AbstractMappingConfiguration. |
| 52 | + |
| 53 | +** Improvement |
| 54 | + * [DATAMONGO-865] - Adjust test dependencies to avoid ClassNotFoundException during test runs. |
| 55 | + |
| 56 | +Changes in version 1.3.5.RELEASE (2014-03-10) |
| 57 | +--------------------------------------------- |
| 58 | +** Fix |
| 59 | + * [DATAMONGO-829] - NearQuery, when used in conjunction with a Query, no longer sets num=0, unless Query specifies otherwise. |
| 60 | + * [DATAMONGO-871] - Repository queries support array return type. |
| 61 | + |
| 62 | +** Improvement |
| 63 | + * [DATAMONGO-865] - Avoid ClassNotFoundException during test runs. |
| 64 | + |
4 | 65 | Changes in version 1.4.0.RELEASE (2014-02-24)
|
5 | 66 | ---------------------------------------------
|
6 | 67 |
|
|
0 commit comments