From af4395dcfec01f4781c8e04d16de7a8f304171fb Mon Sep 17 00:00:00 2001 From: Bastien Boutonnet Date: Tue, 1 Dec 2020 08:47:49 +0100 Subject: [PATCH] Update changelog for 1.0.2 --- CHANGELOG.rst | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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 ---------