Releases: linode/linode-api-docs
v4.117.1
v4.117.0
v4.115.0
Fixed
-
IP Addresses Share (POST /networking/ips/share):
- Fixed a bug that caused a 500 error to be returned when making requests for an inaccessible
linode_id.
- Fixed a bug that caused a 500 error to be returned when making requests for an inaccessible
-
VLANs List (GET /networking/vlans):
- Corrected the shell request sample path to point to the "v4beta" server.
v4.114.0
v4.113.0
Changed
- High Availability (HA) Control Plane for Linode Kubernetes Engine (LKE) is now generally available! Enabling LKE HA creates additional replicas of a cluster's control plane components, and includes a 99.99% uptime SLA. Additional information is available in the following command's updated request body schema:
- Kubernetes Cluster Update (PUT /lke/clusters/{clusterId})
Fixed
- OAuth Private Workflow - Additional Details has been updated to provide correct information regarding obtaining and refreshing OAuth access tokens.
v4.112.3
v4.112.0
Added
-
IP Addresses Share
- Configure IP address sharing to enabled IP failover between your Linodes.
-
IPv6 Range View (/networking/ipv6/ranges/{range})
- View information for a specific IPv6 range.
Changed
-
NodeBalancer hostname descriptions and examples updated to reflect recent changes.
-
Domain request and response body descriptions regarding MX records updated for clarity.
-
Account
countrydescription updated for accuracy.
v4.111.0
Changed
-
The maximum length for a Linode's
labelhas been increased from 32 to 64. This change affects the following endpoints:- Linode Create (POST /linode/instances)
- Linode Update (PUT /linode/instances/{linodeId})
- Linode Clone (POST /linode/instances/{linodeId}/clone)
-
The 299 (Deprecated) response has been added to the list of API HTTP Responses. This response indicates a successful request, but includes deprecation warnings and helpful instructions.
-
The Object Storage Cancel (POST /object-storage/cancel) command now automatically removes all buckets and their contents from your account. This data is irretrievable once removed, so please exercise caution when accessing this command.
Deprecated
- The following PayPal-related commands have been deprecated and may be removed in a future release. PayPal can now be designated as a Payment Method for automated payments using Cloud Manager.
- PayPal Payment Stage (POST /account/payments/paypal)
- Staged/Approved PayPal Payment Execute (POST /account/payments/paypal/execute)
Fixed
- We've made a correction to the Object Storage Bucket Remove (DELETE /object-storage/buckets/{clusterId}/{bucket}) command description. Previously, the description referenced using a
forceoption to delete buckets that contain objects. This option refers to thes3cmdcommand; it is not available as an option with Linode's API. The description has been updated accordingly. While we are working on implementing automatic deletion of bucket objects for this command, currently a bucket's objects must be removed separately prior to removing the bucket itself when using Linode's API.
v4.110.0
v4.109.1
Updated
- PayPal is now available as a recurring Payment Method. To add a PayPal Payment Method to your Account, please use Linode Cloud Manager. See our guide on Managing Billing in the Cloud Manager for instructions. Responses for the following commands have been updated:
- Payment Methods List (GET /account/payment-methods)
- Payment Method View (GET /account/payment-methods/{paymentMethodId})
Fixed
- Fixed typos in the Rate Limiting section.