Skip to content

Commit b6dbffa

Browse files
authored
Merge pull request linode#105 from linode/cms/4-8-0-2019-10-21
Create Changelogs “4-8-0-2019-10-21”
2 parents f69f47b + 5c9685e commit b6dbffa

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: '4.8.0: 2019-10-21'
3+
date: 2019-11-04T05:00:00.000Z
4+
version: 4.8.0
5+
changelog:
6+
- API
7+
---
8+
### Added
9+
10+
* Added the Cancel Object Storage ([POST /object-storage/cancel](https://developers.linode.com/api/v4beta/object-storage-cancel/#post)) endpoint.
11+
* This endpoint allows you to remove Object Storage from an Account. All buckets must be empty in order to use this endpoint.
12+
* Added the `duration` property to Events, which represents the total duration in seconds that it takes for an Event to complete. Use the List Events ([GET /account/events](https://developers.linode.com/api/v4/account-events)) and View Event ([GET /account/events/{eventId}](https://developers.linode.com/api/v4/account-events-event-id)) endpoints to review your Account's Events.
13+
* The View Account Settings ([GET /account/settings](https://developers.linode.com/api/v4/account-setttings)) endpoint has been updated to include the status of an Account's Object Storage service. The possible values for this status are `disabled`, `suspended`, and `active`.
14+
15+
### Changed
16+
17+
* China UnionPay credit card numbers are now accepted as valid by the Add/Edit Credit Card ([POST /account/credit-card](https://developers.linode.com/api/v4/account-credit-card/#post)) endpoint.
18+
* When a Support Ticket is updated, email notifications are sent to customers for those updates. Previously, an email was sent for every Ticket update, including any submitted by the customer. Now, only Ticket updates from Linode Support will prompt an email.
19+
20+
### Fixed
21+
22+
* Calls to the Update User Preferences ([GET /profile/preferences](https://api.linode.com/v4/profile/preferences)) endpoint were returning an HTTP 500 error. This error has been resolved, and user preferences will now be saved as expected.
23+
* Domains under the `.rio.br` second-level domain are now accepted as valid. Domains can be entered with the Create Domain ([POST /domains](https://developers.linode.com/api/v4/domains#post)), Update Domain ([PUT /domains/{domainId}](https://developers.linode.com/api/v4/domains-domain-id/#put)), or Import Domain ([POST /domains/import](https://developers.linode.com/api/v4/domains-import/#post)) endpoints.
24+
* Fixed an issue where a restricted User with read-only permissions on an Account's private StackScript could view that StackScript but could not deploy a Linode with it. The restricted User will now be able to deploy the StackScript.
25+
* Use the List StackScripts ([GET /linode/stackscripts](https://api.linode.com/v4/linode/stackscripts)) and View StackScript ([GET /stackscripts/{stackscriptId}](https://api.linode.com/v4/linode/stackscripts/{stackscriptId})) endpoints to review your StackScripts.

0 commit comments

Comments
 (0)