Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions src/content/changelog/4-73-0-2020-08-24.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: '4.73.0: 2020-08-24'
date: 2020-08-24T04:00:00.000Z
version: 4.73.0
changelog:
- API
---

### Added
- 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.

### Fixed
- 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.
- 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.
- Changes were made to the ([GET /linode/instances](https://developers.linode.com/api/v4/linode-instances)) endpoint to improve response time.