2.1.1 (2024-11-11)
2.1.0 (2024-07-25)
- ✨ expose http timeout and ssl_context options on the entry functions (#101) (f63a371), closes #100
- Use default ssl context by default (f63a371)
- Use nase inherited constructor in sync
Client
(f63a371)
2.0.0 (2024-04-19)
- Python 3.7 is no longer supported. The minimum supported version is now Python 3.8.
- 💥 remove support for Python 3.7 (be67542)
1.1.1 (2023-12-04)
1.1.0 (2023-09-18)
- ✨ 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)