Skip to content

Releases: LKDevelopment/hetzner-cloud-php-sdk

v2.7.1

17 Apr 11:22
89cd083
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.7.0...v2.7.1

v2.7.0

13 Dec 06:17
b6bb900
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.2...v2.7.0

v2.6.2

09 May 05:18
a646838
Compare
Choose a tag to compare

What's Changed

  • BUG: Servers create Firewalls Request Option should not get json encoded by @osthafen in #99

New Contributors

Full Changelog: v2.6.1...v2.6.2

v2.6.1

24 Apr 12:25
e8bdd47
Compare
Choose a tag to compare

What's Changed

  • Fix pagination to be nullable as it is stated in the docs by @LKaemmerling in #98

Full Changelog: v2.6.0...v2.6.1

v2.6.0

18 Oct 07:20
0df11db
Compare
Choose a tag to compare

What's Changed

  • [TASK] Update documentation links by @ayacoo in #89
  • [FEATURE] Implement Load Balancer Support by @ayacoo in #90
  • [FEATURE] Add primary ip support by @ayacoo in #88
  • Fix issue with volume creation by @mrbase in #87
  • Prevent API undefined property: stdClass:$server error when firewall has attached tags by @geisi in #83

New Contributors

Full Changelog: v2.5.1...v2.6.0

v2.5.1

07 Dec 07:05
6701cb5
Compare
Choose a tag to compare

Bugfix:

  • Fixed issues on PHP 8.1 that were caused by an older dependency (#79)

Full Changelog: v2.5.0...v2.5.1

v2.5.0

12 Oct 04:52
8d7231d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0

12 Mar 06:02
d894ce4
Compare
Choose a tag to compare
  • Add support for Firewalls

v2.3.0

03 Feb 09:41
28ea030
Compare
Choose a tag to compare
  • Add support for creating Certificates
  • Add support for creating resources with labels
  • Allow setting of "null" $dnsPtr value on changeReverseDNS of FloatingIP & Server, this resets the DNS PTR to the default value
  • Support PHP 8.0
  • Improve Creating Floating IPs

v2.2.2

05 Oct 09:52
4a4a694
Compare
Choose a tag to compare

Bugfixes:

  • Wrong Import Path on src/Models/Actions/ActionRequestOpts.php
  • Server->createImage did not work correctly when specifying not label

Notes:

  • Improved code quality with phpstan