Releases: glesys/glesys-go
Releases · glesys/glesys-go
v2.3.0
v2.2.0
v2.1.0
Added
-
NetworkService
andNetworkAdapterService
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()
andIP.IsIPv6()
helpers. Thanks to @norrland.
Changed
- The
ServerDetails
struct now containsBandwidth
,Description
and
Template
. Thanks to @norrland.