Releases: LKDevelopment/hetzner-cloud-php-sdk
Release list
v2.2.1
- 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
- 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
- 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
- Bugfix: Floating IP description which can be null #36
v2.0.0
-
The
all-Method on the Models return now every entity of the requested resource. For the old behavior seelist-Method -
Added
list-Method which allows better control over getting many entities -
Added Request Opts for
SSHKey,Location,Datacenter,ImageandAction -
Added
ResourcesInterface to all Root Resource Clients likeNetworksand implemented all methods -
Added
ResourceInterface to all specific resource clients likeServerand implemented all methods -
Removed deprecated functions:
Server->changeName()
This release does not contain a breaking change!
v2.0.0-alpha.1
-
The
all-Method on the Models return now every entity of the requested resource. For the old behavior seelist-Method -
Added
list-Method which allows a better control over getting many entities -
Added Request Opts for
SSHKey,Location,Datacenter,ImageandAction -
Added
ResourcesInterface to all Root Resource Clients likeNetworksand implemented all methods -
Added
ResourceInterface to all specific resource clients likeServerand implemented all methods -
Removed deprecated functions:
Server->changeName()
v1.8.2
v1.8.1
- Fix labels translation from json to array in
Image,Network,SSHKeyandVolume
v1.8.0
- Add ability to get
Datacenters,FloatingIPs,Images,LocationsandServerTypesper name (getByName) - Add
namesupport to Floating IPs
v1.7.1
- Add missing
networks()- method onHetznerAPIClient