Skip to content

v4.111.0

Compare
Choose a tag to compare
@bbiggerr bbiggerr released this 30 Nov 18:18
· 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:

  • 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

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 the s3cmd 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.