File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
src/getting_started/changelogs Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,40 @@ export default function Authentication() {
15
15
</ p >
16
16
</ section >
17
17
< 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 >
18
52
< h2 > 2018-02-26</ h2 >
19
53
< hr /> < br />
20
54
< b > Breaking:</ b > < br />
You can’t perform that action at this time.
0 commit comments