* Use the same default value for `cacheCredentials` in both development and production environments. * Update Makefile for better Python 3 compatibility.
0.2.2
* Add function for downloading data. * Call `raise_for_status()` when not using SDK class. * Reintroduce Python 3.6 support.
0.2.1
* Check if `refresh token` is expired before calling `KeycloakOpenID.refresh_token()`.
0.2.0
* Change default environment to production. * Add `simple-dataset-authorizer`.
0.1.0
* Get default value from `s3SignedData` if it doesn't exist. * Return both status and status ID for uploads to a dataset. * Add support for `taskConfig`. * Add support for status API.
0.0.19
* Remove `DataExistError`. * Use `self.post()` in `PostEvent`. * Use `response.raise_for_status()` as sole error handling in SDK.