Releases: soda480/rest3client
Releases · soda480/rest3client
v0.7.0
- add apikey authentication
- add support for files
- use json dumps default to mitigate TypeError
- use redacting log formatter
- use pyb for test coverage
v0.6.0
- add ability to specify private key for certificate-based authentication
- add build support for Python 3.11 and 3.12
- document CABundle default and override options
v0.5.1
- add ability to build against all targeted Python versions
v0.5.0
- implement paging for apis that leverage link headers
- update codiga badge
v0.4.0
- Update build to Python v3.9
v0.3.5
- Add ability to acquire cabundle from REQUESTS_CA_BUNDLE environment variable
v0.3.4
- Add support for HEAD method
- Add wraps to decorator
v0.3.3
- Add support for token authentication
v0.3.2
- Update build add pybuilder plugins for radon and bandit
v0.3.1
- simplified logging of retry methods
- enabled readme to be published as PyPi description