v0.8.0
Fixes
- breaking change const
ActionTicketReply
is nowActionTicketUpdate
- breaking change
InstanceIP
Type
values are now represented byInstanceIPType
string constants
Features
- optimized
WaitForEventFinished
event polling (and deduped its logs) - add
GetInstanceStats
andGetInstanceStatsByDate
- add
UpdateInstanceIPAddress
- add
GetAccountSettings
andUpdateAccountSettings
- add
CreatePayment
GetPayment
ListPayments
- add
CreateOAuthClient
,ListOAuthClients
,GetOAuthClient
,UpdateOAuthClient
,DeleteOAuthClient
- added many new
EventAction
constantsActionAccountUpdate
,ActionAccountSettingsUpdate
,ActionCommunityLike
,ActionDiskUpdate
,ActionDNSRecordUpdate
,ActionDNSZoneUpdate
,ActionHostReboot
,ActionImageUpdate
,ActionLassieReboot
,ActionLinodeUpdate
,ActionLinodeConfigCreate
,ActionLinodeConfigDelete
,ActionLinodeConfigUpdate
,ActionLongviewClientUpdate
,ActionNodebalancerUpdate
,ActionNodebalancerConfigUpdate
,ActionStackScriptUpdate
,ActionVolumeUpdate
(API v4.0.17) - added
EntityType
constantsEntityDisk
,EntityDomain
,EntityNodebalancer
(the Linode API now permits these in ListEvents Filters keyed withevent.id
andevent.type
) - added
ActionCommunityLike
EventAction
constant (API v4.0.11) - added
IPv6Range
Prefix
(API v4.0.11, Only populated for the regional floating pools (/116
), not the Instance bound ranges (/64
,/56
). See Additional IPv6 Addresses) - added
LogoURL
andOrdinal
toStackscript
(API v4.0.20) - added
Reserved
toInstanceIPv4Response
(API v4.0.20, when present, indicates IP addresses that will be available after a cross region migration) - switched from
metalinter
togolangci-lint
- switched to
go mod
fromdep