Releases: selectel/go-selvpcclient
Releases · selectel/go-selvpcclient
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.
v1.5.2
Set higher timeouts to prevent some rare issues with long responses.
v1.5.1
Better tuned the HTTP client's parameters that are used in all library requests.
v1.5.0
Added tuned HTTP timeouts for all requests instead of using default Go net/http
timeouts.
Added GolangCI-Lint
as the code linter.
v1.4.0
Use go-selvpcclient
as a global application name.
Fix golint
url in the TravisCI.