Skip to content

Releases: selectel/go-selvpcclient

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.

v1.5.2

26 Dec 13:58
7bfa64f
Compare
Choose a tag to compare

Set higher timeouts to prevent some rare issues with long responses.

v1.5.1

22 Dec 19:40
ecf9cbd
Compare
Choose a tag to compare

Better tuned the HTTP client's parameters that are used in all library requests.

v1.5.0

12 Dec 11:22
Compare
Choose a tag to compare

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

15 Oct 10:26
Compare
Choose a tag to compare

Use go-selvpcclient as a global application name.
Fix golint url in the TravisCI.

v1.3.2

30 Sep 09:48
297f891
Compare
Choose a tag to compare

Use Go 1.11 release in CI and add Gocritic linter to CI builds #92.
Fix Gofmt issues in Resell V2 projects and quotas packages #93.

v1.3.1

26 Sep 11:07
be5ed20
Compare
Choose a tag to compare

Use standard HTTP method names from the net/http package instead of hardcoded values.
Fix some issues from the linter (emtpyFmt, etc.) #91.
Refactor testutils package handlers to use common options structure.

v1.3.0

25 Sep 18:06
78a0ce6
Compare
Choose a tag to compare

Add auto_quotas parameter for the Resell V2 projects package #88
Fix some tests in the projects package #89

v1.2.0

24 Aug 18:36
4a6cb27
Compare
Choose a tag to compare

Add VRRP API support: #78
Fix some documentation examples for List method of different packages: #83
Fix error messages for some unit tests: #84