Skip to content

v0.1.0-beta3

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Feb 23:07
· 39 commits to main since this release
v0.1.0-beta3
90a8b32

Breaking changes

  • Go version: Minimum required Go version has been updated to 1.21. #179
  • NewClient API change: The NewClient function has been updated to no longer require a user agent parameter. #180
  • NewClientFromEnv removal: The NewClientFromEnv function has been removed. Users should use NewClient instead. #180
  • Method renames: Several methods have had slight name changes to better reflect their functionality. #182
  • Types: Several types have added fields and/or renames. #182, #185, #190

New features

  • New instance APIs: Live attach and detach of external IPs to an instance. #182
  • New IP pool APIs: Several silo IP pool maintenance endpoints. #182, #187
  • New SSH keys APIs: Endpoint to list SSH keys that were added to an instance on create. #185
  • New networking APIs: Enable, disable and see status of BFD sessions. #190

List of commits