Skip to content

Commit 4543676

Browse files
authored
Merge pull request linode#345 from bbiggerr/api-changelog-release-4.86.0
Add API v4.86.0 changelog
2 parents d677882 + 6a132b6 commit 4543676

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: '4.86.0: 2021-03-09'
3+
date: 2021-03-09T04:00:00.000Z
4+
version: 4.86.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Added
10+
11+
- The following endpoints for the new Service Transfer feature, which enables transfers of Linodes between customer accounts, have been added:
12+
- Service Transfers List ([GET /account/service-transfers](https://linode.com/docs/api/account/#service-transfers-list)). Returns a collection of all created and accepted Service Transfers.
13+
- Service Transfer Create ([POST /account/service-transfers](https://linode.com/docs/api/account/#service-transfer-create)). Creates a transfer request for the specified services. At this time, only Linodes can be transferred.
14+
- Service Transfer Cancel ([DELETE /account/service-transfers/{token}](https://linode.com/docs/api/account/#service-transfer-cancel)). Cancels the Service Transfer for the provided token.
15+
- Service Transfer View ([GET /account/service-transfers/{token}](https://linode.com/docs/api/account/#service-transfer-view)). Returns the details of the Service Transfer for the provided token.
16+
- Service Transfer Accept ([POST /account/service-transfers/{token}/accept](https://linode.com/docs/api/account/#service-transfer-accept)). Accept an Service Transfer for the provided token to receive the services included in the transfer to your account.
17+
18+
### Changed
19+
20+
- The following endpoints have been deprecated:
21+
- Entity Transfers List ([GET /account/entity-transfers](https://linode.com/docs/api/account/#entity-transfers-list)).
22+
- Entity Transfer Create ([POST /account/entity-transfers](https://linode.com/docs/api/account/#entity-transfer-create)).
23+
- Entity Transfer Cancel ([DELETE /account/entity-transfers/{token}](https://linode.com/docs/api/account/#entity-transfer-cancel)).
24+
- Entity Transfer View ([GET /account/entity-transfers/{token}](https://linode.com/docs/api/account/#entity-transfer-view)).
25+
- Entity Transfer Accept ([POST /account/entity-transfers/{token}/accept](https://linode.com/docs/api/account/#entity-transfer-accept)).
26+
27+
- The Firewall Create ([POST /networking/firewalls](https://linode.com/docs/api/networking/#firewall-create)) beta endpoint has been updated with the following:
28+
- The required `rules.inbound_policy` and `rules.outbound_policy` properties were added to allow controlling default behavior for inbound and outbound traffic, respectively.
29+
- The `rules.inbound.action` and `rules.outbound.action` properties were added to control traffic for individual rules. These properties are required for inbound and outbound rules and override the `rules.inbound_policy` and `rules.outbound_policy` properties, respectively.
30+
- Previously, `rules.inbound` was required. It is now optional.
31+
- The `rules.inbound.label`, `rules.inbound.description`, `rules.outbound.label`, and `rules.outbound.description` properties were added for organization and display purposes.
32+
- Previously, up to five active Firewalls could be assigned to a single Linode service. Now, only one active Firewall can be assigned to a single Linode service.
33+
34+
### Fixed
35+
36+
- A bug has been fixed that prevented correct filtering for the Service Transfers List ([GET /account/service-transfers](https://linode.com/docs/api/account/#service-transfers-list)) endpoint `is_sender` property.
37+
38+
- The Volume Attach ([POST /volumes/{volumeId}/attach](https://www.linode.com/docs/api/volumes/#volume-attach)) endpoint erroneously marked the `linode_id` property as nullable and required. This has been corrected to state that the property is optional and only accepts an integer .

0 commit comments

Comments
 (0)