3.0.0b1 (2023-09-22)
Removed
- Support for
simplejson
if was present in environment. - Submodule
compat
.
Added
- Oriented-object headers. Access them through the new property
oheaders
in yourResponse
. - Propagated the argument
retries
inniquests.api
for all functions. - Added argument
retries
in theSession
constructor.
Fixed
- No configured retry of your HTTP requests but getting exception
MaxRetryError
nonetheless.