Skip to content

Releases: glesys/glesys-go

v2.3.0

07 Jun 09:20
Compare
Choose a tag to compare

Added

Changed

  • Reference the current URL for GleSYS Cloud. - @abergman

v2.2.0

04 Dec 11:03
9f47940
Compare
Choose a tag to compare

Added

  • Network.IsPublic() helper. Thanks to @norrland.

v2.1.0

23 Aug 18:52
Compare
Choose a tag to compare

Added

  • NetworkService and NetworkAdapterService are now available with support
    for creating, editing and destroying networks and network adapters. Big thanks
    to @norrland for championing this.

  • ServerService.Edit() allows for editing servers. Thanks to @norrland.

  • IP.IsIPv4() and IP.IsIPv6() helpers. Thanks to @norrland.

Changed

  • The ServerDetails struct now contains Bandwidth, Description and
    Template. Thanks to @norrland.

v2.0.0

13 Feb 14:30
Compare
Choose a tag to compare

Changed

  • BREAKING: NewClient() now requires a user agent string.

v1.0.0

13 Feb 14:30
Compare
Choose a tag to compare

Added

  • Initial release