Skip to content

Releases: soda480/rest3client

v0.7.0

22 Mar 20:32
0e1e58d
Compare
Choose a tag to compare
  • 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

22 Nov 20:11
215394c
Compare
Choose a tag to compare
  • 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

11 Jul 03:04
4e3a374
Compare
Choose a tag to compare
  • add ability to build against all targeted Python versions

v0.5.0

13 Dec 20:56
a8ca1c8
Compare
Choose a tag to compare
  • implement paging for apis that leverage link headers
  • update codiga badge

v0.4.0

24 Sep 22:52
1953582
Compare
Choose a tag to compare
  • Update build to Python v3.9

v0.3.5

14 Sep 19:01
3a0315d
Compare
Choose a tag to compare
  • Add ability to acquire cabundle from REQUESTS_CA_BUNDLE environment variable

v0.3.4

27 Apr 19:40
40d24e4
Compare
Choose a tag to compare
  • Add support for HEAD method
  • Add wraps to decorator

v0.3.3

08 Apr 02:02
309722b
Compare
Choose a tag to compare
  • Add support for token authentication

v0.3.2

24 Mar 16:01
9294ef4
Compare
Choose a tag to compare
  • Update build add pybuilder plugins for radon and bandit

v0.3.1

22 Feb 19:13
f1ab2a2
Compare
Choose a tag to compare
  • simplified logging of retry methods
  • enabled readme to be published as PyPi description