Skip to content

Added changelog for 2018-03-14 release #78

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 12, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions src/getting_started/changelogs/Changelogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,40 @@ export default function Authentication() {
</p>
</section>
<section>
<h2>2018-03-14</h2>
<hr /><br />
<b>Breaking:</b><br />
<ul>
<li>Removed the ability to change passwords
<ul>
<li>Removed POST /profile/password</li>
<li>Removed POST /account/users/:username/password</li>
<li>To reset your password, use manager.linode.com</li>
</ul>
</li>
</ul>
<b>Features:</b><br />
<ul>
<li>Added support for refresh tokens
<ul>
<li>Apps with an active refresh token are returned in GET /profile/apps</li>
<li>Revoking an app's access to your account expires any refresh tokens it has</li>
</ul>
</li>
</ul>
<b>Bugfixes:</b><br />
<ul>
<li>Fix output for ipv6 RDNS endpoints
<ul>
<li>PUT /networking/ips/:address now returns the modified v6 address</li>
<li>PUT /linode/instances/:id/ips/:address now returns the modified v6 address</li>
<li>Nothing has changed for these endpoints when :address is a v4 address</li>
</ul>
</li>
<li>Fixed bug setting RDNS for v6 addresses</li>
<li>Fixed bug making it impossible to provide authorized_keys when rebuilding
a Linode</li>
</ul>
<h2>2018-02-26</h2>
<hr /><br />
<b>Breaking:</b><br />
Expand Down