Improvements: - Added support for billing breakdown (analysis, storage and egress)
2.1.0
Improvements: * Added project category support.
2.0.1
Bugfixes: - Fixed terminal_states not being iterable in status enums
2.0.0
Improvements: - Removed python 2 and 3.5 support. Python 3.6 is now the minimum version. - Added AutomationStatus and TaskStatus enums with `terminal_states` property to check if they are finished - Moved from Travis to Github Actions CI
1.1.1
Improvements: - Better handling of non JSON responses
1.1.0
Improvements: - Retry policies are revised and unified - Default timeout for uploads and downloads is raised to 300s - Default part_size for uploads has been set to 32Mb
Bugfixes: - When passed, download chunk_size will now be accurately calculated - Fixed randomly failing upload tests