requests-http-signature/Changes.rst

72 lines
1.5 KiB
ReStructuredText
Raw Normal View History

2022-04-19 20:39:44 +02:00
Changes for v0.7.1 (2022-04-19)
===============================
- Add typing information
- Documentation improvements
2022-04-15 04:18:56 +02:00
Changes for v0.7.0 (2022-04-14)
===============================
- Use max-age, auto-cover Authorization header
- Documentation improvements
2022-04-12 21:02:12 +02:00
Changes for v0.6.0 (2022-04-12)
===============================
- Support verifying responses
- Documentation improvements
2022-04-11 07:10:36 +02:00
Changes for v0.5.0 (2022-04-10)
===============================
- Pass through verified body in VerifiedRequest
2022-04-11 02:24:58 +02:00
Changes for v0.4.0 (2022-04-10)
===============================
- Add require_components to verify; expand docs
2022-04-10 23:55:45 +02:00
Changes for v0.3.0 (2022-04-10)
===============================
- Update package to follow the latest draft
- Test and release infrastructure updates
2020-08-29 21:50:02 +02:00
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
2018-11-06 03:52:16 +01:00
Changes for v0.1.0 (2018-11-05)
===============================
- Support using a Signature header instead of Authorization header.
- Add RSA512 algorithm.
2017-09-19 18:58:31 +02:00
Changes for v0.0.3 (2017-09-19)
===============================
- HTTPSignatureAuth.verify: Rely only on request.url, not path\_url
- Docs improvements (PR #1 from kennethreitz/patch-1)
2017-08-22 23:50:09 +02:00
Changes for v0.0.2 (2017-08-22)
===============================
- Require key ID
- Make verify a class method for clarity
2017-08-22 21:07:16 +02:00
Changes for v0.0.1 (2017-08-22)
===============================
Initial release.