Skip to content

Releases: vultr/govultr

v0.3.1

11 Mar 19:20
da33189
Compare
Choose a tag to compare

Enhancement

  • Added support for Load Balancers SSL Calls #53

Bug Fix

  • Fixed InstanceList type from string to int #50
  • Fixed struct json marshalling issue #48

Dependencies

  • go-retryablehttp 0.6.3 -> 0.6.4 #51

v0.3.0

24 Feb 16:54
cc2d1bd
Compare
Choose a tag to compare

Enhancement

  • Added support for Load Balancers #44

Bug Fix

  • Fixed Object Storage Get call #46

v0.2.0

06 Feb 15:31
8b6c7ff
Compare
Choose a tag to compare

Enhancement

  • Added support for Object Storage #39

v0.1.7

12 Nov 14:12
fc01711
Compare
Choose a tag to compare

Enhancement

  • Version number was missing in v0.1.6 - Attempt was made to fix however it will not work. Cutting new release to remedy this.

v0.1.6

11 Nov 19:50
4bd63e7
Compare
Choose a tag to compare

Enhancement

  • Retry rate-limited requests with exponential backoff#28

v0.1.5

16 Oct 15:43
75e2f42
Compare
Choose a tag to compare

Enhancement

  • Whitelisting public endpoints that do not require the api key #24

v0.1.4

15 Jul 11:36
ca447e0
Compare
Choose a tag to compare

Bug Fixes

  • Fix panic on request failure #20

v0.1.3

13 Jun 14:55
4d940d2
Compare
Choose a tag to compare

Features

  • added GetVc2zList to Plans to retrieve high-frequency compute plans #13

Breaking Changes

  • Renamed all variables named vpsID to instanceID #14
  • Server
    • Renamed Server struct field VpsID to InstanceID #14
  • Plans
    • Renamed Plan struct field VpsID to PlanID #14
    • Renamed BareMetalPlan struct field BareMetalID to PlanID #14
    • Renamed VCPlan struct field VpsID to PlanID #14
    • Renamed Plan struct field VCPUCount to vCPUs #13
    • Renamed BareMetalPlan struct field CPUCount to CPUs #13
    • Renamed VCPlan struct field VCPUCount to vCPUs #13
    • Renamed VCPlan struct field Cost to Price #13

v0.1.2

29 May 15:07
166608d
Compare
Choose a tag to compare

Fixes

  • Fixed Server Option NotifyActivate bug that ignored a false value
  • Fixed Bare Metal Server Option UserData to be based64encoded

Breaking Changes

  • Renamed all methods named GetList to List
  • Renamed all methods named Destroy to Delete
  • Server Service
    • Renamed GetListByLabel to ListByLabel
    • Renamed GetListByMainIP to ListByMainIP
    • Renamed GetListByTag to ListByTag
  • Bare Metal Server Service
    • Renamed GetListByLabel to ListByLabel
    • Renamed GetListByMainIP to ListByMainIP
    • Renamed GetListByTag to ListByTag

v0.1.1

20 May 14:31
9c5a6b9
Compare
Choose a tag to compare

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 to ISO.
  • BlockStorage
    • Renamed Cost to CostPerMonth
    • Renamed Size to SizeGB
  • BareMetal & Server
    • Change SSHKeyID to SSHKeyIDs which are now []string instead of string
    • Renamed OS to Os