Skip to content
Snippets Groups Projects
Unverified Commit e60b055f authored by Georg Krause's avatar Georg Krause
Browse files

Migrate changelog to markdown and update

parent 292a3c0d
No related branches found
No related tags found
No related merge requests found
Pipeline #20056 failed
Changes for v0.2.0 (2020-08-29) # CHANGELOG
===============================
- Implemented support for (created) and (expires) special headers (#14) ## Changes for v0.3.0 (2022-04-03)
- Make created field optional on verification
- Do not add created field if algorithm is rsa, hmac or ecdsa
- Set correct Scheme for HTTPSignatureHeaderAuth
- Remove python2 compatibility code
- Fix usage of class methods
## Changes for v0.2.0 (2020-08-29)
- Implemented support for (created) and (expires) special headers (#14)
- Raise informative error when unable to compute body digest - Raise informative error when unable to compute body digest
Changes for v0.1.0 (2018-11-05) ## Changes for v0.1.0 (2018-11-05)
===============================
- Support using a Signature header instead of Authorization header. - Support using a Signature header instead of Authorization header.
- Add RSA512 algorithm. - Add RSA512 algorithm.
Changes for v0.0.3 (2017-09-19) ## Changes for v0.0.3 (2017-09-19)
===============================
- HTTPSignatureAuth.verify: Rely only on request.url, not path\_url - HTTPSignatureAuth.verify: Rely only on request.url, not path\_url
- Docs improvements (PR #1 from kennethreitz/patch-1) - Docs improvements (PR #1 from kennethreitz/patch-1)
Changes for v0.0.2 (2017-08-22) ## Changes for v0.0.2 (2017-08-22)
===============================
- Require key ID - Require key ID
- Make verify a class method for clarity - Make verify a class method for clarity
Changes for v0.0.1 (2017-08-22) ## Changes for v0.0.1 (2017-08-22)
===============================
Initial release. Initial release.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment