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
- 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 (PUT /nodebalancers) and an invalid node IP address is provided.
0 commit comments