You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/changelog/4-59-2-2020-03-10.md
+6-34Lines changed: 6 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -5,43 +5,13 @@ version: 4.59.2
5
5
changelog:
6
6
- API
7
7
---
8
-
<!-- API changelog requirements - delete this before merging -->
9
-
10
-
* Replace all instances of X.X.X in the frontmatter with the appropriate API spec.
11
-
* Replace all instances of 2019-01-01 with the production release date for the API.
12
-
* All items in the changelog should mention which endpoints are affected.
13
-
* For changes and bugfixes, describe the previous behavior AND the new behavior.
14
-
15
-
<!-- Where to put things - delete this before merging -->
16
-
17
-
Some heuristics for which heading to put API reference updates under:
18
-
19
-
_Added_
20
-
21
-
* New endpoints.
22
-
* New fields in the request or a response of an existing endpoint.
23
-
24
-
_Changed_
25
-
26
-
* Changes in the behavior of an existing endpoing, when the previous behavior was working as it was designed. In other words, non-bugfix changes.
27
-
28
-
_Fixes_
29
-
30
-
* Bugfixes: Changes to the behavior of an endpoint, where the previous behavior was not working as intended/expected/documented.
31
-
32
-
<!-- Sample syntax - delete this before merging -->
33
-
34
-
* References to an endpoint should be in this format: `the Endpoint Name ([VERB /path/to/endpoint/{endpointVariable}](https://developers.linode.com/api/docs/v4/{endpoint}/{#endpointVariable})) endpoint`_Example_: `the Clone Linode ([POST /linode/instances/{linodeId}/clone](https://developers.linode.com/api/v4/linode-instances-linode-id-clone/#post)) endpoint`
35
-
36
-
<!-- Fill these sections out: -->
37
-
38
8
### Version Change Notes
39
9
40
-
The previous API release was assigned version number 4.14.1, while this release is tagged 4.59.2. This is an intentional change to align with internal version numbers. Subsequent releases will continue following the [semver](https://semver.org/) versioning specification.
10
+
The previous API release was assigned version number 4.14.1, while this release is tagged 4.59.2. This is an intentional change to align with internal version numbering. Subsequent releases will continue following the [semver](https://semver.org/) versioning specification.
41
11
42
12
### Added
43
13
44
-
* You can now create an Object Storage bucket in the Frankfurt, DE cluster region (\`eu-central-1\`).
14
+
* You can now create an Object Storage bucket in the Frankfurt, DE cluster region (`eu-central-1`).
45
15
* To view all available Object Storage cluster regions, use the List Clusters ([GET /object-storage/clusters](/api/v4/object-storage-clusters)) endpoint.
46
16
* Added `updated` and `created` read-only fields to DomainRecord objects.
47
17
* Use the [Domain Records collection](https://developers.linode.com/api/v4/domains-domain-id-records) to review your DomainRecord objects.
@@ -51,9 +21,11 @@ The previous API release was assigned version number 4.14.1, while this release
51
21
52
22
### Changed
53
23
54
-
* When a Linode goes into maintenance mode its \`status\` field will now display \`stopped\`.
24
+
* When a Linode goes into maintenance mode its `status` field will now display `stopped`.
55
25
* To view a Linode's status, use the View Linode ([GET /linode/instances/{linodeId}](/api/v4/linode-instances-linode-id)) endpoint.
26
+
* When creating ([POST /linode/instances](/api/v4/linode-instances/#post)) or updating ([PUT /linode/instances](/api/v4/linode-instances-linode-id/#put)) a Linode its `root_pass` field must now also meet a password strength score requirement that is calculated internally by the API. If the strength requirement is not met, you will receive a `Password does not meet strength requirement` error.
56
27
57
28
### Fixed
58
29
59
-
* Previously, when creating a Linode ([POST /linode/instances](/api/v4/linode-instances/#post)) with a root password of 6 characters a \`Password must be between 6 and 128 characters\` error was returned. This bug has been fixed and the \`root_pass\` field will now accept a password of 6 characters.
30
+
* Previously, when creating a Linode ([POST /linode/instances](/api/v4/linode-instances/#post)) with a root password of 6 characters a \`Password must be between 6 and 128 characters\` error was returned. This bug has been fixed and the `root_pass` field will now accept a password of 6 characters.
31
+
* A bug has been fixed that was causing some Linode disk clones to fail ([POST /linode/instances/{linodeId}/disks/{diskId}/clone](/api/v4/linode-instances-linode-id-disks-disk-id-clone/#post)).
0 commit comments