API v4.10.0
Added
Added the
status
property to List Regions (GET /regions) and View Region (GET /regions/{regionId}). Thestatus
property returns a region’s current operational status.A
linode_config_create
,linode_config_delete
,linode_config_update
,disk_create
,disk_update
Event action can now generate asecondary_entity
object. Asecondary_entity
object displays information about an additional entity that is related to the Event.- Refer to the List Events (GET /account/events) and View Event (GET /account/events/{eventId}) endpoints to review your Events.
When creating or updating a Domain Record of type
SRV
, thetarget
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 for details on this usage.
Fixed
- You can now use the
+order_by
operator to filter byregion
when Listing Linodes (GET /linode/instances). Previously, this would result in anunable to apply filter
error.