Skip to content

0.2.0

Compare
Choose a tag to compare
@joakimnordling joakimnordling released this 22 Jun 12:24
16f09b4

0.2.0 - 2021-06-22

Added

  • Add sort parameter to find and find_one methods in models.
  • Add full_count property to ArangodanticCursor.
  • Add offset parameter to be used together with limit in find.
  • Add from_key_ and to_key_ properties to edges.

Changed

  • Saving (especially edge models) through the graph can now raise a ModelNotFoundError
    instead of DocumentInsertError in certain cases.
  • Update pydantic to ^1.8.2 that fixes CVE-2021-29510.