Skip to content

Commit 4e59496

Browse files
authored
Update CHANGELOG.md
1 parent 415a9f0 commit 4e59496

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Changelog
22

3-
## 1.3.0 (unreleased)
3+
## 1.3.0 (05.11.2018)
44
+ Add Volumes support (`LKDev\HetznerCloud\Models\Volumes\Volumes` & `LKDev\HetznerCloud\Models\Volumes\Volume`)
5+
+ Add all API Response headers to every `LKDev\HetznerCloud\APIResponse`
56

67
##### Deprecation
78
+ Deprecate and ignore the `$backup_window` parameter on `LKDev\HetznerCloud\Models\Server\Server::enableBackups`
@@ -37,7 +38,7 @@
3738
* _Servers Class_
3839
The `create` method was split into two different methods `createInLocation` for creating a server in a location and `createInDatacenter`for creating a server in a datacenter
3940

40-
* _All "action" like `Server::powerOn()` methods_ now return an instance of `LKDev\HetznerCloud\ApiResponse` instead an instance of `LKDev\HetznerCloud\Models\Actions\Action`. If you want to the the underlying action object just use the value _action_ as parameter of the `getResponsePart` on the `LKDev\HetznerCloud\ApiResponse`object. Of course you could use _server_ or _wss_url_ as parameter like in the official Hetzner Cloud documentation
41+
* _All "action" like `Server::powerOn()` methods_ now return an instance of `LKDev\HetznerCloud\ApiResponse` instead an instance of `LKDev\HetznerCloud\Models\Actions\Action`. If you want to the the underlying action object just use the value _action_ as parameter of the `getResponsePart` on the `LKDev\HetznerCloud\ApiResponse` object. Of course you could use _server_ or _wss_url_ as parameter like in the official Hetzner Cloud documentation
4142

4243
* _All resource object constructors_ now require an instance of the internal GuzzleHttpClient `LKDev\HetznerCloud\Clients\GuzzleClient` if you use the shortcut methods this is done for you.
4344

@@ -59,4 +60,4 @@ you could now do simply
5960
$apiKey = '{InsertApiTokenHere}';
6061

6162
$hetznerClient = new \LKDev\HetznerCloud\HetznerAPIClient($apiKey);
62-
$hetznerClient->servers()->all();
63+
$hetznerClient->servers()->all();

0 commit comments

Comments
 (0)