Releases: kashifpk/arango-orm
Releases · kashifpk/arango-orm
v1.1.0
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
- @Adrian-at-CrimsonAzure made their first contribution in #1
Full Changelog: v1.0.3...v1.1.0
v1.0.3
Full Changelog: 1.0.2...v1.0.3
1.0.2
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
Improved documentation and events.
Version 1.0.0
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
0.7.2 Project homepage and repo urls.
Version 0.7.1
- Schema fixes
- Query.full_count
- Switch to poetry and pyproject.toml