Skip to content

Commit 66e758d

Browse files
Merge pull request linode#118 from linode/cms/4-9-1-2019-12-02
Create Changelogs “4-9-1-2019-12-02”
2 parents aea3dfd + 78eedfa commit 66e758d

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.10.0:2019-12-03'
3+
date: 2019-12-03T05:00:00.000Z
4+
version: 4.10.0
5+
changelog:
6+
- API
7+
---
8+
### Added
9+
10+
- Added the `status` property to List Regions ([GET /regions](/api/v4/regions)) and View Region ([GET /regions/{regionId}](/api/v4/regions-region-id)). The `status` property returns a region's current operational status.
11+
12+
- A `linode_config_create`, `linode_config_delete`, `linode_config_update`, `disk_create`, `disk_update` Event action can now generate a `secondary_entity` object. A `secondary_entity` object displays information about an additional entity that is related to the Event.
13+
14+
- Refer to the List Events ([GET /account/events](/api/v4/account-events)) and View Event ([GET /account/events/{eventId}](/api/v4/account-events-event-id)) endpoints to review your Events.
15+
16+
- When creating or updating a Domain Record of type `SRV`, the `target` field now accepts a value of `.`. By setting the target of an SRV record to `.`, you can indicate that a particular service is not supported at a particular domain. See [RFC 6186, section 3.4](https://tools.ietf.org/html/rfc6186#section-3.4) for details on this usage.
17+
18+
### Fixed
19+
20+
- You can now use the `+order_by` operator to filter by `region` when Listing Linodes ([GET /linode/instances](/api/v4/linode-instances)). Previously, this would result in an `unable to apply filter` error.

0 commit comments

Comments
 (0)