Skip to content

Latest commit

 

History

History
76 lines (45 loc) · 1.49 KB

Changes.rst

File metadata and controls

76 lines (45 loc) · 1.49 KB

Changes for v0.5.0 (2024-02-21)

  • Add max_clock_skew to HTTPMessageVerifier (#11)
  • Documentation and test infrastructure improvements

Changes for v0.4.4 (2022-08-31)

  • Fix call signature in RSA_V1_5_SHA256 algorithm
  • Test improvements

Changes for v0.4.3 (2022-04-19)

  • Relocate VerifyResult

Changes for v0.4.2 (2022-04-19)

  • Fix casting bug

Changes for v0.4.1 (2022-04-19)

  • Add type information
  • Clean up algorithms namespace
  • Use max-age=24h by default

Changes for v0.4.0 (2022-04-14)

  • Validate created and expires params

Changes for v0.3.0 (2022-04-12)

  • Support query parameter addressing

Changes for v0.2.3 (2022-04-12)

  • Raise InvalidSignature in more code paths
  • Return related request method
  • Clarify that sign and verify work on both requests and responses

Changes for v0.2.2 (2022-04-10)

  • Add body placeholder

Changes for v0.2.1 (2022-04-10)

  • Return VerifyResult in verifier

Changes for v0.2.0 (2022-04-10)

  • Organize exceptions

Changes for v0.1.0 (2022-04-09)

  • Initial release.

Changes for v0.0.3 (2022-04-04)

  • Begin http-message-signatures