Releases: LKDevelopment/hetzner-cloud-php-sdk
Releases · LKDevelopment/hetzner-cloud-php-sdk
v1.4.0
v1.3.1
- Fix a error on the update methods.
v1.3.0
- Add Volumes support (
LKDev\HetznerCloud\Models\Volumes\Volumes
&LKDev\HetznerCloud\Models\Volumes\Volume
) - Add all API Response headers to every
LKDev\HetznerCloud\APIResponse
Deprecation
- Deprecate and ignore the
$backup_window
parameter onLKDev\HetznerCloud\Models\Server\Server::enableBackups
v1.2.0
- Add
httpClient
-Method toLKDev\HetznerCloud\HetznerAPIClient
- Add
labels
-Property toLKDev\HetznerCloud\Models\FloatingIp\FloatingIP
- Add
labels
-Property toLKDev\HetznerCloud\Models\Server\Server
- Add
labels
-Property toLKDev\HetznerCloud\Models\Image\Image
- Add
labels
-Property toLKDev\HetznerCloud\Models\SSHKey\SSHKey
- Add
update
-Method to\LKDev\HetznerCloud\Models\FloatingIp\FloatingIp
-Model for easily updateing the server meta data$floatingIP->update(['description' => 'my-updated-floating-description','labels' => ['Key' => 'value]);
- Add
update
-Method to\LKDev\HetznerCloud\Models\SSHKey\SSHKey
-Model for easily updateing the server meta data$floatingIP->update(['name' => 'my-updated-sshkey-name','labels' => ['Key' => 'value]);
- You can now use the
labels
-Key on everyupdate
-Method, for easily updating the Labels - Add
LKDev\HetznerCloud\RequestOpts
- Class for easily customize the request opts. Could be used for filtering with the label selector. - Add the parameter
$requestOpts
to allall
-Methods
v1.1.0
- Add
update
-Method to\LKDev\HetznerCloud\Models\Servers\Server
-Model for easily updateing the server meta data$server->update(['name' => 'my-updated-server-name']);
- Soft Deprecating the
changeName
-Method on\LKDev\HetznerCloud\Models\Servers\Server
-Model, please use theupdate
-Method now. As of Version 1.5.0 this method will trigger aDeprecated
- Rename
ApiResponse
to `APIResponse
v1.0.0
For more information see the release blog post: https://medium.com/@Lukas_Kae/unofficial-hetzner-cloud-php-sdk-1-0-0-23dd886b7579
And the Changelog Entry: https://github.com/LKDevelopment/hetzner-cloud-php-sdk/wiki/Changes-v0.0.12---to--1.0.0
Bug fixes
v0.0.12 Try fixing Actions Error
v0.0.11
Fixed wrong property on ISOs
Fix bug on the request console method on servers
v0.0.10 Fix Type Bug on request console #5
v0.0.9
Solves an Notice with the Datacenter and Floating IPs.
Add the new "change protection" methods and fields from the api.