-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add API v4.139.0 Changelog
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: '4.139.0: 2022-10-28' | ||
date: 2022-10-28T01:00:00.000Z | ||
version: 4.139.0 | ||
changelog: | ||
- API | ||
--- | ||
|
||
### Added | ||
|
||
* [Linode Compute Instances](https://www.linode.com/docs/api/linode-instances/) now include the read-only `host_uuid` property. This UUID identifies the host machine of a compute instance, enabling potential failure point identification for applications running on multiple instances. | ||
|
||
### Changed | ||
|
||
* **Managed Service Create** ([POST /managed/services](https://www.linode.com/docs/api/managed/#managed-service-create)) | ||
|
||
**Managed Service Update** ([PUT /managed/services/{serviceId}](https://www.linode.com/docs/api/managed/#managed-service-update)) | ||
* The `address` property for Managed Services now has a limit of up to 100 characters. | ||
|
||
* **Linodes Assign IPv4s** ([POST /networking/ipv4/assign](https://www.linode.com/docs/api/networking/#linodes-assign-ipv4s)) | ||
* This command is now equivalent to **IP Addresses Assign** ([POST /networking/ipv4/assign](https://www.linode.com/docs/api/networking/#ip-addresses-assign)). | ||
|
||
### Fixed | ||
|
||
* [StackScripts](https://www.linode.com/docs/api/stackscripts/) are now filterable by `rev_note` in accordance to the documentation. |