Skip to content

Releases: ioxiocom/arangodantic

0.3.1

05 Aug 10:56
023a9e0
Compare
Choose a tag to compare

0.3.1 - 2022-08-05

Changed

  • Switch from Travis CI to GitHub actions.

Added

  • Add back support for Python 3.7.

0.3.0

04 Aug 07:40
Compare
Choose a tag to compare

0.3.0 - 2022-08-04

Removed

  • Remove support for Python 3.7.

Changed

  • Update dependencies.
  • Updates due to rename of GitHub organization.

0.2.0

22 Jun 12:24
16f09b4
Compare
Choose a tag to compare

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.