Jun 30, 2024 — Linode API
6 months ago by cverner@akamai.com
v4.178.0
Fixed
- Object Storage create bucket error fix. Object Storage buckets use the object
label
to set a name for the bucket. Errors now reflect this value, rather thanname
. - Object Storage "graceful" error handling. Keys and user-related endpoints were calling
.json()
on the response returned from Object Storage for all non-200 status codes. This was creating issues for returned errors that don't include a JSON field. - CVV handling removed from payment methods. Previous payment processors required validation of the card validation value (CVV) for credit cards used for payment. This is no longer required and has been removed from the Make a payment (POST /account/payments) operation.