Skip to content

Latest commit

 

History

History
53 lines (25 loc) · 2.68 KB

CHANGELOG.md

File metadata and controls

53 lines (25 loc) · 2.68 KB

Changelog

2.1.0 (2024-07-25)

Features

  • Use default ssl context by default (#96) (91cfa86)

2.0.1 (2024-07-12)

Bug Fixes

  • ⬆️ update h2o-cloud-discovery requirement (#84) (2506159)

2.0.0 (2024-02-05)

⚠ BREAKING CHANGES

  • Python 3.7 is no longer supported. The minimum supported version is now Python 3.8.

Features

  • 🧑‍💻 Implement __str__ for TokenEndpointError to provide more info in tracebacks. (#83) (7317215), closes #81

Build System

  • 💥 remove support for Python 3.7 (6d1dfce)

Continuous Integration

  • 👷 extend testing matrix of the httpx dependency (#80) (bd11cbf)

1.1.1 (2023-12-05)

Documentation

  • 📝 Fix discovery example in the README (#69) (7657e6e)
  • 📝 remove dropped service parameter from the discovery example in README (#71) (3e02562)

1.1.0 (2023-09-18)

Features

  • ✨ allow to set timeout and ssl_context for the underlying http client. (#61) (a9b836b)
  • ✨ optionally support creation of token providers from discovery objects (#54) (bb7608f)
  • 🏷️ mark package as typed (#53) (b6fdd48)