Skip to content

Releases: hetznercloud/hcloud-python

v1.29.1

26 Sep 11:22
9f36c42
Compare
Choose a tag to compare

1.29.1 (2023-09-26)

Bug Fixes

  • prevent api calls when printing bound models (#305) (c1de7ef)

v1.29.0

25 Sep 11:01
5a73075
Compare
Choose a tag to compare

1.29.0 (2023-09-25)

Features

  • add domain attribute type hints to bound models (#300) (6d46d06)
  • firewalls: add applied_to_resources to FirewallResource (#297) (55d2b20)

Bug Fixes

  • missing BaseDomain base class inheritance (#303) (0ee7598)

Dependencies

  • update actions/checkout action to v4 (#295) (c02b446)
  • update dependency sphinx to >=7.2.2,<7.3 (#291) (10234ea)
  • update dependency sphinx to v7 (#211) (f635c94)
  • update pre-commit hook asottile/pyupgrade to v3.11.0 (#298) (4bbd0cc)
  • update pre-commit hook asottile/pyupgrade to v3.11.1 (#299) (2f9fcd7)
  • update pre-commit hook asottile/pyupgrade to v3.13.0 (#301) (951dbf3)
  • update pre-commit hook pre-commit/mirrors-prettier to v3.0.3 (#294) (381e336)
  • update pre-commit hook psf/black to v23.9.1 (#296) (4374a7b)

Documentation

  • load token from env in examples scripts (#302) (f18c9a6)

v1.28.0

17 Aug 12:45
7cad30f
Compare
Choose a tag to compare

1.28.0 (2023-08-17)

Features

  • add load balancer target health status field (#288) (5780418)
  • implement resource actions clients (#252) (4bb9a97)

Dependencies

  • update dependency coverage to >=7.3,<7.4 (#286) (a4df4fa)
  • update dependency mypy to >=1.5,<1.6 (#284) (9dd5c81)
  • update pre-commit hook pre-commit/mirrors-prettier to v3.0.2 (#287) (6bf03cb)

Documentation

v1.27.2

09 Aug 16:38
2eb1e6d
Compare
Choose a tag to compare

1.27.2 (2023-08-09)

Documentation

v1.27.1

08 Aug 12:52
c5447ab
Compare
Choose a tag to compare

1.27.1 (2023-08-08)

Bug Fixes

  • missing long_description content_type in setup.py (#279) (6d79d1d)

v1.27.0

08 Aug 12:21
344c955
Compare
Choose a tag to compare

1.27.0 (2023-08-08)

Features

Bug Fixes

  • allow omitting datacenter when creating a primary ip (#171) (4375dc6)
  • ineffective doc strings (#266) (bb34df9)
  • invalid attribute in placement group (#258) (23b3607)

Dependencies

  • update pre-commit hook asottile/pyupgrade to v3.10.1 (#261) (efa5780)
  • update pre-commit hook pre-commit/mirrors-prettier to v3.0.1 (#269) (2239b0b)
  • update pre-commit hook pycqa/flake8 to v6.1.0 (#260) (fd01384)

Documentation

v1.26.0

19 Jul 10:32
91b7285
Compare
Choose a tag to compare

1.26.0 (2023-07-19)

Features

v1.25.0

14 Jul 13:24
a84592e
Compare
Choose a tag to compare

1.25.0 (2023-07-14)

Features

  • add details to raise exceptions (#240) (cf64e54)
  • move hcloud.hcloud module to hcloud._client (#243) (413472d)

Dependencies

  • update pre-commit hook asottile/pyupgrade to v3.9.0 (#238) (0053ded)
  • update pre-commit hook pre-commit/mirrors-prettier to v3 (#235) (047d4e1)
  • update pre-commit hook psf/black to v23.7.0 (#239) (443bf26)

v1.24.0

03 Jul 14:54
e20aad7
Compare
Choose a tag to compare

1.24.0 (2023-07-03)

Features

Dependencies

  • update pre-commit hook asottile/pyupgrade to v3.8.0 (#232) (27f21bc)

v1.23.1

30 Jun 08:40
aa6d1e1
Compare
Choose a tag to compare

1.23.1 (2023-06-30)

Bug Fixes

  • handle Z timezone in ISO8601 datetime format (#228) (6a5c3f4), closes #226