Skip to content

Commit 550ba12

Browse files
committed
Adds changelog for upcoming release
1 parent 07da4f4 commit 550ba12

File tree

1 file changed

+117
-0
lines changed

1 file changed

+117
-0
lines changed

docs/src/getting_started/changelogs/Changelogs.js

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,123 @@ 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 containing 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> Moved "transfer_in", "transfer_out", and "transfer_quota" into a "transfer"
61+
envelope within the "alerts" envelope </li>
62+
<li> transfer_in => network_in </li>
63+
<li> transfer_out => network_out </li>
64+
</ul>
65+
</li>
66+
<li> Changed LinodeConfig object
67+
<ul>
68+
<li> Removed root_device_ro </li>
69+
</ul>
70+
</li>
71+
<li> Changed LinodeType object
72+
<ul>
73+
<li> Moved backups_option.price_hourly to addons.backups.price.hourly </li>
74+
<li> Moved backups_option.price_monthly to addons.backups.price.monthly </li>
75+
<li> Moved price_hourly to price.hourly </li>
76+
<li> Moved price_monthly to price.monthly </li>
77+
</ul>
78+
</li>
79+
<li> Changed OAuthToken
80+
<ul>
81+
<li> Removed client envelope </li>
82+
<li> Removed type </li>
83+
</ul>
84+
</li>
85+
<li> Changed account/tokens
86+
<ul>
87+
<li> Endpoint moved to profile/tokens </li>
88+
<li> GET now only returns Personal Access Tokens </li>
89+
</ul>
90+
</li>
91+
<li> Changed account/clients
92+
<ul>
93+
<li> Endpoint moved to account/oauth-clients </li>
94+
<li> Collection now allows access to all clients for all users on your account
95+
if you are an unrestricted user </li>
96+
</ul>
97+
</li>
98+
</ul>
99+
<b>Changes:</b><br />
100+
<ul>
101+
<li> Added profile/apps
102+
<ul>
103+
<li> Collection of authorized third-party applications </li>
104+
</ul>
105+
</li>
106+
<li> OAuthClient now has a "public" attributre
107+
<ul>
108+
<li> "public" is an optional argument to POST account/clients that defaults to False </li>
109+
</ul>
110+
</li>
111+
<li> Added POST account/credit-card
112+
<ul>
113+
<li> Updates current payment method on file </li>
114+
</ul>
115+
</li>
116+
<li> Added GET account/payments
117+
<ul>
118+
<li> Returns a list of all payments made for your account </li>
119+
</ul>
120+
</li>
121+
<li> Added GET account/payments/:id
122+
<ul>
123+
<li> Returns information about a single payment made for your account </li>
124+
</ul>
125+
</li>
126+
<li> Added POST linode/volumes/:id/clone </li>
127+
<li> Changed Disk Status
128+
<ul>
129+
<li> Now always one of "ready", "not ready", or "deleting" </li>
130+
</ul>
131+
</li>
132+
</ul>
133+
</section>
17134
<section>
18135
<h2>2017-09-18</h2>
19136
<hr /><br />

0 commit comments

Comments
 (0)