Version 0.11.0
- Delete is now idempotent, if the object was already deleted it will no longer lead to an error.
- Support for Sorting on related entities in
.query
. If the specified sort criteria is a field that points to a relation, the results will be sorted by the "name" field of the related entity as suggested byrelated_field_names
. This requires MongoDB 3.2+ when using the MongoDB Provider.