Skip to content

Latest commit

 

History

History
49 lines (25 loc) · 3.28 KB

CHANGELOG.md

File metadata and controls

49 lines (25 loc) · 3.28 KB

Changelog

2.0.0 (2024-04-19)

⚠ BREAKING CHANGES

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

Documentation

  • 📝 remove confusing example from README (#95) (3da6c74)

Build System

  • 💥 remove support for Python 3.7 (be67542)

Continuous Integration

  • 👷 extend testing matrix of the httpx dependency (#88) (b6fca62)

1.1.1 (2023-12-04)

Documentation

  • 📝 Reflect new features in the README (#79) (375969b)

1.1.0 (2023-09-18)

Features

  • ✨ add support for reading client credentials from the local H2O CLI config file (#68) (16eb15f)
  • ✨ add support for reading credentials from the environment variables (#67) (f7e44fe)
  • ✨ add support for reading endpoint from the local H2O CLI configuration file (#69) (89727c3)
  • ✨ allow to set timeout and ssl_context for the underlying http client. (#76) (d164e30), closes #28
  • 🏷️ mark package as typed (#73) (13ad7db)
  • 🥅 handle errors that hint discovery server not being enabled in environment. (#71) (3e4a0e3)

1.0.1 (2023-05-12)

Documentation

  • 📝 document environment version format (#29) (1bf6f4a)
  • 📝 use Sphinx #: comments to document model fields (#51) (ff3a4f8)