|
1 | 1 | Spring Data MongoDB Changelog
|
2 | 2 | =============================
|
3 | 3 |
|
| 4 | +Changes in version 1.5.0.RC1 (2014-05-02) |
| 5 | +----------------------------------------- |
| 6 | +* DATAMONGO-924 - Aggregation not working with as() method in project() pipeline operator. |
| 7 | +* DATAMONGO-921 - Upgrade to MongoDB Java driver 2.12.1. |
| 8 | +* DATAMONGO-920 - Fix debug messages for delete events in AbstractMongoEventListener. |
| 9 | +* DATAMONGO-919 - Release 1.5 RC1. |
| 10 | +* DATAMONGO-917 - DefaultDbRefResolver throws NPE when bundled into an uberjar. |
| 11 | +* DATAMONGO-914 - Improve resolving of LazyLoading proxies for classes that override equals/hashcode. |
| 12 | +* DATAMONGO-913 - Can't query using lazy DBRef objects. |
| 13 | +* DATAMONGO-912 - Aggregation#project followed by Aggregation#match with custom converter causes IllegalArgumentException. |
| 14 | +* DATAMONGO-910 - Upgrade to latest MongoDB Java driver (2.12). |
| 15 | +* DATAMONGO-909 - @CompoundIndex on inherited entity classes. |
| 16 | +* DATAMONGO-908 - Nested field references in group operations broken. |
| 17 | +* DATAMONGO-907 - Assert compatibility with mongodb 2.6.0. |
| 18 | +* DATAMONGO-905 - Remove obsolete CGLib dependency from cross store module. |
| 19 | +* DATAMONGO-901 - MongoRepositoryConfigurationExtension fails to invoke super method. |
| 20 | +* DATAMONGO-899 - Overhaul automatic index creation. |
| 21 | +* DATAMONGO-898 - MapReduce seems not to work when javascript not being escaped. |
| 22 | +* DATAMONGO-897 - FindAndUpdate broken when using @DbRef and interface as target. |
| 23 | +* DATAMONGO-896 - Assert compatibility with latest MongoDB Java driver. |
| 24 | +* DATAMONGO-895 - Use most specific type for checks against values in DBObjects. |
| 25 | +* DATAMONGO-893 - Mapping Convertor does not remove "_class" property on collection of embedded objects. |
| 26 | +* DATAMONGO-892 - <mongo:mapping-converter> can't be configured as nested bean definition. |
| 27 | +* DATAMONGO-888 - Mapping is not applied to SortObject during queries. |
| 28 | +* DATAMONGO-866 - Add new field naming strategy and make it configurable through XML/Java config. |
| 29 | +* DATAMONGO-847 - Allow usage of Criteria within Update. |
| 30 | +* DATAMONGO-827 - @Indexed and @CompundIndex cannot be created without giving index name. |
| 31 | + |
| 32 | + |
4 | 33 | Changes in version 1.4.2.RELEASE (2014-04-15)
|
5 | 34 | ---------------------------------------------
|
6 | 35 | ** Fix
|
|
0 commit comments