Skip to content

Commit 215c998

Browse files
committed
Update Changelogs “4-11-0-2019-12-16”
1 parent 8953852 commit 215c998

File tree

1 file changed

+14
-40
lines changed

1 file changed

+14
-40
lines changed

src/content/changelog/4-11-0-2019-12-16.md

Lines changed: 14 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,24 @@
11
---
22
title: '4.11.0:2019-12-16'
3-
date: 2019-12-16T05:00:00.000Z
4-
version: 4.10.1
3+
date: 2019-12-16T21:00:00.000Z
4+
version: 4.11.0
55
changelog:
66
- API
77
---
8-
<!-- API changelog requirements - delete this before merging -->
9-
- Replace all instances of X.X.X in the frontmatter with the appropriate API spec.
10-
- Replace all instances of 2019-01-01 with the production release date for the API.
11-
- All items in the changelog should mention which endpoints are affected.
12-
- For changes and bugfixes, describe the previous behavior AND the new behavior.
13-
14-
<!-- Where to put things - delete this before merging -->
15-
Some heuristics for which heading to put API reference updates under:
16-
17-
*Added*
18-
- New endpoints.
19-
- New fields in the request or a response of an existing endpoint.
20-
21-
*Changed*
22-
- Changes in the behavior of an existing endpoing, when the previous behavior was working as it was designed. In other words, non-bugfix changes.
23-
24-
*Fixes*
25-
- Bugfixes: Changes to the behavior of an endpoint, where the previous behavior was not working as intended/expected/documented.
26-
27-
<!-- Sample syntax - delete this before merging -->
28-
29-
- 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`
30-
31-
<!-- Fill these sections out: -->
32-
338
### Added
34-
- The `View Account` ([GET /account](https://developers.linode.com/api/docs/v4/account)) and the `Update Account` ([PUT /account](https://developers.linode.com/api/docs/v4/account)) endpoints have been updated to include a new field `euuid`. This field is an external unique indentifier for this customer.
35-
36-
- The following endpoints have the new field `last_successful` adedd to the `backups` envelope within the `Linode` object. This field is the date and time of the last successful backup if there was one. If there was no backup, 'None' is shown.
37-
- `List Linodes` ([GET /linode/instances](https://developers.linode.com/api/docs/v4/linode/instances))
38-
- `Create Linode` ([PUT /linode/instances](https://developers.linode.com/api/docs/v4/linode/instances))
39-
- `View Linode` ([GET /linode/instances/{linodeId}](https://developers.linode.com/api/docs/v4/linode/instances/{linodeId}))
40-
- `Update Linode` ([PUT /linode/instances/{linodeId}](https://developers.linode.com/api/docs/v4/linode/instances/{linodeId}))
41-
- `Rebuild Linode` ([POST /linode/instances/{linodeId}/rebuild](https://developers.linode.com/api/docs/v4/linode/instances/{linodeId}/rebuild))
429

43-
- Added end of life to image endpoints. This displays the image's distribution's end of life. This `eol` response parameter has been added to the following endpoints:
44-
- List Images ([GET /images](https://developers.linode.com/api/v4/images)])
45-
- Create Image ([POST /images](https://developers.linode.com/api/v4/images#post))
46-
- View Image [(GET /images/:imageId)](https://developers.linode.com/api/v4/images-image-id)
47-
- Update Image [(PUT /images/:imageId)](https://developers.linode.com/api/v4/images-image-id#put)
10+
* The `View Account` ([GET /account](https://developers.linode.com/api/docs/v4/account)) and the `Update Account` ([PUT /account](https://developers.linode.com/api/docs/v4/account)) endpoints have been updated to include a new field `euuid`. This field is an external unique indentifier for this customer.
11+
* The following endpoints have the new field `last_successful` adedd to the `backups` envelope within the `Linode` object. This field is the date and time of the last successful backup if there was one. If there was no backup, 'None' is shown.
12+
* `List Linodes` ([GET /linode/instances](https://developers.linode.com/api/docs/v4/linode/instances))
13+
* `Create Linode` ([PUT /linode/instances](https://developers.linode.com/api/docs/v4/linode/instances))
14+
* `View Linode` ([GET /linode/instances/{linodeId}](https://developers.linode.com/api/docs/v4/linode/instances/{linodeId}))
15+
* `Update Linode` ([PUT /linode/instances/{linodeId}](https://developers.linode.com/api/docs/v4/linode/instances/{linodeId}))
16+
* `Rebuild Linode` ([POST /linode/instances/{linodeId}/rebuild](https://developers.linode.com/api/docs/v4/linode/instances/{linodeId}/rebuild))
17+
* Added end of life to image endpoints. This displays the image's distribution's planned end of life. This `eol` response parameter has been added to the following endpoints:
18+
* List Images ([GET /images](https://developers.linode.com/api/v4/images)])
19+
* Create Image ([POST /images](https://developers.linode.com/api/v4/images#post))
20+
* View Image [(GET /images/:imageId)](https://developers.linode.com/api/v4/images-image-id)
21+
* Update Image [(PUT /images/:imageId)](https://developers.linode.com/api/v4/images-image-id#put)
4822

4923
### Changed
5024

0 commit comments

Comments
 (0)