Skip to content

Commit 9c6a285

Browse files
authored
Merge pull request linode#313 from bbiggerr/api-changelog-4.82.0
API Changelog 4.82.0
2 parents 0072673 + 0f4440c commit 9c6a285

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: '4.82.0: 2020-12-15'
3+
date: 2020-12-15T04:00:00.000Z
4+
version: 4.82.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Fixed
10+
11+
- A bug was fixed to reject leading zeroes on ports set in Firewalls inbound and outbound rules. The following endpoints have been updated to reflect this new exclusion:
12+
13+
- [Firewall Create](/docs/api/networking/#firewall-create) (POST /networking/firewalls)
14+
- [Firewall Update](/docs/api/networking/#firewall-update) (PUT /networking/firewalls/{firewallId})
15+
- [Firewall Rules Update](/docs/api/networking/#firewall-rules-update) (PUT /networking/firewalls/{firewallId}/rules)
16+
17+
- The [Object Storage Object ACL Config Update](/docs/api/object-storage/#object-storage-object-acl-config-update) (PUT /object-storage/buckets/{clusterId}/{bucket}/object-acl) endpoint previously specified the object `name` as a query parameter. This was corrected to specify the object `name` in the request body.
18+
19+
- The following endpoints were corrected to include `page`, `pages`, and `results` in their response objects:
20+
- [User Logins List All](/docs/api/account/#user-logins-list-all) (GET /account/logins)
21+
- [Logins List](/docs/api/profile/#logins-list) (GET /profile/logins)

0 commit comments

Comments
 (0)