We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d2b7f commit 7871c8fCopy full SHA for 7871c8f
src/getting_started/changelogs/Changelogs.js
@@ -34,6 +34,14 @@ export default function Authentication() {
34
set their password</li>
35
</ul>
36
</li>
37
+ <li>Changed returned Region IDs
38
+ <ul>
39
+ <li>Slugs such as "us-east-1a" are now returned as "us-east"</li>
40
+ <li>These values had previosuly been accepted as input.</li>
41
+ <li>"us-south" was renamed "us-central"</li>
42
+ <li>Old values are still accepted (and translated) in requests</li>
43
+ </ul>
44
+ </li>
45
<li> Removed "addresses" from GET /linode/instances/:id/ips response
46
<ul>
47
<li> These addresses are now returned in GET /networking/ips</li>
0 commit comments