Skip to content

Commit 98d4466

Browse files
authored
Merge pull request linode#332 from linode/release-1.1.53
Release 1.1.53
2 parents 8e84080 + 428d5cd commit 98d4466

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: '4.84.0: 2021-02-15'
3+
date: 2021-02-15T04:00:00.000Z
4+
version: 4.84.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Added
10+
11+
- The following endpoints for the new Entity Transfer feature, which enables transfers of Linodes between customer accounts, have been added:
12+
13+
- Entity Transfers List ([GET /account/entity-transfers](https://www.linode.com/docs/api/account/#entity-transfers-list)). Returns a collection of all created and accepted Entity Transfers.
14+
- Entity Transfer Create ([POST /account/entity-transfers](https://www.linode.com/docs/api/account/#entity-transfer-create)). Creates a transfer request for the specified entities. At this time, only Linodes can be transferred.
15+
- Entity Transfer Cancel ([DELETE /account/entity-transfers/{token}](https://www.linode.com/docs/api/account/#entity-transfer-cancel)). Cancels the Entity Transfer for the provided token.
16+
- Entity Transfer View ([GET /account/entity-transfers/{token}](https://www.linode.com/docs/api/account/#entity-transfer-view)). Returns the details of the Entity Transfer for the provided token.
17+
- Entity Transfer Accept ([POST /account/entity-transfers/{token}/accept](https://www.linode.com/docs/api/account/#entity-transfer-accept)). Accept an Entity Transfer for the provided token to receive the entities included in the transfer to your account.
18+
19+
- The Linode Firewalls List ([GET /linode/instances/{linodeId}/firewalls](https://www.linode.com/docs/api/linode-instances/#firewalls-list)) endpoint has been added. This endpoint provides Firewall information for Firewalls associated with a particular Linode.
20+
21+
### Changed
22+
23+
- The request body schema for the Domain Record Create ([POST /domains/{domainId}/records](https://www.linode.com/docs/api/domains/#domain-record-create)) endpoint has been updated to include details regarding the different functions of the `name` and `target` properties for all record types. Previously, only minor details for the `A` and `AAAA` record types were provided.
24+
25+
- The request body schema for the Firewalls Create ([POST /networking/firewalls](https://www.linode.com/docs/api/networking/#firewall-create)) beta endpoint has been updated to specify that the `label` property is now required and must be unique.
26+
27+
### Fixed
28+
29+
- The shell request sample for the Volume Attach ([POST /volumes/{volumeId}/attach](https://www.linode.com/docs/api/volumes/#volume-attach)) endpoint erroneously stated a PUT request. It has been corrected to state a POST request.

0 commit comments

Comments
 (0)