Skip to content

Commit 35dbd68

Browse files
authored
Merge pull request linode#277 from hzoppetti/api-changelog-4.77.0
[New] API Changelog 4.77.0
2 parents 2c9ddd8 + 6a6fb15 commit 35dbd68

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: '4.77.0: 2020-10-05'
3+
date: 2020-10-05T04:00:00.000Z
4+
version: 4.77.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Added
10+
11+
- Added the `messages` field to the Event schema object. The message field provides additional information about the event. Additional information may include, but is not limited to, a more detailed representation of events which can help diagnose non-obvious failures. This new field is available on the following Account Event endpoints:
12+
13+
- Event List ([GET /account/events](/api/v4/account-events))
14+
- Event View ([GET /account/events/{eventId}](/api/v4/account-events-event-id))
15+
16+
- Added the `deprecated` field to the Kernel schema object. If this Kernel is marked as deprecated, this field has a value of true; otherwise, this field is false. This new field is available on the Linode Instances Kernel endpoints:
17+
18+
- Kernels List ([GET /linode/kernels](/api/v4/linode-kernels))
19+
- Kernel View ([GET /linode/kernels/{kernelId}](/api/v4/linode-kernels-kernel-id))
20+
21+
### Changed
22+
23+
- Updated the endpoint names to follow the convention `noun` followed by `verb`. For example, `View Account` is now named `Account View`.
24+
25+
- Updated the description for the Object Storage Key Create ([POST /object-storage/keys](/api/v4/object-storage-keys/#post)) endpoint with information on the available Access Key and Limited Access Key creation options.
26+
27+
- Updated the `bucket_access` field description in the `ObjectStorageKey` schema object with a note about the results of ommiting this field when creating a limited access Object Storage Key.
28+
29+
### Fixed
30+
31+
- The User's Grants View ([GET /account/users/{username}/grants](/api/v4/account-users-username-grants)) endpoint was updated to have a less restrictive authorization of `account:read_only` instead of `account:read_write`. This fixes the discrepancy between specification and endpoint behavior.

0 commit comments

Comments
 (0)