File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
docs/src/getting_started/changelogs Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,46 @@ 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 > 2017-11-20</ h2 >
19
+ < hr /> < br />
20
+ < b > Breaking Changes:</ b > < br />
21
+ < ul >
22
+ < li > Reworked UserGrant system
23
+ < ul >
24
+ < li > Three Grant levels are now enforced: No grants, read_only, and read_write</ li >
25
+ < li > read_only allows access to GET endpoints</ li >
26
+ < li > read_write is equivalent to legacy "all" grant</ li >
27
+ < li > Legacy "all" or "access" grants are treated as read_write</ li >
28
+ </ ul >
29
+ </ li >
30
+ < li > Changed GET /account/users/:username/grants
31
+ < ul >
32
+ < li > Grants response objects now always include "id", "label" and "permissions"</ li >
33
+ < li > "permissions" can be null or an enum of either "read_only" or "read_write"</ li >
34
+ </ ul >
35
+ </ li >
36
+ < li > Changed PUT /account/users/:username/grants
37
+ < ul >
38
+ < li > Grants now accepted in the new format detailed above</ li >
39
+ </ ul >
40
+ </ li >
41
+ < li > Changed GET /profile/grants
42
+ < ul >
43
+ < li > Grants returned in new format detailed above</ li >
44
+ </ ul >
45
+ </ li >
46
+ </ ul >
47
+ < b > Changes:</ b >
48
+ < ul >
49
+ < li > Added support for CAA Domain records</ li >
50
+ < li > Changed POST /linode/instances/:id/disks
51
+ < ul >
52
+ < li > Now accepts "image" - an image ID to deploy from</ li >
53
+ </ ul >
54
+ </ li >
55
+ </ ul >
56
+ </ section >
17
57
< section >
18
58
< h2 > 2017-10-23</ h2 >
19
59
< hr /> < br />
You can’t perform that action at this time.
0 commit comments