Releases: opentelekomcloud/gophertelekomcloud
Releases · opentelekomcloud/gophertelekomcloud
v0.2.0
Enhancements
- Add default region resolution to Env.Cloud() (#32, #50)
- Add DDSv3 client (#38)
- Define explicit
authType
inAuthOptionsFromInfo
(#37, #59) - Add possibility to list shared bandwidths (#41)
- Allow to create service instance without region (#42)
- Remove pointers in IKE policy requests (#45)
- Add storing
UserID
from token inProviderClient
(#47) - Add setting client.DomainID for domain-scoped token (#48)
- Implement obtaining a temporary AK/SK (#53)
- Change DDS instance port type to be
int
(#39)
Bug fixes
- Add missing CCE cluster spec fields (#28)
- Fix VPC bandwidth URLs (#29)
- Make CCE addons to be up to date with the doc (#30)
- Fix unused
CLIENT_*_FILE
in config loading (#33) - Fix json attribute name of
waf.Domain.CertificateId
(#31) - Add missing CSBS request params (#35)
- Fix incorrect AZ attibute name in DDS flavor (#40)
- Fix
LbaasV2
json schema (#51) - Fix agency name yaml attribute (#55)
- Fix yaml file loading order (#57)
And other refactoring and minor bug fixes
v0.1.0
v0.0.9
v0.0.8
v0.0.7
v0.0.6
v0.0.5
Make `env.Cloud` lazy (#9)
v0.0.4
Fix missing setting domain and project in info2opts (#8)
v0.0.3
Add Cloud method to Env (#7) * Add Cloud() method to Env * Rename GetPrefix to Prefix
v0.0.2
Add single configuration loader (#5) * Add single configuration loader Refactor AuthOptionsFromEnv Fix miss-prints in related files