Releases: LKDevelopment/hetzner-cloud-php-sdk
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
v1.7.0
- Add
Networkssupport (LKDev\HetznerCloud\Models\Networks\Networks&LKDev\HetznerCloud\Models\Networks\Network) - Add
networkZoneproperty toLKDev\HetznerCloud\Models\Locations\Location
v1.6.2
- Add
volumesandautomountparameters toLKDev\HetznerCloud\Models\Servers\Servers-createInDatacenterandcreateInLocation - Add
createdproperty toLKDev\HetznerCloud\Models\Servers\Server
v1.6.1
v1.6.0
- Setting the UserAgent is now possible with
LKDev\HetznerCloud\HetznerAPIClient-setUserAgent() - Setting the Base URL is now possible with
LKDev\HetznerCloud\HetznerAPIClient-setBaseUrl()