v4.111.0
·
818 commits
to development
since this release
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.