Skip to content

Releases: Mastercard/oauth1-signer-python

v1.1.3

27 Jun 09:05
76db8e6

Choose a tag to compare

  • Fixed #2 ("If the request does not have an entity body, the hash should be taken over the empty string")
  • Removed unused 'self' param from static functions

v1.1.2

20 Jun 14:34
c3246fa

Choose a tag to compare

  • Fixed requirements.txt with missing dependencies
  • Removed unused dependencies from setup.py
  • Updated README.md
  • General clean-up
  • Added Python 3.8-dev to the Travis CI environments

v1.1.1

30 May 16:08
dcc2b00

Choose a tag to compare

  • Fixed encoding issue for POST requests

v1.1.0

30 May 14:36
1d4da98

Choose a tag to compare

  • Added interceptor for OpenAPI generated clients
  • Fixed some bugs
  • Added badges to README.md