Skip to content

Commit d542f6b

Browse files
authored
API v4.93.0 Changelog (linode#394)
* Add API v4.93.0 Changelog
1 parent 74c6a17 commit d542f6b

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: '4.93.0: 2021-05-17'
3+
date: 2021-05-17T04:00:00.000Z
4+
version: 4.93.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Added
10+
11+
- StackScripts now have the `mine` boolean read-only property, which indicates whether the StackScript is owned by the account of the user making the request. This property can be used to easily filter responses so that only your account's StackScripts are returned when using the StackScripts List ([GET /stackscripts](https://www.linode.com/docs/api/stackscripts/#stackscripts-list)) endpoint.
12+
13+
- The Domain Zone File View ([GET /domains/{domainId}/zone-file](https://www.linode.com/docs/api/domains/#domain-zone-file-view)) has been added. Access this endpoint to view an array containing the lines of the zone file for the last rendered zone of the specified domain.
14+
15+
- Restricted users can now access Images they created using the Image Upload ([POST /images/upload](https://www.linode.com/docs/api/images/#image-upload)) beta endpoint.
16+
17+
### Changed
18+
19+
- The responses for the Linodes List ([GET /linode/instances](https://www.linode.com/docs/api/linode-instances/#linodes-list)) and NodeBalancers List ([GET /nodebalancers](https://www.linode.com/docs/api/nodebalancers/#nodebalancers-list)) endpoints are now filterable by their respective `ipv4` properties.
20+
21+
- The response for the Images List ([GET /images](https://www.linode.com/docs/api/images/#images-list)) endpoint is now filterable by the `type` property.
22+
23+
### Fixed
24+
25+
- The `read_only` property of the Disk Create ([POST /linode/instances/{linodeId}/disks](https://www.linode.com/docs/api/linode-instances/#disk-create)) endpoint's request body schema was nonfunctional and has been removed from the specification.
26+
27+
- A bug was fixed that caused the Firewall Update ([PUT /networking/firewalls/{firewallId}](https://www.linode.com/docs/api/networking/#firewall-update)) endpoint to incorrectly return a "too many active Firewalls" error. The error incorrectly appeared when a Firewall's `status` was set from `disabled` to `enabled` after attached Linodes were deleted.

0 commit comments

Comments
 (0)