http-retries - documented changes for issue (#347) (#460)

This commit is contained in:
Dj 2020-03-29 14:57:43 -07:00 committed by GitHub
parent 024a6c96d4
commit 7a06046e2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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