Releases: selectel/go-selvpcclient
Releases · selectel/go-selvpcclient
v2.0.0
v1.12.0
- Renamed
DomainName
toAccountName
inselvpcclient/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
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
Added PortID field into Resell V2 License struct.
v1.10.0
- Added extended error message to all requests
- Added NetworkID and SubnetID fields into Resell V2 License struct.
v1.9.0
- Added Resell V2 Users Get
- Added Resell V2 Tokens Delete
- Removed Resell V2 Crossregion Subnets package because of deprecated API
v1.8.1
- Added ProjectID field into CrossRegionSubnet schema
- Updated Go to 1.12
- Updated GolangCI-Lint to 1.15.0
v1.8.0
v1.7.0
Added crossregionsubnets
package with Get
, List
, Create
and Delete
methods.
Cleaned up godoc.org
links in README.md
.
v1.6.0
Added List
methods into the roles
package.
Added the keypairs
package with List
, Create
and Delete
methods.