Skip to content

Version 0.11.0

Compare
Choose a tag to compare
@amol- amol- released this 14 Nov 23:37
· 13 commits to master since this release
  • 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 by related_field_names. This requires MongoDB 3.2+ when using the MongoDB Provider.