From 7a06046e2bfe095781d17be61e4632ee5128f672 Mon Sep 17 00:00:00 2001 From: Dj Date: Sun, 29 Mar 2020 14:57:43 -0700 Subject: [PATCH] http-retries - documented changes for issue (#347) (#460) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31b1be4..ba4a44b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed +- Client retry logic has changed as it now uses urllib3's `Retry` in conjunction with requests `Session` +- The session is customizable as it allows for: + - status_forcelist + - retries + - status_retries + - backoff_factor + ## [2.10.0] - 2020-03-18 ### Added