Skip to content

cloudscale-go-sdk v5.0.0

Compare
Choose a tag to compare
@disperate disperate released this 12 Mar 14:44
· 71 commits to master since this release
1cef5bc

What's new:

  • On SubnetCreateRequest.DNSServers and SubnetUpdateRequest.DNSServers it is now possible to set no DNS server by assigning nil. To use the default cloudscale DNS servers, assign UseCloudscaleDefaults.

Breaking Change:

  • SubnetCreateRequest.DNSServers and SubnetUpdateRequest.DNSServers are now *[]string instead of []string. You will see compile errors after upgrading if you are affected.

Full Changelog: v4.0.0...v5.0.0