Skip to content

Commit 2fa1546

Browse files
committed
Update Changelogs “4-4-1-2019-09-23”
1 parent aa3746f commit 2fa1546

File tree

1 file changed

+5
-26
lines changed

1 file changed

+5
-26
lines changed

src/content/changelog/4-4-1-2019-09-23.md

Lines changed: 5 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,38 +5,17 @@ version: 4.4.1
55
changelog:
66
- API
77
---
8-
<!-- API changelog requirements - delete this before merging -->
9-
- Replace all instances of X.X.X in the frontmatter with the appropriate API spec.
10-
- Replace all instances of 2019-01-01 with the production release date for the API.
11-
- All items in the changelog should mention which endpoints are affected.
12-
- For changes and bugfixes, describe the previous behavior AND the new behavior.
13-
14-
<!-- Where to put things - delete this before merging -->
15-
Some heuristics for which heading to put API reference updates under:
16-
17-
*Added*
18-
- New endpoint.
19-
- New fields in the request or a response of an existing endpoint.
20-
21-
*Changed*
22-
- Changes in the behavior of an existing endpoing, when the previous behavior was working as it was designed. In other words, non-bugfix changes.
23-
24-
*Fixes*
25-
- Bugfixes: Changes to the behavior of an endpoint, where the previous behavior was not working as intended/expected/documented.
26-
27-
<!-- Sample syntax - delete this before merging -->
28-
29-
- References to an endpoint should be in this format: `the Endpoint Name ([VERB /path/to/endpoint/{endpointVariable}](https://developers.linode.com/api/docs/v4/{endpoint}/{#endpointVariable})) endpoint` *Example*: `the Clone Linode ([POST /linode/instances/{linodeId}/clone](https://developers.linode.com/api/v4/linode-instances-linode-id-clone/#post)) endpoint`
30-
31-
<!-- Fill these sections out: -->
32-
338
### Added
349
- Added the `Enable Linode Managed` [POST /account/settings/managed-enable]() endpoint which enables Linode Managed for the entire account and sends a welcome email to the account’s associated email address. `Enable Linode Managed` can monitor any service or software stack reachable over TCP or HTTP.
3510

3611
- Added Firewalls beta endpoint [POST /firewalls]() which accepts a firewall setup and creates a new firewall. **Note**: this endpoint is prepended with **`/v4beta`** instead of `/v4`.
3712

3813
### Changed
39-
- Initiating a migration [POST /linode/instances/{linodeId}/migrate]() now generates a notification, available at [GET /account/notifications](), that includes how many Linodes are in the queue ahead of this Linode. This position is dynamically generated, so if the notification is retrieved at an interval, it is always up-to-date.
14+
- Initiating a migration [POST /linode/instances/{linodeId}/migrate]() now generates new, or updated, notifications available with [GET /account/notifications]() including:
15+
16+
- Your Linode will soon be automatically powered off, migrated, and restored to its previous state (booted or powered off).
17+
18+
- A notification which includes how many Linodes are in the queue ahead of this Linode. This position is dynamically generated, so if the notification is retrieved at an interval, it is always up-to-date.
4019

4120
### Fixed
4221
- Previously, in the edge case where overwrite was set to true when restoring from backup (POST/linode/instances/{linodeId}/backups/{backupId}/restore), some disks were not being properly deleted. Additionally, the check to determine if there is enough disk size has been changed from checking the Linode’s `free_space` against the backup object’s `total_size` which is a computed value. This computed value is now being computed by summing the MinRestoreSize of each disk in the backup.

0 commit comments

Comments
 (0)