Skip to content

1.4.0

Compare
Choose a tag to compare
@birnbaum birnbaum released this 12 Jun 13:12
· 25 commits to master since this release
0cd5fd9

1.4.0 - 12.06.2020

Changed

  • The underlying HTTP client is now configured to automatically retry requests that return a status code of "429 Too Many Requests", "502 Bad Gateway", "503 Service Unavailable" and "504 Gateway Timeout".

Fixed

  • Some tests were still calling get_bucket() from the constructor of GCSFS.