Skip to content

Commit

Permalink
Updated rel notes for API v4.176.0 (#6948)
Browse files Browse the repository at this point in the history
* Updated rel notes for API v4.176.0

* Fixed date
  • Loading branch information
Vernholio authored May 14, 2024
1 parent acd80d4 commit 530dcc3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/release-notes/api/v4.176.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: API v4.176.0
date: 2024-05-13
version: 4.176.0
---

### Changed

Updated account availability-related endpoints, to apply new functionality and bring them from beta to GA:

- **Account Availability** ([GET /account/availability](/docs/api/account/#account-availability))
- **Region Service Availability** ([GET /account/availability/{id}](/docs/api/account/#region-service-availability))

### Fixed

- **Service Transfer Create** ([POST /account/service-transfers](/docs/api/account/#service-transfer-create)). Included VPC in list of services that a Linode can't use.
- **VPC-related fixes**:
- Corrections to `nat_1_1` objects for proper support.
- Proper IP address formatting for VPC IP addresses.
- **IP Addresses List** ([GET /linode/instances/{linodeId}/ips](/docs/api/networking/#ip-addresses-list)). Corrected response example to show VPC's displayed as objects in an array and added ipv4.vpc attribute to x-linode-cli-subtables.
- **Domain Clone** ([POST /domains/{domainId}/clone](/docs/api/domains/#domain-clone)). Updated regex examples to proper format.
- **IP Addresses List** ([GET /linode/instances/{linodeId}/ips](/docs/api/networking/#ip-addresses-list)). Replaced `requestBody` with query string.
- **Object Storage Bucket Contents List** ([GET /object-storage/buckets/{clusterId}/{bucket}/object-list](/docs/api/object-storage/#object-storage-bucket-contents-list)). Fixed incorrect response sample.
- **Parent/Child Account fixes** Applied pagination and missing warning message.

0 comments on commit 530dcc3

Please sign in to comment.