Skip to content

Releases: h2oai/cloud-discovery-py

v2.0.0

19 Apr 13:31
d444df1
Compare
Choose a tag to compare

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

05 Dec 09:27
6dbfbd6
Compare
Choose a tag to compare

1.1.1 (2023-12-04)

Documentation

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

v1.1.0

18 Sep 07:46
da54094
Compare
Choose a tag to compare

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

12 May 14:53
5397e4a
Compare
Choose a tag to compare

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

15 Mar 08:41
fdac327
Compare
Choose a tag to compare

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

v1.0.0-rc.1

08 Mar 07:39
e24d060
Compare
Choose a tag to compare

v1.0.0-alpha.1

28 Feb 12:12
e24d060
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

What's Changed

  • feat: add support for version field in the environment by @zoido in #24

Full Changelog: v0.2.0-alpha...v1.0.0-alpha.1

v0.2.0-alpha BREAKING CHANGE

08 Feb 14:40
27cd79a
Compare
Choose a tag to compare
Pre-release

https://pypi.org/project/h2o-cloud-discovery/0.2.0a0/

  • added synchronous discover endpoint

BREAKING CHANGE:
Default h2o_discovery.discover() is now synchronous. asynchronous endpoint was renamed to h2o_discovery.discover_async()

Full Changelog: v0.1.0-alpha.1...v0.2.0-alpha

v0.1.0-alpha.1

12 Dec 09:36
3e32a83
Compare
Choose a tag to compare
v0.1.0-alpha.1 Pre-release
Pre-release

Initial Release