Skip to content

Releases: linode/linode-api-docs

v4.136.0

19 Sep 18:25
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Changed

Version bump.

v4.129.0

24 Jun 19:57
Compare
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
Compare
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.

v4.127.1

06 Jun 19:11
878c327
Compare
Choose a tag to compare

Added

Changed

  • Managed MySQL Database Create (POST /databases/mysql/instances)

    • The add_databases User grant is now required for unrestricted Users accessing this command.
  • Invoices List (GET /account/invoices)

    • Invoice data now includes tax summary information, breaking down the total tax amount into subtotals such as state and city taxes.

Fixed

  • Managed Databases now report an updating status, rather than active, while processing updates to a Database's allow_list.

  • Managed MongoDB Database Create (POST /databases/mongodb/instances)

    • The MMAPV1 storage engine now requires MongoDB version < 4.0.

v4.123.0

03 May 19:56
Compare
Choose a tag to compare

Changed