Skip to content

7.0.0

Compare
Choose a tag to compare
@joowani joowani released this 20 Feb 04:09
· 197 commits to main since this release
  • 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.