Oct 17, 2022 — Linode API
about 2 years ago by cverner@akamai.com
v4.138.0
Changed
- Create a domain record (POST /domains/{domainId}/records) and Update a domain record (PUT /domains/{domainId}/records/{recordId}) operations:
- Requests for CAA records now require valid target values depending on the record’s tag.
- Requests for PTR records now require a target attribute.
- Configure IPv4 sharing (POST /networking/ipv4/share). This operation now performs the same as the Share IP addresses (POST /networking/ips/share) operation.
Fixed
- Create an image (POST /images). 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.
- Assign IP addresses (POST /networking/ips/assign). Fixed a bug that allowed IP assignment requests with empty address values. Requests must now include IP addresses.
- List tagged objects (GET/tags/{label}). Fixed a bug that produced incorrect Linode statuses in responses.