Releases: linode/linodego
Releases · linode/linodego
v0.9.0
Breaking Changes
ResizeInstancenow takesResizeInstanceOptionsto supportAllowAutoDiskResize(API v4.0.23)ResizeInstanceOptionsrenamed toInstanceResizeOptionsto fit conventionRescueInstanceOptionsrenamed toInstanceRescueOptionsto fit convention
Features
- Adds new
EventActionconstants:ActionLinodeMutateCreate,ActionLinodeResizeCreate,ActionLishBoot(API v4.0.23) - Adds
GetInstanceTransferwhich returns anInstanceTransfer(API v4.0.23)
v0.8.1
v0.8.0
Fixes
- breaking change const
ActionTicketReplyis nowActionTicketUpdate - breaking change
InstanceIPTypevalues are now represented byInstanceIPTypestring constants
Features
- optimized
WaitForEventFinishedevent polling (and deduped its logs) - add
GetInstanceStatsandGetInstanceStatsByDate - add
UpdateInstanceIPAddress - add
GetAccountSettingsandUpdateAccountSettings - add
CreatePaymentGetPaymentListPayments - add
CreateOAuthClient,ListOAuthClients,GetOAuthClient,UpdateOAuthClient,DeleteOAuthClient - added many new
EventActionconstantsActionAccountUpdate,ActionAccountSettingsUpdate,ActionCommunityLike,ActionDiskUpdate,ActionDNSRecordUpdate,ActionDNSZoneUpdate,ActionHostReboot,ActionImageUpdate,ActionLassieReboot,ActionLinodeUpdate,ActionLinodeConfigCreate,ActionLinodeConfigDelete,ActionLinodeConfigUpdate,ActionLongviewClientUpdate,ActionNodebalancerUpdate,ActionNodebalancerConfigUpdate,ActionStackScriptUpdate,ActionVolumeUpdate(API v4.0.17) - added
EntityTypeconstantsEntityDisk,EntityDomain,EntityNodebalancer(the Linode API now permits these in ListEvents Filters keyed withevent.idandevent.type) - added
ActionCommunityLikeEventActionconstant (API v4.0.11) - added
IPv6RangePrefix(API v4.0.11, Only populated for the regional floating pools (/116), not the Instance bound ranges (/64,/56). See Additional IPv6 Addresses) - added
LogoURLandOrdinaltoStackscript(API v4.0.20) - added
ReservedtoInstanceIPv4Response(API v4.0.20, when present, indicates IP addresses that will be available after a cross region migration) - switched from
metalintertogolangci-lint - switched to
go modfromdep
v0.7.1
Features
- add
ClassDedicatedconstant (dedicated) for use inLinodeTypeClassvalues
See the Dedicated CPU Announcement
Fixes
- fix the
ListNotificationsmethod, adding tests and constants