* DATAMONGO-1702 - Switch repository implementation to use fragments.
* DATAMONGO-1697 - @Version used by @EnableMongoAuditing does not increase when using collection name in MongoTemplate's updateFirst. Unexpected, not described by reference documentation.
* DATAMONGO-1682 - Add partial index support to ReactiveIndexOperations.
* DATAMONGO-1678 - DefaultBulkOperations do not map Query and Update objects properly.
* DATAMONGO-1646 - Support reactive aggregation streaming.
* DATAMONGO-1519 - Change MongoTemplate.insertDBObjectList(…) to return List<Object> instead of List<ObjectId>.
Changes in version 1.10.5.RELEASE (2017-07-24)
----------------------------------------------
* DATAMONGO-1744 - Improve default setup for MappingMongoConverter.