Skip to content

cloudscale-go-sdk v3.0.0

Compare
Choose a tag to compare
@alakae alakae released this 28 Apr 13:43
· 95 commits to master since this release

What's new:

  • Add support for cloudscale.ch Load Balancers.
  • Add FloatingIP to LoadBalancer and related types.
  • Switch to go 1.18.
  • Add INTEGRATION_TEST_ZONE for injecting test zone.
  • Bump golang.org/x/net from 0.0.0-20190108225652-1e06a53dbb7e to 0.7.0.

Breaking Change:

  • ServerRequest.Volumes is now *[]ServerVolumeRequest instead of *[]Volume. You will see compile errors after upgrading which should be easily resolvable by replacing Volume with ServerVolumeRequest.

Full Changelog: v2.1.0...v3.0.0