You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added strict type hinting. Your code completion in IDEs should be even better now!
Removed deprecated parameter read_collections from Database.aql.execute.
Removed deprecated parameter write_collections from Database.aql.execute.
Completely dropped support for Python 2.7 and Python 3.5.
Renamed some internal classes.
Moved from Travis CI to GitHub Actions.
Added retries and timeout to the default HTTP client.
VertexCollection and EdgeCollection now have access to more methods like insert_many, import_bulk (on parity with StandardCollection). NOTE: The newly exposed multi-document operations do not provide the same transactional guarantees and validations that single-document operations do.