Releases: arangodb/python-arango
Releases · arangodb/python-arango
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.