Skip to content

Commit 1e30ada

Browse files
authored
Merge pull request linode#121 from linode/cms/4-11-0-2019-12-16
Create Changelogs “4-11-0-2019-12-16”
2 parents 4e3a42b + 9042719 commit 1e30ada

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: '4.11.0:2019-12-16'
3+
date: 2019-12-16T21:00:00.000Z
4+
version: 4.11.0
5+
changelog:
6+
- API
7+
---
8+
### Added
9+
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)

0 commit comments

Comments
 (0)