Releases: h2oai/cloud-discovery-py
Releases · h2oai/cloud-discovery-py
v2.2.1
2.2.1 (2025-01-09)
Bug Fixes
- 🐛 Make addition of links to the discovery model backward compatible (#115) (fd994c4)
v2.2.0
2.2.0 (2025-01-08)
Features
- ✨ Discover registered links when available (#112) (8d584dd)
v2.1.1
2.1.1 (2024-11-11)
Bug Fixes
- 🐛 pass the timeout and ssl_context to the httpx (#105) (106dbf2), closes #104
v2.1.0
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)
v2.0.0
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)
v1.1.1
1.1.1 (2023-12-04)
Documentation
- 📝 Reflect new features in the README (#79) (375969b)
v1.1.0
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)
v1.0.1
1.0.1 (2023-05-12)
Documentation
- 📝 document environment version format (#29) (1bf6f4a)
- 📝 use Sphinx
#:
comments to document model fields (#51) (ff3a4f8)
v1.0.0
What's Changed
- ci: 👷 extract all jobs to reusable worklows by @zoido in #25
- ci: 👷 running workflow in merge queue by @zoido in #26
- build(deps): bump certifi from 2022.9.24 to 2022.12.7 by @dependabot in #27
New Contributors
Full Changelog: v1.0.0-rc.1...v1.0.0