Skip to content

Commit 09faee7

Browse files
leslitagorditaGitHub Enterprise
authored andcommitted
Merge pull request linode#254 from lsalazar/release-1.0.37
Release 1.0.37
2 parents 8c5e539 + ce1d112 commit 09faee7

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

content/changelog/2019/04-29-api.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "4.0.22: 2019-04-29"
3+
date: "2019-04-29T08:00:00-04:00"
4+
description: "API Changelog 4.0.22"
5+
changelog:
6+
- API
7+
version: 4.0.22
8+
---
9+
10+
### Fixed
11+
12+
- Added validation on the *root_device* property when creating (POST /linode/instances/{linodeId}/configs) or updating (PUT /linode/instances/{linodeId}/configs/{configId}) a Linode's configuration profile.
13+
- Creating an SRV domain record (POST /domains/{domainId}/records) no longer adds an additional extension to the *name* property.
14+
- A cloned (POST /domains/{domainId}/clone) MX or SRV Domain record no longer return an incorrect value for the *target* property (GET /domains/123/records) when the record contains a subdomain.
15+
- Deprecated data centers are no longer returned from the *regions* endpoint (GET /regions).
16+
- Deprecated data centers include Tokyo1 ("id": "ap-northeast-1a", "country": "jp").
17+
- Viewing (GET /account) and updating your account (PUT /account) now returns a consistent value for the *credit_card* object's *expiry* property.
18+
- More explicit error messages are returned when creating a NodeBalancer (POST /nodebalancers), creating a NodeBalancer node (POST /nodebalancers/{nodeBalancerId}/configs/{configId}/nodes), updating a NodeBalancer node (PUT /nodebalancers/{nodeBalancerId}/configs/{configId}/nodes/{nodeId}) and an invalid node IP address is provided.
19+

0 commit comments

Comments
 (0)