Skip to content

Releases: vultr/govultr

v2.0.0-beta3

17 Oct 20:09
a1b19d1
Compare
Choose a tag to compare
v2.0.0-beta3 Pre-release
Pre-release

This is the beta3 release of GoVultr for API v2.

Information about API v2 can be found here.

While the v2.0.0-beta3 code can be found in the v2-api branch here.

v2.0.0-beta2

16 Sep 13:53
099001d
Compare
Choose a tag to compare
v2.0.0-beta2 Pre-release
Pre-release

This is the beta2 release of GoVultr for API v2.

Information about API v2 can be found here.

While the v2.0.0-beta2 code can be found in the v2-api branch here.

v2.0.0-beta.1

03 Sep 14:59
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

This is the beta.1 release of GoVultr for API v2.

Information about API v2 can be found here.

While the v2.0.0-beta.1 code can be found in the v2-api branch here.

v1.0.0

03 Sep 13:03
d87c920
Compare
Choose a tag to compare

Feature

  • Promoting GoVultr to v1.0.0. Moving forward all v1 changes will be made against the v1 branch.

v2.0.0-beta.2

16 Sep 13:40
cf76562
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

This is the beta.2 release of GoVultr for API v2.

Information about API v2 can be found here.

While the v2.0.0-beta.2 code can be found in the v2-api branch here.

v0.5.0

25 Aug 17:49
cf76562
Compare
Choose a tag to compare

Enhancement

  • Servers: Enable/Disable DDOS Protection #75

Breaking Changes

  • Servers: SetUserData userData param should already be base64 encoded. This call will no longer encode supplied string. #73
  • BareMetalServer: SetUserData userData param should already be base64 encoded. This call will no longer encode supplied string. #73
  • Servers: AddIPV4 now returns the created IP address. The call also has a new parameter called reboot which will let you hold off on rebooting the server. #77

v0.4.2

02 Jun 17:51
f649b70
Compare
Choose a tag to compare

Bug Fix

  • DNS Records: Allow DNS Records on updates to have priority of 0 #67

v0.4.1

08 May 15:04
e8d9613
Compare
Choose a tag to compare

Bug Fix

  • LoadBalancers: Fix nil pointer in create call #65

v0.4.0

29 Apr 18:51
1f13a64
Compare
Choose a tag to compare

Enhancement

  • LoadBalancers: Proxy protocol is now available as an option #62
  • LoadBalancers: Ability to attach instances during Create (note this adds a new param to create call) #62

Bug Fix

  • LoadBalancers: Create call will now properly pass your algorithm #61

CI/CD

  • Drop go 1.12 and add 1.14 #63

v0.3.3

15 Apr 15:21
fa7d942
Compare
Choose a tag to compare

Dependencies

  • go-retryablehttp 0.6.4 -> 0.6.6 #58