Releases: kiwicom/request-session
Releases · kiwicom/request-session
remove auth and headers from request_params on error
don't log headers and auth in verbose_logging
feat(verbose_logging): exclude auth and headers from logging (#26) * feat(verbose_logging): exclude auth and headers from logging they can contain secrets or objects that are not serializable * chore(version): release 0.16.1
v0.16.0 release
- bump python version to 3.11
- remove python 3.6, 3.7 and 3.8 from supported versions
- added python 3.10 and 3.11 to supported versions
- upgrade requirements
Release v0.15.0
add option to retry on client errors (retriable_client_errors
)