Releases: vultr/govultr
Releases · vultr/govultr
v0.3.0
v0.2.0
v0.1.7
v0.1.6
v0.1.5
v0.1.4
v0.1.3
Features
- added
GetVc2zList
to Plans to retrievehigh-frequency compute
plans #13
Breaking Changes
- Renamed all variables named
vpsID
toinstanceID
#14 - Server
- Renamed Server struct field
VpsID
toInstanceID
#14
- Renamed Server struct field
- Plans
- Renamed Plan struct field
VpsID
toPlanID
#14 - Renamed BareMetalPlan struct field
BareMetalID
toPlanID
#14 - Renamed VCPlan struct field
VpsID
toPlanID
#14 - Renamed Plan struct field
VCPUCount
tovCPUs
#13 - Renamed BareMetalPlan struct field
CPUCount
toCPUs
#13 - Renamed VCPlan struct field
VCPUCount
tovCPUs
#13 - Renamed VCPlan struct field
Cost
toPrice
#13
- Renamed Plan struct field
v0.1.2
Fixes
- Fixed Server Option
NotifyActivate
bug that ignored afalse
value - Fixed Bare Metal Server Option
UserData
to be based64encoded
Breaking Changes
- Renamed all methods named
GetList
toList
- Renamed all methods named
Destroy
toDelete
- Server Service
- Renamed
GetListByLabel
toListByLabel
- Renamed
GetListByMainIP
toListByMainIP
- Renamed
GetListByTag
toListByTag
- Renamed
- Bare Metal Server Service
- Renamed
GetListByLabel
toListByLabel
- Renamed
GetListByMainIP
toListByMainIP
- Renamed
GetListByTag
toListByTag
- Renamed
v0.1.1
Features
- add
SnapshotID
to ServerOptions as an option during server creation - bumped default RateLimit from
.2
to.6
seconds
Breaking Changes
- Iso
- Renamed all instances of
Iso
toISO
.
- Renamed all instances of
- BlockStorage
- Renamed
Cost
toCostPerMonth
- Renamed
Size
toSizeGB
- Renamed
- BareMetal & Server
- Change
SSHKeyID
toSSHKeyIDs
which are now[]string
instead ofstring
- Renamed
OS
toOs
- Change