Releases: arangodb/python-arango
Releases · arangodb/python-arango
3.2.2
26 Aug 20:13
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
2.1.0
31 Aug 06:03
Compare
Sorry, something went wrong.
No results found
Added support for miscellaneous API endpoints.
2.0.0
17 Aug 01:09
Compare
Sorry, something went wrong.
No results found
Added support for ArangoDB version 2.6.
Added support for user management and monitoring.
1.4.0
16 Jun 17:35
Compare
Sorry, something went wrong.
No results found
Added support for more API endpoints.
1.3.0
14 Jun 15:01
Compare
Sorry, something went wrong.
No results found
Added support for ArangoDB version 2.5.
1.2.0
24 Jan 05:06
Compare
Sorry, something went wrong.
No results found
Added support for Python 3.x.