Skip to content

Releases: LKDevelopment/hetzner-cloud-php-sdk

v2.2.1

Choose a tag to compare

@LKaemmerling LKaemmerling released this 22 Jul 05:30
  • 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

Choose a tag to compare

@LKaemmerling LKaemmerling released this 22 Jun 11:57
3f180a1
  • 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

Choose a tag to compare

@LKaemmerling LKaemmerling released this 04 May 10:12
0304d32
  • 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

Choose a tag to compare

@LKaemmerling LKaemmerling released this 31 Jan 09:59
610b48f
  • Bugfix: Floating IP description which can be null #36

v2.0.0

Choose a tag to compare

@LKaemmerling LKaemmerling released this 24 Jan 11:54
  • The all-Method on the Models return now every entity of the requested resource. For the old behavior see list-Method

  • Added list-Method which allows better control over getting many entities

  • Added Request Opts for SSHKey, Location, Datacenter, Image and Action

  • Added Resources Interface to all Root Resource Clients like Networks and implemented all methods

  • Added Resource Interface to all specific resource clients like Server and implemented all methods

  • Removed deprecated functions: Server->changeName()

This release does not contain a breaking change!

v2.0.0-alpha.1

v2.0.0-alpha.1 Pre-release
Pre-release

Choose a tag to compare

@LKaemmerling LKaemmerling released this 09 Jan 10:27
  • The all-Method on the Models return now every entity of the requested resource. For the old behavior see list-Method

  • Added list-Method which allows a better control over getting many entities

  • Added Request Opts for SSHKey, Location, Datacenter, Image and Action

  • Added Resources Interface to all Root Resource Clients like Networks and implemented all methods

  • Added Resource Interface to all specific resource clients like Server and implemented all methods

  • Removed deprecated functions: Server->changeName()

v1.8.2

Choose a tag to compare

@LKaemmerling LKaemmerling released this 11 Nov 08:41
  • Fix wrong pagination Parameter (#29)

v1.8.1

Choose a tag to compare

@LKaemmerling LKaemmerling released this 21 Oct 04:29
  • Fix labels translation from json to array in Image, Network, SSHKey and Volume

v1.8.0

Choose a tag to compare

@LKaemmerling LKaemmerling released this 18 Sep 09:45
d4705d0
  • Add ability to get Datacenters,FloatingIPs,Images,Locations and ServerTypes per name (getByName)
  • Add name support to Floating IPs

v1.7.1

Choose a tag to compare

@LKaemmerling LKaemmerling released this 01 Aug 06:46
  • Add missing networks() - method on HetznerAPIClient