Skip to content

Commit 7c3307d

Browse files
authored
Merge pull request linode#405 from bbiggerr/api-changelog-release-4.95.0
API v4.95.0 Changelog
2 parents b022ed2 + c283f9f commit 7c3307d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: '4.95.0: 2021-06-14'
3+
date: 2021-06-14T04:00:00.000Z
4+
version: 4.95.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Changed
10+
11+
- Linode Disks can now be created from Account-specific ("private/") Images that a user has `read_only` or `read_write` access to with the Linode Create ([POST /linode/instances](https://www.linode.com/docs/api/linode-instances/#linode-create)) or Disk Create ([POST/linode/instances/{linodeId}/disks](https://www.linode.com/docs/api/linode-instances/#disk-create)) endpoints. Previously, only users with `read_write` access to an Account Image could create disks from that Image.
12+
13+
### Fixed
14+
15+
- A bug has been fixed that prevented filtering the Firewalls List ([GET /linode/instances/{linodeId}/firewalls](https://www.linode.com/docs/api/linode-instances/#firewalls-list)) endpoint for the `created`, `id`, `label`, `tags`, and `updated` properties.

0 commit comments

Comments
 (0)