Skip to content

Releases: arangodb/python-arango

7.2.0

30 Jun 04:54
ff990fd
Compare
Choose a tag to compare
  • Add bind_vars parameter to AQL.explain method.

7.1.0

25 Feb 07:51
Compare
Choose a tag to compare
  • Changed default request timeout from 5 to 60 seconds.
  • Added ArangoClient.close() method to expose a way for users to close HTTP sessions.

7.0.1

20 Feb 04:39
Compare
Choose a tag to compare
  • Fix broken logo in PyPI

7.0.0

20 Feb 04:09
Compare
Choose a tag to compare
  • 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.

6.1.0

15 Nov 22:05
Compare
Choose a tag to compare
  • Properly handle foxx configuration and dependencies.
  • Support modifying/deleting schemas (example).

6.0.0

28 Aug 17:13
Compare
Choose a tag to compare
  • Added support for ArangoDB version 3.7.
  • Added support for schema validation.
  • Added hot backup API (enterprise edition only).
  • Added support for other API changes. See ArangoDB 3.7 REST API changelog for more information.
  • Removed support for MMFiles.
  • Removed support for Python 2.7.

5.4.0

08 Mar 02:00
Compare
Choose a tag to compare

5.3.0

28 Feb 08:37
Compare
Choose a tag to compare

5.2.1

31 Oct 10:16
Compare
Choose a tag to compare
  • Fixed KeyError bug in format_index function.

5.2.0

22 Sep 04:12
Compare
Choose a tag to compare
  • Fixed a bug where some of the outputs from ArangoDB were not formatted corrected.
  • Added support for Replication API.
  • Added support for Cluster API.
  • Added new methods to WAL API.