API v4.60.0

Added

Fixed

  • Corrected the field for unit price in the List Invoice Items (GET /account/invoices/{invoiceId}/items) endpoint. Previously, this field was listed as unitprice with type number. It is now correctly listed as unit_price with type string.

  • When a Linode that was deployed from a StackScript is deleted, that StackScript’s deployments_active value should decrease. This property’s value was incorrectly reporting the number of active deployments for a StackScript. While this bug was addressed in a previous API release, additional work was completed to improve the previous fix.

  • Changes were made to improve the performance of the List Networking Information (GET /linode/instances/{linodeId}/ips) endpoint.