Skip to content

Releases: selectel/go-selvpcclient

v3.1.1

13 Dec 13:21
ac846be
Compare
Choose a tag to compare

Add default region for Keystone and Resell API
Also add possibility to pass any region into NewClient params

Remove redundant fields from capabilities

07 Nov 11:03
245fd9e
Compare
Choose a tag to compare
Remove redundant fields from capabilities (#168)

For #[ISSUE_NUMBER]

v3.0.3

22 Sep 08:09
Compare
Choose a tag to compare

Change default auth URL

v3.0.2

16 Aug 11:56
9d9f5f3
Compare
Choose a tag to compare

Marshal JSON payload via Gophercloud

v3.0.1

07 Aug 13:33
cb257da
Compare
Choose a tag to compare

Fix CatalogService: return only public endpoints.

v3.0.0

20 Jul 12:33
831abf4
Compare
Choose a tag to compare
  • removed old Resell client
  • removed old QuotaManager client
  • created one client (all in one) that includes clients Resell and QuotaManager
  • new client uses X-Auth-Token instead of X-Token
  • updated Go version (1.14 -> 1.20)
  • Resell URL is taken from the identity service
  • added support auth with user from another domain (different from scope)
  • removed context for every request, because gophercloud doesn't support it

v2.1.1

10 Apr 15:51
0bfd18e
Compare
Choose a tag to compare

Add skip_quotas_init in project creation

v2.1.0

25 Jan 15:09
c414863
Compare
Choose a tag to compare

Restore quotas schemas for resell API

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.