Skip to content

Commit ffe2140

Browse files
Merge pull request linode#160 from linode/cms/4-59-2-2020-03-10
Create Changelogs “4-59-2-2020-03-10”
2 parents e27aa9d + 8981aca commit ffe2140

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: '4.59.2: 2020-03-10'
3+
date: 2020-03-10T04:00:00.000Z
4+
version: 4.59.2
5+
changelog:
6+
- API
7+
---
8+
### Version Change Notes
9+
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.
11+
12+
### Added
13+
14+
* You can now create an Object Storage bucket ([POST /object-storage/buckets](/api/v4/object-storage-buckets/#post)) in the Frankfurt, DE cluster region (`eu-central-1`).
15+
* To view all available Object Storage cluster regions, use the List Clusters ([GET /object-storage/clusters](/api/v4/object-storage-clusters)) endpoint.
16+
* Added `updated` and `created` read-only fields to Domain Record objects.
17+
* Use the [Domain Records collection](https://developers.linode.com/api/v4/domains-domain-id-records) to review your Domain Record objects.
18+
* Added the List Object Storage Buckets in Cluster ([GET /object-storage/buckets/{clusterId}](/api/v4/object-storage-buckets-cluster-id)) endpoint.
19+
* This endpoint returns a list of buckets in a specific cluster that belong to the user's Account.
20+
* When cloning a Linode ([POST /linode/instances/{linodeId}/clone](/api/v4/linode-instances-linode-id-clone/#post)), any tags existing on the source Linode will be cloned to the target Linode.
21+
22+
### Changed
23+
24+
* When a Linode goes into maintenance mode its `status` field will now display `stopped`.
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.
27+
28+
### Fixed
29+
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)).
32+
* Previously, a bug allowed customers with an account balance of $0 to make a payment ([POST /account/payments](/api/v4/account-payments/#post)) or stage a PayPal payment ([POST /account/payments/paypal](/api/v4/account-payments-paypal/#post)) of less than $5 USD. This bug has been fixed. Now, a minimum payment of $5 USD is required for any account with a balance of $0 USD.

0 commit comments

Comments
 (0)