Releases: glesys/glesys-go
Releases · glesys/glesys-go
v8.4.0
v8.3.1
v8.3.0
v8.2.0
What's Changed
- Bump github.com/stretchr/testify from 1.8.3 to 1.9.0 by @dependabot in #105
- Implement NetworkCircuit API endpoint by @norrland in #107
- Replace OpenVZ references with KVM in doc_test and ips_test by @norrland in #108
- Update GH actions versions by @norrland in #110
- Remove OpenVZ references in test-files by @norrland in #111
- Bump dario.cat/mergo from 1.0.0 to 1.0.1 by @dependabot in #112
- Implement PrivateNetworks API endpoint by @norrland in #113
Full Changelog: v8.1.0...v8.2.0
v8.1.0
v8.0.0
v7.1.0
What's Changed
- Implement User Login by @norrland in #90
- Implement DNSDomains GenerateAuthCode by @norrland in #91
- Bump Go version used in GH Actions by @norrland in #92
- Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #93
- Implement DNSDomains Export by @norrland in #94
- Release v7.1.0 by @norrland in #95
Full Changelog: v7.0.1...v7.1.0
v7.0.1
v7.0.0
What's Changed
Added
- Implement Server Console endpoint
- Implement Email ResetPassword, obtain a new password for a specified email account.
- Email
EmailAccount
type now containsPassword
for new accounts. - ServerDetails now has
ServerBackupDetails
.
Changed
- BREAKING: - Email EditAccount has no parameter
Password
- BREAKING: - IPs
Reserved()
now requiresReservedIPsParams{}
to allow
filtering ondatacenter
,platform
,used
andversion
. - Remove references to OpenVZ in Servers.
- Servers
WithDefaults()
now uses KVM platform as default. - Bumped various dependencies..
Full Changelog: v6.1.0...v7.0.0