Skip to content

Latest commit

 

History

History
101 lines (49 loc) · 5.82 KB

CHANGELOG.md

File metadata and controls

101 lines (49 loc) · 5.82 KB

Changelog

3.0.0 (2025-01-22)

⚠ BREAKING CHANGES

  • Now requires requires httpx >= 0.23.0
  • Do not officially support Python 3.8 anymore

Performance Improvements

  • ⚡️ Fetch data concurrently in async mode (#117) (2a8f8ea)

Build System

  • Do not officially support Python 3.8 anymore (5a6972e)
  • Now requires requires httpx >= 0.23.0 (5a6972e)

2.2.1 (2025-01-09)

Bug Fixes

  • 🐛 Make addition of links to the discovery model backward compatible (#115) (fd994c4)

2.2.0 (2025-01-08)

Features

  • ✨ Discover registered links when available (#112) (8d584dd)

2.1.1 (2024-11-11)

Bug Fixes

  • 🐛 pass the timeout and ssl_context to the httpx (#105) (106dbf2), closes #104

2.1.0 (2024-07-25)

Features

  • ✨ expose http timeout and ssl_context options on the entry functions (#101) (f63a371), closes #100
  • Use default ssl context by default (f63a371)

Bug Fixes

  • Use nase inherited constructor in sync Client (f63a371)

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)