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
Copy file name to clipboardExpand all lines: src/content/changelog/4-4-1-2019-09-23.md
+5-26Lines changed: 5 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -5,38 +5,17 @@ version: 4.4.1
5
5
changelog:
6
6
- API
7
7
---
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
-
33
8
### Added
34
9
- 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.
35
10
36
11
- 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`.
37
12
38
13
### 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.
40
19
41
20
### Fixed
42
21
- 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