Releases: arangodb/python-arango
Releases · arangodb/python-arango
3.3.0
3.2.2
3.2.0
- Added new method
user_access
inarango.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
- Added new methods
async_jobs
andclear_async_jobs
inarango.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
- 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.