Skip to content

Commit 97b8bd3

Browse files
committed
Added changelog for 2018-04-02 release
1 parent 2ed1ede commit 97b8bd3

File tree

1 file changed

+75
-0
lines changed

1 file changed

+75
-0
lines changed

src/getting_started/changelogs/Changelogs.js

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,81 @@ export default function Authentication() {
1515
</p>
1616
</section>
1717
<section>
18+
<h2>2018-04-02</h2>
19+
<hr /><br />
20+
<b>Breaking:</b><br />
21+
<ul>
22+
<li> Unify IPv4, IPv6 GET/POST use "type" "public"</li>
23+
<li> Moved /managed/linode_settings to /managed/linode-settings
24+
<ul>
25+
<li> /managed/linode_settings/:id moved to /managed/linode-settings/:id</li>
26+
<li> This was to keep our convention of using dashes in URLs
27+
instead of underscores</li>
28+
</ul>
29+
</li>
30+
<li> Password no longer accepted in POST /account/users
31+
<ul>
32+
<li> You may no longer provide a password when creating a new user</li>
33+
<li> New users will immediately receive password reset email to
34+
set their password</li>
35+
</ul>
36+
</li>
37+
<li> Removed "addresses" from GET /linode/instances/:id/ips response
38+
<ul>
39+
<li> These addresses are now returned in GET /networking/ips</li>
40+
</ul>
41+
</li>
42+
<li> Moved GET/PUT for range/pool v6 addresses to /networking/ips
43+
<ul>
44+
<li> GET /networking/ipv6/:address move to GET /networking/ips/:address</li>
45+
<li> PUT /networking/ipv6/:address move to GET /networking/ips/:address</li>
46+
</ul>
47+
</li>
48+
<li> /linode/instances/$id/rebuild returns a Linode</li>
49+
<li> Fixed inconsistent responses for action endpoints
50+
<ul>
51+
<li> POST /linode/instances/:id/backups-enable now returns {} on success</li>
52+
<li> POST /linode/instances/:id/backups-disable now returns {} on success</li>
53+
<li> POST /networking/ip-assign now returns {} on success</li>
54+
</ul>
55+
</li>
56+
<li> Creating a payment now returns the new payment
57+
<ul>
58+
<li> POST /account/payments now returns a Payment object</li>
59+
<li> POST /account/payments/paypal-execute now returns a Payment object</li>
60+
</ul>
61+
</li>
62+
<li> Removed the ability to change another user's email address
63+
<ul>
64+
<li> PUT /account/users/:username no longer accepts "email"</li>
65+
<li> PUT /profile can still be used to change your own email address</li>
66+
</ul>
67+
</li>
68+
<li> Moved ipv4-specific networking endpoints
69+
<ul>
70+
<li> POST /networking/ip-assign moved to POST /networking/ipv4/assign</li>
71+
<li> POST /networking/ip-sharing moved to POST /networking/ipv4/share</li>
72+
</ul>
73+
</li>
74+
</ul>
75+
<b>Features:</b><br />
76+
<ul>
77+
<li> Added fields to Notification object
78+
<ul>
79+
<li> Added "label" - a brief description of the notification</li>
80+
<li> Added "severity" - one of "minor", "major", or "critical"</li>
81+
<li> Added "until" - a datetime or null</li>
82+
<li> Added "notice" to possible values for "type"</li>
83+
</ul>
84+
</li>
85+
<li> Added POST /linode/instances/:id/disks/:id/clone
86+
<ul>
87+
<li> This used to be at POST /linode/instances/:id/disks/:id</li>
88+
</ul>
89+
</li>
90+
<li> GET /linode/instances is now filterable on "id"</li>
91+
<li> GET /account/events is now filterable on "id"</li>
92+
</ul>
1893
<h2>2018-03-14</h2>
1994
<hr /><br />
2095
<b>Breaking:</b><br />

0 commit comments

Comments
 (0)