|
1 | 1 | Spring Data MongoDB Changelog
|
2 | 2 | =============================
|
3 | 3 |
|
| 4 | +Changes in version 2.2.0.M2 (2019-03-07) |
| 5 | +---------------------------------------- |
| 6 | +* DATAMONGO-2220 - Upgrade to MongoDB Reactive Streams Driver 1.11.0. |
| 7 | +* DATAMONGO-2219 - findAllAndRemove throws MongoWriteException if query has no matches. |
| 8 | +* DATAMONGO-2217 - AggregationTests fails depending on timezone. |
| 9 | +* DATAMONGO-2215 - Add support for array filters to Update. |
| 10 | +* DATAMONGO-2210 - Illegal reflective access for URI properties. |
| 11 | +* DATAMONGO-2209 - Add Kotlin extensions for Coroutines support. |
| 12 | +* DATAMONGO-2208 - Deprecate Kotlin extensions providing a KClass overload. |
| 13 | +* DATAMONGO-2207 - Remove version for managed Kotlin dependencies. |
| 14 | +* DATAMONGO-2206 - Migrate Kotlin tests to Mockk. |
| 15 | +* DATAMONGO-2199 - Fix deprecation warnings in preparation of MongoDB Java Driver 4.0 upgrade. |
| 16 | +* DATAMONGO-2198 - Upgrade to MongoDB Java driver 3.10. |
| 17 | +* DATAMONGO-2196 - Remove does not apply WriteConcern for single document delete operation. |
| 18 | +* DATAMONGO-2195 - @Version should be considered in MongoTemplate#remove. |
| 19 | +* DATAMONGO-2193 - Query on nested id field incorrectly returns no results. |
| 20 | +* DATAMONGO-2189 - AfterSaveEvent contains object to save and not the saved instance. |
| 21 | +* DATAMONGO-2188 - Add configuration option to enable/disable automatic index creation. |
| 22 | +* DATAMONGO-2184 - Introduce Concourse CI. |
| 23 | +* DATAMONGO-2182 - Add Querydsl support for reactive MongoDB repositories. |
| 24 | +* DATAMONGO-2181 - ReactiveMongoRepository.saveAll(…) does not consider collection name for new entities. |
| 25 | +* DATAMONGO-2179 - CreatedDate is null for entities using optimistic locking via version property when saving/inserting in batch. |
| 26 | +* DATAMONGO-2175 - Update copyright years to 2019. |
| 27 | +* DATAMONGO-2174 - InvalidPersistentPropertyPath with @Version. |
| 28 | +* DATAMONGO-2173 - CursorReadingTask.start() doesn't pass exceptions to configured errorHandler. |
| 29 | +* DATAMONGO-2170 - IndexInfo.partialFilterExpression should be null (not an empty String) when undefined. |
| 30 | +* DATAMONGO-2164 - Release 2.2 M2 (Moore). |
| 31 | +* DATAMONGO-2155 - Map field is renamed if the Map associates a value-type with a similar field. |
| 32 | +* DATAMONGO-2105 - Warning about illegal reflective access in JDK11 when using BigDecimal field. |
| 33 | +* DATAMONGO-2077 - Add SpEL support for MongoDB Aggregations introduced in MongoDB 3.6 and 4.0. |
| 34 | +* DATAMONGO-2072 - Add support for derived 'between' queries using Range. |
| 35 | +* DATAMONGO-2054 - Add support for the all positional operator $[] to updates. |
| 36 | +* DATAMONGO-1855 - Reactive GridFS support. |
| 37 | +* DATAMONGO-1593 - JSON Parse error for ObjectId queries. |
| 38 | +* DATAMONGO-1348 - NearQuery uses "legacy coordinate pairs" not GeoJSON points. |
| 39 | + |
| 40 | + |
4 | 41 | Changes in version 2.1.5.RELEASE (2019-02-13)
|
5 | 42 | ---------------------------------------------
|
6 | 43 | * DATAMONGO-2196 - Remove does not apply WriteConcern for single document delete operation.
|
|
0 commit comments