Skip to content

Commit 6ce485d

Browse files
authored
Merge pull request linode#383 from bbiggerr/api-changelog-release-4.91.0
Add API v4.91.0 Changelog
2 parents 108a99c + dd6f072 commit 6ce485d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: '4.91.0: 2021-05-03'
3+
date: 2021-05-03T04:00:00.000Z
4+
version: 4.91.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Changed
10+
11+
- The Linode VLANs feature has completed beta testing! All beta notices have been removed for endpoints involving VLANs, and VLANS List ([GET /networking/vlans](https://www.linode.com/docs/api/networking/#vlans-list)) requests are now accessible at `/v4` instead of `/v4beta`.
12+
13+
- The descriptions for the following Images endpoints were updated to improve accuracy and clarity:
14+
- Images List ([GET /images](https://www.linode.com/docs/api/images/#images-list))
15+
- Image Create ([POST /images](https://www.linode.com/docs/api/images/#image-create))
16+
- Image Upload ([POST /images/upload](https://www.linode.com/docs/api/images/#image-upload))
17+
18+
### Fixed
19+
20+
- A bug was fixed that caused 500 errors to return when empty request bodies or strings were submitted to the Firewall Rules Update ([PUT /networking/firewalls/{firewallId}/rules](https://www.linode.com/docs/api/networking/#firewall-rules-update)) beta endpoint. An error is now returned instead.

0 commit comments

Comments
 (0)