Skip to content

Releases: LKDevelopment/hetzner-cloud-php-sdk

v2.0.0

24 Jan 11:54

Choose a tag to compare

  • 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

09 Jan 10:27

Choose a tag to compare

v2.0.0-alpha.1 Pre-release
Pre-release
  • 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

11 Nov 08:41

Choose a tag to compare

  • Fix wrong pagination Parameter (#29)

v1.8.1

21 Oct 04:29

Choose a tag to compare

  • Fix labels translation from json to array in Image, Network, SSHKey and Volume

v1.8.0

18 Sep 09:45
d4705d0

Choose a tag to compare

  • Add ability to get Datacenters,FloatingIPs,Images,Locations and ServerTypes per name (getByName)
  • Add name support to Floating IPs

v1.7.1

01 Aug 06:46

Choose a tag to compare

  • Add missing networks() - method on HetznerAPIClient

v1.7.0

10 Jul 11:55
e0b9e8e

Choose a tag to compare

  • Add Networks support ( LKDev\HetznerCloud\Models\Networks\Networks & LKDev\HetznerCloud\Models\Networks\Network)
  • Add networkZone property to LKDev\HetznerCloud\Models\Locations\Location

v1.6.2

27 May 11:29

Choose a tag to compare

  • Add volumes and automount parameters to LKDev\HetznerCloud\Models\Servers\Servers - createInDatacenter and createInLocation
  • Add created property to LKDev\HetznerCloud\Models\Servers\Server

v1.6.1

27 May 04:47
cd1efec

Choose a tag to compare

  • Add automount and format Parameters to LKDev\HetznerCloud\Models\Volumes\Volumes - create
  • Add created property to LKDev\HetznerCloud\Models\FloatingIps\FloatingIp
  • Improve test coverage
  • Add root_passwort to response of LKDev\HetznerCloud\Models\Servers\Server - rebuildFromImage (#17)

v1.6.0

08 May 10:40
5b7fcc2

Choose a tag to compare

  • Setting the UserAgent is now possible with LKDev\HetznerCloud\HetznerAPIClient - setUserAgent()
  • Setting the Base URL is now possible with LKDev\HetznerCloud\HetznerAPIClient - setBaseUrl()