Skip to content

Commit 2d1aef7

Browse files
DorthuGitHub Enterprise
authored andcommitted
Merge pull request #134 from wsmith/feature/2018-06-20-changelog
Added changelog for 2018-06-20 deploy
2 parents 22c309a + 3ee06a7 commit 2d1aef7

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

changelog/index.html

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,43 @@ <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
68+
<a href="https://developers.linode.com/openapi.yaml">https://developers.linode.com/openapi.yaml</a></li>
69+
</ul>
70+
</li>
71+
<li>Added persistent ordering to all collections
72+
<ul>
73+
<li>All collections are now returned in a predictable, consistent order</li>
74+
</ul>
75+
</li>
76+
<li>Added watchdog_enabled to Linode object</li>
77+
<li>Added X-Spec-Version header to all responses
78+
<ul>
79+
<li>This header describes the version of our OpenAPI spec that
80+
describes this API</li>
81+
</ul>
82+
</li>
83+
</ul>
84+
<h3>Fixed:</h3>
85+
<ul>
86+
<li>Require shutting down before resetting root password for a disk</li>
87+
<li>Fixed url for Community events</li>
88+
</ul>
5389
<h2 class="release-header">
5490
2018-05-14
5591
<span class="release-version">version 4.0.1</span>

0 commit comments

Comments
 (0)