Skip to content

Commit 564948b

Browse files
Merge pull request linode#167 from linode/release-1.1.17
Release 1.1.17
2 parents 9faefaf + 9da1e00 commit 564948b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: '4.60.0: 2020-03-23'
3+
date: 2020-03-23T04:00:00.000Z
4+
version: 4.60.0
5+
changelog:
6+
- API
7+
---
8+
### Added
9+
10+
- The field `authentication_type` has been added to View Profile ([GET /profile](/api/v4/profile)) and Update Profile ([PUT /profile](/api/v4/profile/#put)). `authentication_type` returns your account's Cloud Manager authentication type. Currently, a user's password (in conjunction with their username) is the only available authentication type.
11+
12+
- The `name` field for Create Domain Record ([POST /domains/{domainId}/records](/api/v4/domains-domain-id-records/#post)) and Update Domain Record ([PUT /domains/{domainId}/records/{recordId}](/api/v4/domains-domain-id-records-record-id/#put)) now accepts wildcards for Domain Records of type `TXT`.
13+
14+
- Logic was added to the [Account](/api/v4/account) collection to generate an Account Notification ([GET /account/notifications](/api/v4/account-notifications)) when your account's associated email address bounces ([GET /v4/account ](https://developers.linode.com/api/v4/account)) and when an account user's email address bounces ([GET /account/users/{username}](/api/v4/account-users-username)).
15+
16+
- The View Volume ([GET /volumes/{volumeId}](/api/v4/volumes-volume-id)) and List Volumes ([GET /volumes](/api/v4/volumes)) endpoints now have a `linode_label` field. If a Volume is attached to a specific Linode, the label of that Linode will be returned by the `linode_label` field.
17+
18+
### Fixed
19+
20+
- Corrected the field for unit price in the List Invoice Items ([GET /account/invoices/{invoiceId}/items](https://developers.linode.com/api/v4/account-invoices-invoice-id-items)) endpoint. Previously, this field was listed as `unitprice` with type `number`. It is now correctly listed as `unit_price` with type `string`.
21+
22+
- When a Linode that was deployed from a [StackScript](/api/v4/linode-stackscripts) is deleted, that StackScript's `deployments_active` value should decrease. This property's value was incorrectly reporting the number of active deployments for a StackScript. While this bug was addressed in a previous API release, additional work was completed to improve the previous fix.
23+
24+
- Changes were made to improve the performance of the List Networking Information ([GET /linode/instances/{linodeId}/ips](/api/v4/linode-instances-linode-id-ips)) endpoint.

0 commit comments

Comments
 (0)