Skip to content

Commit 8c8ad50

Browse files
authored
Merge pull request #632 from bbiggerr/api-changelog-release-4.138.0
Add API v4.138.0 Changelog
2 parents e9090c0 + 048955a commit 8c8ad50

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: '4.138.0: 2022-10-17'
3+
date: 2022-10-17T01:00:00.000Z
4+
version: 4.138.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Changed
10+
11+
* **Domain Record Create** ([POST /domains/{domainId}/records](https://www.linode.com/docs/api/domains/#domain-record-create))
12+
13+
**Domain Record Update** ([PUT /domains/{domainId}/records/{recordId}](https://www.linode.com/docs/api/domains/#domain-record-update))
14+
* Requests for CAA records now require valid `target` values depending on the record's `tag`.
15+
* Requests for PTR records now require a `target` attribute.
16+
17+
* **IPv4 Sharing Configure** ([POST /networking/ipv4/share](https://www.linode.com/docs/api/networking/#ipv4-sharing-configure))
18+
* This command is now equivalent to **IP Addresses Share** ([POST /networking/ips/share](https://www.linode.com/docs/api/networking/#ip-addresses-share)).
19+
20+
### Fixed
21+
22+
* **Image Create** ([POST /images](https://www.linode.com/docs/api/images/#image-create))
23+
* Fixed a bug that allowed successful requests for disks of deleted Linodes, which would lead to failed Image creation. Now, requests for disks of deleted Linodes result in a 404 response.
24+
25+
* **Linode Assign IPs** ([POST /networking/ips/assign](https://www.linode.com/docs/api/networking/#linodes-assign-ips))
26+
* Fixed a bug that allowed IP assignment requests with empty `address` values. Requests must now include IP addresses.
27+
28+
* **Tagged Objects List** ([GET/tags/{label}](https://www.linode.com/docs/api/tags/#tagged-objects-list))
29+
* Fixed a bug that produced incorrect Linode statuses in responses.

0 commit comments

Comments
 (0)