Skip to content

Releases: LKDevelopment/hetzner-cloud-php-sdk

v2.7.1

Choose a tag to compare

@LKaemmerling LKaemmerling released this 17 Apr 11:22
89cd083

What's Changed

New Contributors

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

v2.7.0

Choose a tag to compare

@LKaemmerling LKaemmerling released this 13 Dec 06:17
b6bb900

What's Changed

New Contributors

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

v2.6.2

Choose a tag to compare

@LKaemmerling LKaemmerling released this 09 May 05:18
a646838

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

Choose a tag to compare

@LKaemmerling LKaemmerling released this 24 Apr 12:25
e8bdd47

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

Choose a tag to compare

@LKaemmerling LKaemmerling released this 18 Oct 07:20
0df11db

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

Choose a tag to compare

@LKaemmerling LKaemmerling released this 07 Dec 07:05
6701cb5

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

Choose a tag to compare

@LKaemmerling LKaemmerling released this 12 Oct 04:52
8d7231d

What's Changed

New Contributors

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

v2.4.0

Choose a tag to compare

@LKaemmerling LKaemmerling released this 12 Mar 06:02
d894ce4
  • Add support for Firewalls

v2.3.0

Choose a tag to compare

@LKaemmerling LKaemmerling released this 03 Feb 09:41
28ea030
  • 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

Choose a tag to compare

@LKaemmerling LKaemmerling released this 05 Oct 09:52
4a4a694

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