Skip to content

Releases: selectel/go-selvpcclient

v2.0.0

14 Dec 14:15
6943a1d
Compare
Choose a tag to compare

Add support for Cloud Quota Management API

v1.12.0

12 Aug 07:11
bbe728b
Compare
Choose a tag to compare
  • Renamed DomainName to AccountName in selvpcclient/resell/v2/tokens/TokenOpts.
  • Updated GolangCI-Lint to 1.30.0.
  • Updated Go to 1.14 in go.mod and removed Go 1.12 from .travis.yml.

v1.11.1

25 Jun 08:57
947fafa
Compare
Choose a tag to compare

Fixed region and zone fields to be *string instead of string in quotas.ResourceQuotaOpts since Resell API V2 requires nullable strings there.
Be aware that this change doesn't bump a major release since it's a bug fix and those types should be used at the beginning.

v1.11.0

11 Mar 06:44
2cc0632
Compare
Choose a tag to compare

Added PortID field into Resell V2 License struct.

v1.10.0

05 Mar 08:19
6b4cc9b
Compare
Choose a tag to compare
  • Added extended error message to all requests
  • Added NetworkID and SubnetID fields into Resell V2 License struct.

v1.9.0

26 Sep 10:04
a404d98
Compare
Choose a tag to compare
  • Added Resell V2 Users Get
  • Added Resell V2 Tokens Delete
  • Removed Resell V2 Crossregion Subnets package because of deprecated API

v1.8.1

14 Mar 11:57
Compare
Choose a tag to compare
  • Added ProjectID field into CrossRegionSubnet schema
  • Updated Go to 1.12
  • Updated GolangCI-Lint to 1.15.0

v1.8.0

30 Jan 13:04
d1ab408
Compare
Choose a tag to compare
  • Added go.mod
  • Sorted godoc.org links in README.md.
  • Fixed issue with writing response after closing response body #120

v1.7.0

11 Jan 13:41
Compare
Choose a tag to compare

Added crossregionsubnets package with Get, List, Create and Delete methods.
Cleaned up godoc.org links in README.md.

v1.6.0

03 Jan 14:33
Compare
Choose a tag to compare

Added List methods into the roles package.
Added the keypairs package with List, Create and Delete methods.