Skip to content

Commit a981718

Browse files
authored
Merge pull request #2712 from Dorthu/feature/changelog-11-20
Adds changelog for upcoming release
2 parents ebba21a + d286696 commit a981718

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

docs/src/getting_started/changelogs/Changelogs.js

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,46 @@ export default function Authentication() {
1414
API V4 since 2017-09-18. Please check here regularly for updates.
1515
</p>
1616
</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>
1757
<section>
1858
<h2>2017-10-23</h2>
1959
<hr /><br />

0 commit comments

Comments
 (0)