Skip to content

Commit e4aad7a

Browse files
authored
Merge pull request linode#76 from linode/cms/4-4-1-2019-09-23
Create Changelogs “4-5-0-2019-09-23”
2 parents 341ce1a + 95cc428 commit e4aad7a

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: '4.5.0: 2019-09-23'
3+
date: 2019-09-23T04:00:00.000Z
4+
version: 4.5.0
5+
changelog:
6+
- API
7+
---
8+
### Added
9+
- Added the Enable Linode Managed ([POST /account/settings/managed-enable](https://developers.linode.com/api/v4/account-settings-managed-enable/#post)) endpoint to Account.
10+
- This endpoint enables Linode Managed for the entire account and sends a welcome email to the account’s associated email address.
11+
- [Linode Managed](https://linode.com/docs/platform/linode-managed/) is an incident response service that can monitor any software stack or service reachable over TCP or HTTP.
12+
13+
### Changed
14+
15+
- The List Notifications endpoint ([GET /account/notifications](https://developers.linode.com/api/v4/account-notifications)) now provides more detailed information when a pending host migration or DC migration ([POST /linode/instances/{linodeId}/migrate](https://developers.linode.com/api/v4/linode-instances-linode-id-migrate/#post)) for a Linode is initiated. This information includes:
16+
17+
- How many Linodes are in the queue ahead of your Linode. The Linode's position is dynamically generated, so if the notification is retrieved at an interval, it is always up-to-date.
18+
19+
- The convenience endpoint List Object Storage Bucket Contents ([GET /object-storage/buckets/{clusterId}/{bucket}/object-list] (https://developers.linode.com/api/v4/object-storage-buckets-cluster-id-bucket-object-list)) now returns two new parameters to help with pagination:
20+
- `is_truncated`, a boolean which is true if there is another page of objects and
21+
- `next_marker`, a string value to pass to the `marker` query parameter to get the next page of objects.
22+
23+
### Fixed
24+
25+
- Previously, when restoring a Linode from a backup ([POST /linode/instances/{linodeId}/backups/{backupId}/restore](https://developers.linode.com/api/v4/linode-instances-linode-id-backups-backup-id-restore/#post)) with `overwrite:true`, some disks on the Linode were not properly deleted. This bug has been fixed. Additionally, the check to determine if the Linode has enough free disk space during a backup restore has been improved.
26+
27+
- The List Support Tickets endpoint ([GET /support/tickets](https://developers.linode.com/api/v4/support-tickets)) will now properly honor the `order_by` and `x-filter` query parameters.

0 commit comments

Comments
 (0)