Skip to content

Releases: kashifpk/arango-orm

v1.1.0

14 Oct 01:24
d25f316
Compare
Choose a tag to compare

What's Changed

  • Add _annotations to Collection by @Adrian-at-CrimsonAzure in #1
  • Graph.expand no longer uses the endpoint via python-arango as it was deprecated and now removed in ArangoDB. Instead graph expand now builds AQL query for graph traversal.

New Contributors

Full Changelog: v1.0.3...v1.1.0

v1.0.3

17 Sep 13:46
Compare
Choose a tag to compare

Full Changelog: 1.0.2...v1.0.3

1.0.2

21 Mar 15:56
Compare
Choose a tag to compare

Bugfixes for relationship function and handling of document key_ and rev_ after add/update operations.

Full Changelog: 1.0.1...1.0.2

Version 1.0.1

04 Oct 15:54
Compare
Choose a tag to compare

Improved documentation and events.

Version 1.0.0

30 Sep 22:52
Compare
Choose a tag to compare

Version 1.0.0 based on pydantic 2 instead of marshmallow. Uses typehints and pydantic models for defining collections etc.

Update project homepage and repo url

04 Jun 18:26
Compare
Choose a tag to compare
0.7.2

Project homepage and repo urls.

Version 0.7.1

04 Jun 18:16
Compare
Choose a tag to compare
  • Schema fixes
  • Query.full_count
  • Switch to poetry and pyproject.toml