Skip to content

Commit 2e992ff

Browse files
committed
Added changelog for 2018-06-20 deploy
1 parent fdac07e commit 2e992ff

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

changelog/index.html

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,42 @@ <h1>Linode API Changelog</h1>
4949
Versioning 2.0.0 Guidelines</a>.
5050
</p>
5151

52-
52+
<h2 class="release-header">
53+
2018-06-20
54+
<span class="release-version">version 4.0.1</span>
55+
</h2>
56+
<h3>Added:</h3>
57+
<ul>
58+
<li>Added fast-track NodeBalancer creation
59+
<ul>
60+
<li>POST /nodebalancers now accepts "configs", details of configs to create</li>
61+
<li>Each config in "configs" must have at least one node in "nodes"</li>
62+
</ul>
63+
</li>
64+
<li>Added X-Spec-Version header to API responses
65+
<ul>
66+
<li>Indicates the version of Linode's OpenAPI specification describes this API</li>
67+
<li>Spec is available at https://developers.linode.com/api/v4</li>
68+
</ul>
69+
</li>
70+
<li>Added persistent ordering to all collections
71+
<ul>
72+
<li>All collections are now returned in a predictable, consistent order</li>
73+
</ul>
74+
</li>
75+
<li>Added watchdog_enabled to Linode object</li>
76+
<li>Added X-Spec-Version header to all responses
77+
<ul>
78+
<li>This header describes the version of our OpenAPI spec that
79+
describes this API</li>
80+
</ul>
81+
</li>
82+
</ul>
83+
<h3>Fixed:</h3>
84+
<ul>
85+
<li>Require shutting down before resetting root password for a disk</li>
86+
<li>Fixed url for Community events</li>
87+
</ul>
5388
<h2 class="release-header">
5489
2018-05-14
5590
<span class="release-version">version 4.0.1</span>

0 commit comments

Comments
 (0)