Releases: scaleway/scaleway-sdk-go
Releases · scaleway/scaleway-sdk-go
v1.0.0-beta.5
Features
- baremetal: add ListOffers and ListOs methods (#259)
- config: add a typed error on config file not found (#264)
- config: add a commented configuration file (#231)
- core: get Region from Zone (#255)
- core: client validation (#238)
- core: IPNet type (#236)
- core: introduce format validation in locality parsing (#237)
- core: add scw.MergeProfiles command (#234)
- core: add ClientCredentialError (#228)
- core: client without auth by default (#233)
- k8s: add maintenance and upgrade features (#258)
- k8s: add Pool.PlacementGroupID field (#246)
- lb: custom certificate (#262)
- lb: add ListBackendStats method (#252)
- instance: publish WaitForServer (#244)
- instance: generate name for new snapshot or image (#230)
- strcase: add strcase lib (#229)
- rdb: wait for Instance (#249)
- rdb: add rdb API (#247)
- registry: add WaitForNamespace method (#253)
- validation: add IsEmail (#242)
- validation: make validation package public (#241)
Fixes
- baremetal: fix WaitForServer and add WaitForServerInstall (#263)
- baremetal: add Undelivered and Locked to terminalStatus (#260)
- config: merge selected profile on top of default profile (#243)
- instance: WaitForServer returns an error interface (#245)
- instance: use IPNet type for security group rule ip_range (#240)
- instance: update placement-group now works (#224)
v1.0.0-beta.4
Breaking Changes
- use uint32 for page_size (#210)
Features
- update generated apis (#218)
- update generated apis (#216)
- lb: add WaitForLb method (#212)
- update generated apis (#213)
- update generated apis (#208)
- marketplace: uppercase commercial type in GetLocalImageIDByLabel (#205)
- add kubeconfig helpers for k8s (#204)
- update generated apis (#203)
- add k8s WaitForCluster method (#202)
- add scw.IPPtr (#200)
- add k8s v1beta3 (#198)
Fixes
- instance: update generated apis (#219)
- instance: ListImage total count (#209)
- cleanup unused code (#217)
- scw.File: add unmarshal (#201)
Documentation
- fix examples (#215)