Skip to content

Commit 7316dbb

Browse files
authored
Merge pull request linode#252 from linode/release-1.1.36
Release 1.1.36
2 parents b8ba740 + 21b4352 commit 7316dbb

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

src/components/2_molecules/sidemenu.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const topMenuItems = [
2020
"Errors",
2121
"Pagination",
2222
"Filtering and Sorting",
23+
"Rate Limiting",
2324
"CLI (Command Line Interface)",
2425
];
2526

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)