Skip to content

Commit 1489dab

Browse files
authored
Merge pull request #78 from Dorthu/changelog-2018-03-14
Added changelog for 2018-03-14 release
2 parents ea774de + 4623c1b commit 1489dab

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

src/getting_started/changelogs/Changelogs.js

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,40 @@ export default function Authentication() {
1515
</p>
1616
</section>
1717
<section>
18+
<h2>2018-03-14</h2>
19+
<hr /><br />
20+
<b>Breaking:</b><br />
21+
<ul>
22+
<li>Removed the ability to change passwords
23+
<ul>
24+
<li>Removed POST /profile/password</li>
25+
<li>Removed POST /account/users/:username/password</li>
26+
<li>To reset your password, use manager.linode.com</li>
27+
</ul>
28+
</li>
29+
</ul>
30+
<b>Features:</b><br />
31+
<ul>
32+
<li>Added support for refresh tokens
33+
<ul>
34+
<li>Apps with an active refresh token are returned in GET /profile/apps</li>
35+
<li>Revoking an app's access to your account expires any refresh tokens it has</li>
36+
</ul>
37+
</li>
38+
</ul>
39+
<b>Bugfixes:</b><br />
40+
<ul>
41+
<li>Fix output for ipv6 RDNS endpoints
42+
<ul>
43+
<li>PUT /networking/ips/:address now returns the modified v6 address</li>
44+
<li>PUT /linode/instances/:id/ips/:address now returns the modified v6 address</li>
45+
<li>Nothing has changed for these endpoints when :address is a v4 address</li>
46+
</ul>
47+
</li>
48+
<li>Fixed bug setting RDNS for v6 addresses</li>
49+
<li>Fixed bug making it impossible to provide authorized_keys when rebuilding
50+
a Linode</li>
51+
</ul>
1852
<h2>2018-02-26</h2>
1953
<hr /><br />
2054
<b>Breaking:</b><br />

0 commit comments

Comments
 (0)