Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 827 Bytes

CHANGELOG.md

File metadata and controls

36 lines (20 loc) · 827 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

  • ...

[0.2.2] – 2023-12-07

  • Add code linter

[0.2.1] – 2023-07-14

  • Disable expiration verification
  • Add missing header discovery

[0.2.0] – 2023-06-13

  • Add support for signature verification using a JWKS: TrueLayerSigning.verify_with_jwks(jwks) and TrueLayerSigning.extract_jws_header(signature).

[0.1.2] – 2023-05-19

  • Fix conflict with JWT library

[0.1.1] – 2023-05-17

  • Fix webhook server example

[0.1.0] – 2023-01-09

  • Add TrueLayerSigning.sign_with_pem and TrueLayerSigning.verify_with_pem(pem).