You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
# Changelog
2
2
3
-
## 1.3.0 (unreleased)
3
+
## 1.3.0 (05.11.2018)
4
4
+ Add Volumes support (`LKDev\HetznerCloud\Models\Volumes\Volumes` & `LKDev\HetznerCloud\Models\Volumes\Volume`)
5
+
+ Add all API Response headers to every `LKDev\HetznerCloud\APIResponse`
5
6
6
7
##### Deprecation
7
8
+ Deprecate and ignore the `$backup_window` parameter on `LKDev\HetznerCloud\Models\Server\Server::enableBackups`
@@ -37,7 +38,7 @@
37
38
* _Servers Class_
38
39
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
39
40
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
41
42
42
43
* _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.
43
44
@@ -59,4 +60,4 @@ you could now do simply
59
60
$apiKey = '{InsertApiTokenHere}';
60
61
61
62
$hetznerClient = new \LKDev\HetznerCloud\HetznerAPIClient($apiKey);
0 commit comments