Skip to content

Commit f8e9877

Browse files
Merge pull request linode#89 from leslitagordita/mulgrew-miller-api-changelog
[New] Changelog for API Spec 4.6.0
2 parents fad2284 + d7b4b5c commit f8e9877

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.6.0: 2019-10-07"
3+
date: "2019-10-07T08:00:00-04:00"
4+
description: "API Changelog 4.6.0"
5+
changelog:
6+
- API
7+
version: 4.6.0
8+
---
9+
10+
### Breaking
11+
12+
* Removed `force` query parameter from [DELETE /object-storage/buckets/{clusterId}/{bucket}](https://developers.linode.com/api/v4/object-storage-buckets-cluster-id-bucket/#delete) endpoint.
13+
14+
* Removed `objects`, `size`, and `region` parameters from [GET /object-storage/buckets](https://developers.linode.com/api/v4/object-storage-buckets) and [GET /object-storage/buckets/{clusterId}/{bucket}](https://developers.linode.com/api/v4/object-storage-buckets-cluster-id-bucket) endpoints.
15+
16+
### Added
17+
18+
* A `linode_reboot` Event action can now generate a `secondary_entity` object. A `secondary_entity` object displays information about an additional entity that is related to the Event.
19+
* Use the Accounts collection to List Events [GET /account/events](/api/v4/account-events) or to View an Event [GET /account/events/{eventId}](/api/v4/account-events-event-id).
20+
21+
* The List Managed Stats endpoint [GET managed/stats](/api/v4/managed-stats) returns a list of Managed Stats on your Account in the form of x and y data points. You can use these data points to plot your own graph visualizations. These stats reflect the last 24 hours of combined usage across all managed Linodes on your account giving you a high-level snapshot of data for `cpu`, `disk`, `swap`, `network in`, and `network out`.
22+
23+
### Fixed
24+
25+
* Fixed a formatting error that prevented the [filtering and sorting](https://developers.linode.com/api/v4/#filtering-and-sorting) examples within the API documentation from correctly working as presented.
26+
27+
* Fixed an issue that allowed Linodes with IPv6 /116 pools to attempt to migrate to Next Generation Network (NGN) enabled data centers like Toronto and Mumbai. IPv6 /116 pools are not supported by NGN data centers, so these migrations would never actually progress. A Linode with IPv6 /116 pools will now be prevented from initiating a migration to an NGN data center, and the user will be prompted to contact support.

0 commit comments

Comments
 (0)