Skip to content

Commit 21b4352

Browse files
authored
Merge pull request linode#251 from linode/api-changelog-4.73.0
API Changelog 4.73.0
2 parents 3ee9cac + 5fae419 commit 21b4352

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: '4.73.0: 2020-08-24'
3+
date: 2020-08-24T04:00:00.000Z
4+
version: 4.73.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Added
10+
- Added the `BETA List Maintenance` ([GET /account/maintenance](/api/v4/account-maintenance)) endpoint. This new beta endpoint allows you to view a collection of maintenance objects for any entity you have permissions to view. Currently, Linodes are the only entities available for viewing.
11+
12+
### Fixed
13+
- A bug was fixed that would result in a 500 error when filtering domain records by a non-existent tag. This will now return a 200 response with an empty pagination result.
14+
- Previously, NS and CNAME records could be created for each other, resulting in errors when the zone file is rendered. If this is attempted now, the record creation will fail with a "Record conflict" message.
15+
- Changes were made to the ([GET /linode/instances](https://developers.linode.com/api/v4/linode-instances)) endpoint to improve response time.
16+

0 commit comments

Comments
 (0)