Releases: linode/linode-api-docs
v4.122.0
Changed
-
The beta period for Managed Databases is complete! All Managed Databases endpoints are now generally available.
-
Managed MySQL Database Delete (DELETE /databases/mysql/instances/{instanceId})
- This command can now be performed on Databases in
failed
anddegraded
states, in addition to those inactive
states.
- This command can now be performed on Databases in
-
Managed Database Types List (GET /databases/types)
Managed Database Type View (GET /databases/types/{typeId})- The response bodies for these commands have been updated to include engine type in its pricing data.
Fixed
- Node Pool Update (PUT /lke/clusters/{clusterId}/pools/{poolId})
- Added missing
autoscaler
property to this command's request body schema.
- Added missing
v4.120.1
v4.120.0
Added
-
Managed MySQL Database Backup Snapshot Create (POST /databases/mysql/instances/{instanceId}/backups)
- You can now create Database snapshot backups with this new beta command.
-
Managed MySQL Database Patch (POST /databases/mysql/instances/{instanceId}/patch)
- Update the minor version of a Managed MySQL Database with this new beta command.
Changed
-
Managed MySQL Database Create (POST /databases/mysql/instances)
- Managed MySQL Databases now include automatic minor version updates, performed during configurable maintenance windows that are configurable with the Managed MySQL Database Update (PUT /databases/mysql/instances/{instanceId}) beta command.
-
IP Addresses Share (POST /networking/ips/share)
- This beta command has been re-enabled.
-
PayPal Payment Stage (POST /account/payments/paypal)
Staged/Approved PayPal Payment Execute (POST /account/payments/paypal/execute)- These endpoints have been disabled. PayPal can instead be designated as a Payment Method for automated payments using Cloud Manager.
Fixed
- Managed MySQL Database View (GET /databases/mysql/instances/{instanceId})
- Fixed a bug preventing this command from executing for provisioning Databases.
v4.119.4
Changed
- Linode Create (POST /linode/instances)
- This command now has a dedicated limit of 10 requests per 30 seconds per user.
v4.119.0
Added
- Kubernetes Cluster Dashboard URL View (GET /lke/clusters/{clusterId}/dashboard)
- LKE Clusters now include Kubernetes Dashboard! Use this command to view a Cluster Dashboard access URL, which enables performance of administrative tasks through a web interface.
Changed
-
The following Managed Database commands now require that the Database is not provisioning in order to perform:
- Managed MySQL Database Backups List (GET /databases/mysql/instances/{instanceId}/backups)
- Managed MySQL Database Backup View (GET /databases/mysql/instances/{instanceId}/backups/{backupId})
-
Updated Account
state
information to include US military address guidance.