Skip to content

Releases: arangodb/python-arango

7.5.0

22 Sep 08:53
fd38882

Choose a tag to compare

What's Changed

  • Remove discontinued Collection.export method
  • Add read_timeout option in ArangoClient
  • Add changes for ArangoDB 3.10

Full Changelog: 7.4.1...7.5.0

7.4.1

28 Jun 22:46
76ca077

Choose a tag to compare

What's Changed

  • Prevent batch_size parameter usage when overwrite is set to True in bulk_import by @aMahanna in #209

Full Changelog: 7.4.0...7.4.1

7.4.0

27 Jun 15:05
917f699

Choose a tag to compare

What's Changed

  • Re-introduce setuptools-scm with correct usage by @aMahanna in #206
  • Add batch_size parameter in import_bulk method by @aMahanna in #207

Full Changelog: 7.3.4...7.4.0

7.3.4

08 May 06:26

Choose a tag to compare

What's Changed

  • Make overriding TLS verification optional

Full Changelog: 7.3.3...7.3.4

7.3.3

13 Apr 16:07
7d8d9e0

Choose a tag to compare

What's Changed

Full Changelog: 7.3.2...7.3.3

7.3.2

01 Apr 03:07

Choose a tag to compare

  • Remove setuptools_scm from depedency and switch back to manual versioning
  • Bump up versions of some other dependencies
  • Drop official support for Python 3.6 (should still work for now)

7.3.1

01 Feb 18:10
4104cc3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.3.0...7.3.1

7.3.0

16 Dec 20:04
1900f4a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.2.0...7.3.0

7.2.0

30 Jun 04:54
ff990fd

Choose a tag to compare

  • Add bind_vars parameter to AQL.explain method.

7.1.0

25 Feb 07:51

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.