* Some minor non-functional code reformatting. * Changing emitted logs to use lazy %-based evaluation rather than upfront "".format * Changing an error-level log to a warning-level log (request failures). These still throw the actual exception to be caught and handled by the calling code.
8.0.0
* Add support for python 3.10 and 3.11 * Drop support for end-of-lifed python 3.6
7.0.0
* PyPI distribution no longer includes `integration_test`, `tests` and `utils` modules which were not intended for client use.
6.4.1
* Fix authentication when using PyJWT 2.6.0 - which now more strictly validates tokens with `iat` in the future.
6.4.0
* Added support for `confirm_email_before_download` and `retention_period` security features for sending files by email.
6.3.0
* Added a default timeout of 30s to the `BaseAPIClient`