3.8.0
-
Duplicated several methods in
arango.client.ArangoClienttoarango.database.Databaseto allow non-root users access to the API operations (only root user could call them before). More information on the duplicated methods and their usage can be found in the following pages: -
Added new method
arango.client.ArangoClient.asynchronousto replace the soon-to-be-deprecated methodarango.client.ArangoClient.async(due to name conflict with Python 3.7+ keywordasync). The changes are reflected in http://python-driver-for-arangodb.readthedocs.io/en/master/async.html.