- 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
- 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
- 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
- Updated documentation.
2.1.0
- Added support for miscellaneous API endpoints.
2.0.0
- Added support for ArangoDB version 2.6. - Added support for user management and monitoring.