Skip to content

Commit 9b563dd

Browse files
committed
Update Changelogs “4-59-2-2020-03-10”
1 parent 5b321de commit 9b563dd

File tree

1 file changed

+6
-34
lines changed

1 file changed

+6
-34
lines changed

src/content/changelog/4-59-2-2020-03-10.md

Lines changed: 6 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -5,43 +5,13 @@ version: 4.59.2
55
changelog:
66
- API
77
---
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-
388
### Version Change Notes
399

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.
4111

4212
### Added
4313

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`).
4515
* To view all available Object Storage cluster regions, use the List Clusters ([GET /object-storage/clusters](/api/v4/object-storage-clusters)) endpoint.
4616
* Added `updated` and `created` read-only fields to DomainRecord objects.
4717
* 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
5121

5222
### Changed
5323

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`.
5525
* 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.
5627

5728
### Fixed
5829

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

Comments
 (0)