Releases: linode/linode-api-docs
v4.138.0
Changed
-
Domain Record Create (POST /domains/{domainId}/records)
Domain Record Update (PUT /domains/{domainId}/records/{recordId})
- Requests for CAA records now require valid
targetvalues depending on the record'stag. - Requests for PTR records now require a
targetattribute.
- Requests for CAA records now require valid
-
IPv4 Sharing Configure (POST /networking/ipv4/share)
- This command is now equivalent to IP Addresses Share (POST /networking/ips/share).
Fixed
-
Image Create (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.
-
Linode Assign IPs (POST /networking/ips/assign)
- Fixed a bug that allowed IP assignment requests with empty
addressvalues. Requests must now include IP addresses.
- Fixed a bug that allowed IP assignment requests with empty
-
Tagged Objects List (GET/tags/{label})
- Fixed a bug that produced incorrect Linode statuses in responses.
v4.137.0
Changed
-
Domain Create (POST /domains)
Domain Update (PUT /domains/{domainId})
axfr_ipsandmaster_ipseach now have a total combined length limit of 1000 characters for data within their respective arrays.
Fixed
-
Linodes Assign IPv4s (POST /networking/ipv4/assign)
- Fixed a bug that prevented successful swapping of private IPv4 addresses.
-
NodeBalancer Config Create (POST /nodebalancers/{nodeBalancerId}/configs)
NodeBalancer Config Update (PUT /nodebalancers/{nodeBalancerId}/configs/{configId})
- Previously, NodeBalancer Configs were created with default values of 2 for
check_intervaland 30 forcheck_timeout. This violated the requirement thatcheck_timeoutbe greater thancheck_interval, causing Config Update requests to fail if these values were not updated. Now, the default value forcheck_intervalis 31 when creating NodeBalancer Configs.
- Previously, NodeBalancer Configs were created with default values of 2 for
-
Promo Credit Add (POST /account/promo-codes)
- Fixed a bug that caused an incorrect
expire_dtvalue in responses.
- Fixed a bug that caused an incorrect
v4.136.0
Changed
- Firewall Create (POST /networking/firewalls)
Firewall Rules Update (PUT /networking/firewalls/{firewallId}/rules)- Firewalls can now be created and updated with rules that allow network traffic for the
IPENCAPprotocol.
- Firewalls can now be created and updated with rules that allow network traffic for the
Fixed
- Linodes Assign IPs (POST /networking/ips/assign)
Linodes Assign IPv4s (POST /networking/ipv4/assign)- Fixed a bug that prevented IP assignments involving Linodes with multiple private IP addresses.
Removed
- Managed MongoDB Database Create (POST /databases/mongodb/instances)
- New MongoDB Databases cannot currently be created.
v4.135.0
Added
- Added a Time Values section to main description. This mentions all times reported by the API are in UTC.
Changed
- Updated
day_of_weekproperty description for Managed Database endpoints - Updated
descriptionproperty of MySQL, PostgreSQL, MongoDB create and update endpoints to remove references to a default maintenance window day/time as, if no value is given, the day and time may vary. - Updated
descriptionproperty of IPv4 Address Delete endpoint to specify that private IPs can now be deleted in addition to public IPv4s.
v4.134.0
Fixed
-
Fixed a bug that caused all Disks on a Linode to return a "not ready" status if one of the disks was not ready.
-
Fixed a bug that caused an error when attempting a Linode Clone while below the limit of 5 concurrent clones. Now, the error only returns when attempting more than 5 concurrent clones of a Linode.
-
Linodes that are in the process of backup restoration can no longer be deleted.
-
Previously, assigning an IP address off of a Managed Linode automatically set the Managed Setting "ssh.access" property to
false. Now, assignment of a Managed Linode's IP Address does not affect its "ssh.access" setting.
v4.133.0
Changed
- Account View (GET /account)
- The
billing_sourceproperty has been added to this command's response, which specifies whether the Account has an Akamai-specific relationship.
- The
Fixed
- Fixed a bug that allowed requests to create Managed Databases with an invalid number of nodes. Managed Databases can only be created with 1 or 3 nodes.
v4.132.0
Changed
-
StackScript Create (POST /linode/stackscripts)
StackScript Update (PUT /linode/stackscripts/{stackscriptId})
- StackScripts are now configurable to accept any and all available Image distributions by using the
any/allvalue for a StackScript's "images".
- StackScripts are now configurable to accept any and all available Image distributions by using the
Fixed
-
Fixed a bug regarding removal of VLAN interfaces from Linodes, which prevented certain functions such as migrating Linodes to regions that do not support VLANs.
-
Fixed a bug where removing a Linode IP address failed to update any Managed Linode access settings that involved that IP address. Now, a Managed Linode's
sshproperties are reset to their default values in this case. To view and configure Managed Linode SSH settings, use the Linode's Managed Settings View (GET /managed/linode-settings/{linodeId}) and Linode's Managed Settings Update (PUT /managed/linode-settings/{linodeId}) commands.
v4.130.0
Changed
Version bump.
v4.129.0
Added
You can now manage adding a verified phone number to your User Profile with the following new commands:
- Phone Verification Code Send (POST /profile/phone-number)
- Send a verification code to your phone number.
- Phone Number Verify (POST /profile/phone-number/verify)
- Use the code to verify your phone number and add it to your User Profile.
- Phone Number Delete (DELETE /profile/phone-number)
- Remove the verified phone number from your User Profile.
You can now manage security questions for your User Profile with the following new commands:
- Security Questions List (GET /profile/security-questions)
- Returns a collection of security questions and their responses, if any, for your User Profile.
- Security Questions Answer (POST /profile/security-questions)
- Adds security question responses for your User, allowing an additional method of authenticating your account.
Changed
-
Profile View (PUT /account)
- The
verified_phone_numberproperty is now included in responses for this command.
- The
-
Two Factor Authentication Confirm/Enable (POST /profile/tfa-enable-confirm)
- Prior to accessing this command, security questions must now be answered for your User with the Security Questions Answer (POST /profile/security-questions) command.
Fixed
- Fixed weekday key for Managed Databases Backups.
v4.128.0
Changed
- Account Update (PUT /account)
- The
tax_idmaximum length is now 25 (previously 100).
- The
Fixed
- Account Update (PUT /account)
- When updating an Account's
countryto "US", an error is now returned if the Account'szipis an invalid US zip code.
- When updating an Account's