Releases: linode/linode-api-docs
Releases · linode/linode-api-docs
v4.158.1
Changed
-
IP Addresses List (GET /networking/ips)
- In addition to
region
, responses for this command can now also be filtered by the following parameters:address
prefix
rdns
type
- In addition to
Fixed
-
Configuration Profile Update (POST /linode/instances/{linodeId}/configs/{configId})
- Fixed a bug that prevented other changes from taking effect when an empty
interfaces
parameter was included in the request for this command. Now, when an emptyinterfaces
parameter is included with a request, all other changes to the configuration profile are also made.
- Fixed a bug that prevented other changes from taking effect when an empty
v4.157.1
v4.157.0
Added
-
Linode Rebuild (POST /linode/instances/{linodeId}/rebuild)
- You can now rebuild and resize a compute instance in a single action by including the new type parameter with your request for this command.
v4.156.1-patch.1
Changed
- Marked Profile
verified_phone_number
asnullable
v4.156.0
v4.155.0
Added
-
IP Addresses List (GET /networking/ips)
- You can now drastically improve the performance of this command by utilizing the
skip_ipv6_rdns
option to exclude IPv6 RDNS data from responses. We recommend using this option if your application frequently accesses this command and does not require IPv6 RDNS data.
- You can now drastically improve the performance of this command by utilizing the
v4.154.1
v4.154.0
Changed
-
Account Update (PUT /account)
- Now, when making requests for this command, the
company
,first_name
, andlast_name
properties must not include any of the following characters:<
>
(
)
"
=
- Now, when making requests for this command, the
v4.153.3-patch.1
This release contains documentation-only updates.
Fixed
- Corrected the response schema for Networking Information list. Previously,
ipv6.global
was defined as an object. It is now defined as an array of objects.
v4.153.2
Changed
-
Volume Create (POST /volumes)
This command now has a rate limit of 25 requests per minute.