@@ -14,6 +14,100 @@ export default function Authentication() {
14
14
API V4 since 2017-09-18. Please check here regularly for updates.
15
15
</ p >
16
16
</ section >
17
+ < section >
18
+ < h2 > 2018-01-08</ h2 >
19
+ < hr /> < br />
20
+ < b > Breaking:</ b > < br />
21
+ < ul >
22
+ < li > Update /linode/distributions and /image responses
23
+ < ul >
24
+ < li > remove status key</ li >
25
+ < li > remove filesystem key</ li >
26
+ < li > remove last_used key</ li >
27
+ < li > rename creator -> created_by ( string ) < / l i >
28
+ < li > rename min_deploy_size - > size ( int ) < / l i >
29
+ </ul >
30
+ < / li >
31
+ </ ul >
32
+ < b > Features :</b > < br />
33
+ < ul >
34
+ < li > Added enable, disable managed service endpoints
35
+ < ul >
36
+ < li > Added POST /managed/services/:id/enable</ li >
37
+ < li > Added POST /managed/services/:id/disable</ li >
38
+ < li > Added status to managed service JSON response object</ li >
39
+ </ ul >
40
+ </ li >
41
+ < li > Added GET / managed / stats endpoint < / l i >
42
+ < li > Added PUT for /managed/linode_settings</ li >
43
+ < li > Added PUT endpoints to managed service < / l i >
44
+ < li > Add managed_issue_type to support/tickets/
45
+ < ul >
46
+ < li > GET /support/tickets returns new managed_issue_type key</ li >
47
+ < li > POST /support/tickets now accepts this key if the account has
48
+ Managed Services enabled</ li >
49
+ </ ul >
50
+ </ li >
51
+ < li > Added GET / managed / issues and GET / managed / issues / :id
52
+ < ul >
53
+ < li > GET /managed/issues returns all issues, including relevant history</ li >
54
+ < li > GET / managed / issues / :id returns a single issue < / l i >
55
+ < li > Since managed issues are backed by support tickets, uses the ticket ID</ li >
56
+ < / u l >
57
+ </li >
58
+ < li > Added vat_number to /account/settings
59
+ < ul >
60
+ < li > Can be viewed and updated</ li >
61
+ </ ul >
62
+ </ li >
63
+ < li > Sends emails when enabling / disabling TFA < / l i >
64
+ < li > Rendered zone file returned in Domain object</ li >
65
+ < li > Added DELETE / managed / services / :id endpoint < / l i >
66
+ < li > Added DELETE /managed/contacts/:id</ li >
67
+ < / u l >
68
+ < b > Bugfixes:</ b > < br / >
69
+ < ul >
70
+ < li > Allow filtering of GET /images</ li >
71
+ </ ul >
72
+ < h2 > 2017 - 11 - 20 < / h 2 >
73
+ < hr /> < br / >
74
+ < b > Breaking Changes:</ b > < br / >
75
+ < ul >
76
+ < li > Reworked UserGrant system
77
+ < ul >
78
+ < li > Three Grant levels are now enforced: No grants, read_only, and read_write</ li >
79
+ < li > read_only allows access to GET endpoints</ li >
80
+ < li > read_write is equivalent to legacy "all" grant</ li >
81
+ < li > Legacy "all" or "access" grants are treated as read_write</ li >
82
+ </ ul >
83
+ </ li >
84
+ < li > Changed GET /account/users/:username/grants
85
+ < ul >
86
+ < li > Grants response objects now always include "id", "label" and "permissions"</ li >
87
+ < li > "permissions" can be null or an enum of either "read_only" or "read_write"</ li >
88
+ </ ul >
89
+ </ li >
90
+ < li > Changed PUT /account/users/:username/grants
91
+ < ul >
92
+ < li > Grants now accepted in the new format detailed above</ li >
93
+ </ ul >
94
+ </ li >
95
+ < li > Changed GET /profile/grants
96
+ < ul >
97
+ < li > Grants returned in new format detailed above</ li >
98
+ </ ul >
99
+ </ li >
100
+ </ ul >
101
+ < b > Changes :</b >
102
+ < ul >
103
+ < li > Added support for CAA Domain records</ li >
104
+ < li > Changed POST /linode/instances/:id/disks
105
+ < ul >
106
+ < li > Now accepts "image" - an image ID to deploy from</ li >
107
+ </ ul >
108
+ </ li >
109
+ </ ul >
110
+ < / s e c t i o n >
17
111
< section >
18
112
< h2 > 2017-12-11</ h2 >
19
113
< hr / > < br />
0 commit comments