Skip to content

Releases: arangodb/python-arango

3.3.0

08 Sep 05:48
Compare
Choose a tag to compare
  • Added new arguments check_cert and use_session to ArangoClient to allow more control over the default HTTP client using the requests library.

3.2.2

26 Aug 20:13
Compare
Choose a tag to compare
  • Changed the ArangoClient's default host to 127.0.0.1 from localhost.
  • Updated README and documentation.

3.2.0

25 Aug 03:51
Compare
Choose a tag to compare
  • Added new method user_access in arango.ArangoClient (please refer to the documentation for more details).
  • Fixed a bug where user passwords were not getting updated properly
  • Added logic for logging the full URL with the arango logger, not just the endpoint.
  • Cleaned up and improve documentation.
  • Added more tests for user management.

3.1.0

23 Aug 04:48
Compare
Choose a tag to compare
  • Added new methods async_jobs and clear_async_jobs in arango.ArangoClient (please refer to the documentation for more details).
  • Improved the tests (100% coverage with no mocks!).
  • Refactored some exception names for consistency.
  • Improved logic for handling HTTP status codes when dealing with async API.

3.0.0

17 Aug 05:42
Compare
Choose a tag to compare
  • Added support for ArangoDB version 3.x.
  • Discontinued support for ArangoDB version 2.x.
  • Improved the API methods across the board.
  • Added support for transactions.
  • Added support for async execution.
  • Added support for batch execution.
  • Added documentation on readthedocs.

2.2.0

11 Nov 04:50
Compare
Choose a tag to compare
  • Updated documentation.

2.1.0

31 Aug 06:03
Compare
Choose a tag to compare
  • Added support for miscellaneous API endpoints.

2.0.0

17 Aug 01:09
Compare
Choose a tag to compare
  • Added support for ArangoDB version 2.6.
  • Added support for user management and monitoring.

1.4.0

16 Jun 17:35
Compare
Choose a tag to compare
  • Added support for more API endpoints.

1.3.0

14 Jun 15:01
Compare
Choose a tag to compare
  • Added support for ArangoDB version 2.5.