Skip to content

Commit 5c9685e

Browse files
committed
Update Changelogs “4-8-0-2019-10-21”
1 parent a677640 commit 5c9685e

File tree

1 file changed

+11
-34
lines changed

1 file changed

+11
-34
lines changed

src/content/changelog/4-8-0-2019-10-21.md

Lines changed: 11 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -5,44 +5,21 @@ version: 4.8.0
55
changelog:
66
- API
77
---
8-
<!-- API changelog requirements - delete this before merging -->
9-
10-
* Replace all instances of X.X.X in the frontmatter with the appropriate API spec.
11-
* Replace all instances of 2019-01-01 with the production release date for the API.
12-
* All items in the changelog should mention which endpoints are affected.
13-
* For changes and bugfixes, describe the previous behavior AND the new behavior.
14-
15-
<!-- Where to put things - delete this before merging -->
16-
17-
Some heuristics for which heading to put API reference updates under:
18-
19-
_Added_
20-
21-
* New endpoints.
22-
* New fields in the request or a response of an existing endpoint.
23-
24-
_Changed_
25-
26-
* Changes in the behavior of an existing endpoing, when the previous behavior was working as it was designed. In other words, non-bugfix changes.
27-
28-
_Fixes_
29-
30-
* Bugfixes: Changes to the behavior of an endpoint, where the previous behavior was not working as intended/expected/documented.
31-
32-
<!-- Sample syntax - delete this before merging -->
33-
34-
* 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`
35-
36-
<!-- Fill these sections out: -->
37-
388
### Added
399

40-
* Added [POST /object-storage/cancel](https://developers.linode.com/api/v4beta/object-storage-cancel/#post) endpoint.
41-
* This endpoint allows you to remove Object Storage from an account. All buckets must be empty in order to use this endpoint.
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`.
4214

4315
### Changed
4416

45-
* The `View Account Settings ([GET /account/settings](https://developers.linode.com/api/v4/account-settings)) endpoint` has been updated to include the status of this account's Object Storage Service. The possible values for this status are, `disabled`, `suspended`, and `active`.
46-
* Added the `duration` property to `Event` which is the total duration in seconds of an Event's jobs from the time the first job to start started, to the time the last job to finish finished. To view a list of Events see the `List Events ([GET /account/events](https://developers.linode.com/api/v4/account-events)) endpoint` and to view a specific event see the `View Event ([GET /account/events/{eventId}](https://developers.linode.com/api/v4/account-events-event-id)) endpoint`.
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.
4719

4820
### 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)