Skip to content

Commit 4a69f5d

Browse files
authored
Merge pull request #2590 from Dorthu/changelog-2017-10-4
Changelog 2017-10-4
2 parents 2f27eab + 8d80c15 commit 4a69f5d

File tree

1 file changed

+116
-0
lines changed

1 file changed

+116
-0
lines changed

docs/src/getting_started/changelogs/Changelogs.js

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,122 @@ export default function Authentication() {
1414
API V4 since 2017-09-18. Please check here regularly for updates.
1515
</p>
1616
</section>
17+
<section>
18+
<h2>2017-10-04</h2>
19+
<hr /><br />
20+
<b>Breaking Changes:</b><br />
21+
<ul>
22+
<li> EventType has changed from "blockstorage_*" to "volume_*"</li>
23+
<li> Changed POST linode/instances/:id/configs
24+
<ul>
25+
<li> Removed root_device_ro </li>
26+
<li> Now accepts "helpers", a dict accepting any/all of "updatedb_disabled",
27+
"distro", "modules_dep", "network", and "devtmpfs_automount" </li>
28+
<li> Removed devtmpfs_automount (now in helpers envelope) </li>
29+
</ul>
30+
</li>
31+
<li> Changed POST linode/instances/:id/disks
32+
<ul>
33+
<li> root_ssh_key changed to "authorized_keys", now accepts a list of keys instead
34+
of a single string key </li>
35+
</ul>
36+
</li>
37+
<li> Changed POST linode/instances
38+
<ul>
39+
<li> root_ssh_key changed to "authorized_keys", now accepts a list of keys instead
40+
of a single string key </li>
41+
</ul>
42+
</li>
43+
<li> Changed POST linode/instances/:id/rebuild
44+
<ul>
45+
<li> root_ssh_key changed to "authorized_keys", now accepts a list of keys instead
46+
of a single string key </li>
47+
</ul>
48+
</li>
49+
<li> Changed POST linode/instances/:id/rescue
50+
<ul>
51+
<li> disks changed to "devices", now accepts device mappings in the same format
52+
as POST linode/instances/:id/configs </li>
53+
</ul>
54+
</li>
55+
<li> Changed Linode object
56+
<ul>
57+
<li> Moved "disk", "memory", "storage", "transfer_total", and "vcpus" into a
58+
"specs" envelope </li>
59+
<li> transfer_total => transfer in linode specs </li>
60+
<li> transfer_in => network_in </li>
61+
<li> transfer_out => network_out </li>
62+
</ul>
63+
</li>
64+
<li> Changed LinodeConfig object
65+
<ul>
66+
<li> Removed root_device_ro </li>
67+
</ul>
68+
</li>
69+
<li> Changed LinodeType object
70+
<ul>
71+
<li> Moved backups_option.price_hourly to addons.backups.price.hourly </li>
72+
<li> Moved backups_option.price_monthly to addons.backups.price.monthly </li>
73+
<li> Moved price_hourly to price.hourly </li>
74+
<li> Moved price_monthly to price.monthly </li>
75+
</ul>
76+
</li>
77+
<li> Changed OAuthToken
78+
<ul>
79+
<li> Removed client envelope </li>
80+
<li> Removed type </li>
81+
</ul>
82+
</li>
83+
<li> Changed account/tokens
84+
<ul>
85+
<li> Endpoint moved to profile/tokens </li>
86+
<li> GET now only returns Personal Access Tokens </li>
87+
</ul>
88+
</li>
89+
<li> Changed account/clients
90+
<ul>
91+
<li> Endpoint moved to account/oauth-clients </li>
92+
<li> Collection now allows access to all clients for all users on your account
93+
if you are an unrestricted user </li>
94+
</ul>
95+
</li>
96+
</ul>
97+
<b>Changes:</b><br />
98+
<ul>
99+
<li> Added profile/apps
100+
<ul>
101+
<li> Collection of authorized third-party applications </li>
102+
</ul>
103+
</li>
104+
<li> OAuthClient now has a "public" attribute
105+
<ul>
106+
<li> "public" is an optional argument to POST account/clients that
107+
defaults to False </li>
108+
</ul>
109+
</li>
110+
<li> Added POST account/credit-card
111+
<ul>
112+
<li> Updates current payment method on file </li>
113+
</ul>
114+
</li>
115+
<li> Added GET account/payments
116+
<ul>
117+
<li> Returns a list of all payments made for your account </li>
118+
</ul>
119+
</li>
120+
<li> Added GET account/payments/:id
121+
<ul>
122+
<li> Returns information about a single payment made for your account </li>
123+
</ul>
124+
</li>
125+
<li> Added POST linode/volumes/:id/clone </li>
126+
<li> Changed Disk Status
127+
<ul>
128+
<li> Now always one of "ready", "not ready", or "deleting" </li>
129+
</ul>
130+
</li>
131+
</ul>
132+
</section>
17133
<section>
18134
<h2>2017-09-18</h2>
19135
<hr /><br />

0 commit comments

Comments
 (0)