Skip to content

Commit 7694fd4

Browse files
nmelehanJared Kobos
authored andcommitted
API Changelog 4.0.21 (linode#241)
* API Changelog 4.0.21 * Bump release/changelog dates
1 parent 9502edf commit 7694fd4

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

content/changelog/2019/04-22-api.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "4.0.21: 2019-04-22"
3+
date: "2019-04-22T08:00:00-04:00"
4+
description: "API Changelog 4.0.21"
5+
changelog:
6+
- API
7+
version: 4.0.21
8+
---
9+
10+
### Added
11+
12+
- Added taxes to invoices and invoice items.
13+
- 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

Comments
 (0)