Skip to content

Releases: python-trio/trustme

1.2.0

07 Oct 10:30
v1.2.0
40e0fca
Compare
Choose a tag to compare

Features

  • Add support for Python 3.13. (#664)
  • Allow setting of cert's notBefore attribute (#628)

Bugfixes

  • Add the Authority Key Identifier extension to child CA certificates. (#642)

Deprecations and Removals

  • Remove support for Python 3.8 and PyPy 3.9. (#664)

1.1.0

07 Oct 10:31
v1.1.0
Compare
Choose a tag to compare

Features

  • Allow os.PathLike in typing of Blob.write_to_path. #606
  • Add support for PyPy 3.10 and Python 3.12. #609

Deprecations and Removals

  • Remove support for Python 3.7. #609