@@ -15,6 +15,81 @@ export default function Authentication() {
15
15
</ p >
16
16
</ section >
17
17
< 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 a 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 moved to GET /networking/ips/:address</ li >
45
+ < li > PUT /networking/ipv6/:address moved 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
+ </ ul >
54
+ </ li >
55
+ < li > Creating a payment now returns the new payment
56
+ < ul >
57
+ < li > POST /account/payments now returns a Payment object</ li >
58
+ < li > POST /account/payments/paypal-execute now returns a Payment object</ li >
59
+ </ ul >
60
+ </ li >
61
+ < li > Removed the ability to change another user's email address
62
+ < ul >
63
+ < li > PUT /account/users/:username no longer accepts "email"</ li >
64
+ < li > PUT /profile can still be used to change your own email address</ li >
65
+ </ ul >
66
+ </ li >
67
+ < li > Moved ipv4-specific networking endpoints
68
+ < ul >
69
+ < li > POST /networking/ip-assign moved to POST /networking/ipv4/assign</ li >
70
+ < li > POST /networking/ip-sharing moved to POST /networking/ipv4/share</ li >
71
+ < li > POT /networking/ipv4/assign now returns { } on success</ 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 >
18
93
< h2 > 2018-03-14</ h2 >
19
94
< hr /> < br />
20
95
< b > Breaking:</ b > < br />
0 commit comments