Releases: linode/linode-api-docs
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
country
description updated for accuracy.
v4.111.0
Changed
-
The maximum length for a Linode's
label
has 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
force
option to delete buckets that contain objects. This option refers to thes3cmd
command; 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.
v4.109.0
Added
-
Linode Assign IPs (POST /networking/ips/assign):
- Manage both IPv4 address and IPv6 range assignments to your Linodes with this command.
- This command was formerly located at POST /networking/ipv4/assign, which has been re-named to Linode Assign IPv4s.
-
IPv6 Range Create (POST /networking/ipv6/ranges):
- Create /54 or /64 IPv6 ranges for your Linodes with this command.
-
IPv4 Range Delete (DELETE /networking/ipv6/ranges/{range}):
- Delete IPv6 ranges with this command.
Updated
- Linode Create (POST /linode/instances):
- Clarified when
root_pass
is required during disk creation in request body schema description.
- Clarified when
Fixed
- Broken link contained in Managed Credential Update (PUT /managed/credentials/{credentialId}) endpoint description.
v4.108.1
Updated
- Added the ability to support High Availability on Kubernetes Clusters created using LKE. This change can be seen on the following endpoints: