diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 09231b44..60c5c0cd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,17 @@ -sheetwork v1.0.1 Nicolas Jaar - Don't Break My Love (Pre-Release: 2020-11-25) -================================================================ +sheetwork v1.0.2 Nicolas Jaar - Killing Time (2020-12-01) +========================================================= + +Features +-------- + +- `#282 `_: Sheetwork now retries obtaining google sheets up to 3 times (max duration 10s) if it hits an ``APIError`` because the end-user or service account was rate limited or other common service availability errors encountered by end users. + + Check the PR to see the exact set of ``APIError`` that sheetwork will attempt retrying for. + + + +sheetwork v1.0.1 Nicolas Jaar - Don't Break My Love (2020-11-25) +============================================================================= Bug Fixes ---------