Skip to content

Releases: LKDevelopment/hetzner-cloud-php-sdk

v2.6.0

18 Oct 07:20
0df11db

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

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

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

Choose a tag to compare

  • Add support for Firewalls

v2.3.0

03 Feb 09:41
28ea030

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

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

v2.2.1

22 Jul 05:30

Choose a tag to compare

  • Make package requirements less strict
  • Bugfix: getByName functions had a wrong return type and failed when a resource was not found by name #50

v2.2.0

22 Jun 11:57
3f180a1

Choose a tag to compare

  • Feature: Allow specifying labels on createImage
  • Feature: Allow creation of Servers with Networks
  • Bugfix: The name of ISOs is not set on private ISOs, use the ID instead

v2.1.0

04 May 10:12
0304d32

Choose a tag to compare

  • Bugfix: Fix wrong Guzzle Client Type on Server, Volume and FloatingIp Model.
  • Feature: Allow overriding of Guzzle Client configuration on LKDev\HetznerCloud\Clients\GuzzleClient

v2.0.1

31 Jan 09:59
610b48f

Choose a tag to compare

  • Bugfix: Floating IP description which can be null #36