You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added the *subtotal* and *tax* properties to invoices (GET /account/invoices/{invoiceId})
14
+
- The *total* property of an invoice now represents the total of the invoice after taxes.
15
+
- Added the *tax* and *total* properties to invoice items (GET /account/invoices/{invoiceId}/items).
16
+
- An invoice item's *total* is the item's *amount* plus the taxes levied on the item.
17
+
- The Events endpoints (GET /account/events, GET /account/events/{eventId}) will now include Lassie reboots and reboots of a Linode's host.
18
+
19
+
### Fixed
20
+
21
+
- Reverted ability to filter StackScripts by image (introduced in release 4.0.19).
22
+
- Resizing (POST /linode/instances/{linodeId}/resize) or upgrading (POST /linode/instances/{linodeId}/mutate) a Linode will now throw an error if there is no availability in the Linode's data center.
23
+
- The *backups_enabled* property of a Linode will now return true if a Linode's backups are temporarily paused by the Linode Support Team.
24
+
- Assigning a new credit card to an account (POST /account/credit-card) when the account has an expired credit card on file will no longer return an error.
0 commit comments