Skip to content

Releases: linode/linode-api-docs

v4.138.0

17 Oct 18:29

Choose a tag to compare

Changed

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 address values. Requests must now include IP addresses.
  • Tagged Objects List (GET/tags/{label})

    • Fixed a bug that produced incorrect Linode statuses in responses.

v4.137.0

03 Oct 18:18

Choose a tag to compare

Changed

  • Domain Create (POST /domains)

    Domain Update (PUT /domains/{domainId})

    • axfr_ips and master_ips each now have a total combined length limit of 1000 characters for data within their respective arrays.

Fixed

v4.136.0

19 Sep 18:25

Choose a tag to compare

Changed

Fixed

Removed

  • Managed MongoDB Database Create (POST /databases/mongodb/instances)
    • New MongoDB Databases cannot currently be created.

v4.135.0

06 Sep 16:28

Choose a tag to compare

Added

  • Added a Time Values section to main description. This mentions all times reported by the API are in UTC.

Changed

  • Updated day_of_week property description for Managed Database endpoints
  • Updated description property 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 description property of IPv4 Address Delete endpoint to specify that private IPs can now be deleted in addition to public IPv4s.

v4.134.0

22 Aug 18:08

Choose a tag to compare

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

08 Aug 17:07
447d909

Choose a tag to compare

Changed

  • Account View (GET /account)
    • The billing_source property has been added to this command's response, which specifies whether the Account has an Akamai-specific relationship.

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

25 Jul 19:09
0b061a8

Choose a tag to compare

Changed

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 ssh properties 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

11 Jul 18:51
41b5219

Choose a tag to compare

Changed

Version bump.

v4.129.0

24 Jun 19:57

Choose a tag to compare

Added

You can now manage adding a verified phone number to your User Profile with the following new commands:

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

Fixed

  • Fixed weekday key for Managed Databases Backups.

v4.128.0

13 Jun 18:01

Choose a tag to compare

Changed

  • Account Update (PUT /account)
    • The tax_id maximum length is now 25 (previously 100).

Fixed

  • Account Update (PUT /account)
    • When updating an Account's country to "US", an error is now returned if the Account's zip is an invalid US zip code.