Skip to content

Releases: h2oai/authn-py

v2.1.0

26 Jul 08:23
b98297f
Compare
Choose a tag to compare

2.1.0 (2024-07-25)

Features

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

v2.0.1

12 Jul 12:51
2252551
Compare
Choose a tag to compare

2.0.1 (2024-07-12)

Bug Fixes

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

v2.0.0

05 Feb 16:26
9d97bc1
Compare
Choose a tag to compare

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)

v1.1.1

05 Dec 09:24
7d262a6
Compare
Choose a tag to compare

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)

v1.1.0

18 Sep 15:47
45e7c85
Compare
Choose a tag to compare

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)

v1.0.0

08 Mar 09:48
24381e9
Compare
Choose a tag to compare

What's Changed

  • Bump httpx from 0.22.0 to 0.23.0 by @dependabot in #29
  • _BaseTokenProvider is not abstract. by @zoido in #32
  • Include Python 3.11 in the test matrix by @zoido in #30
  • Use non-dev version of Python 3.11 in pipeline by @zoido in #33
  • Update actions versions by @zoido in #34
  • Bump certifi from 2021.10.8 to 2022.12.7 by @dependabot in #35
  • chore: 💚 remove pip caching from the release WF by @zoido in #36
  • chore: 💚 use poetry sessioon for lint by @zoido in #38
  • chore: 💚 fix build check matrix to use set version by @zoido in #39

Full Changelog: v0.1.1...v1.0.0

https://pypi.org/project/h2o-authn/1.0.0/