* Now caching `requests` sessions so that open connections can be reused (which can significantly speed things up sometimes) * Disable `keep-alive` when uploading/downloading files by default
1.2.5
* Fixed an off-by-one bug in `utils.auto_retry()` (which could sometimes result in `AttributeError`) * Retry the whole request for `upload()`, `download()` and `download_public()` * Set `stream=True` for `download()` and `download_public()` * Other minor fixes
1.2.4
* Fixed `TokenObject` having `exprires_in` instead of `expires_in` (fixed a typo)
1.2.3
* Fixed a `TypeError` when `WrongResourceTypeError` is raised
1.2.2
* `refresh_token()` no longer requires a valid or empty token.