Releases: MagaluCloud/mgc-sdk-go
Releases · MagaluCloud/mgc-sdk-go
v1.0.0
v0.7.0
Release v0.7.0
⚠️ Breaking change ⚠️
The signature of the client.NewMgcClient(...) method has been changed.
Before:
func NewMgcClient(apiKey string, opts ...Option) *CoreClient {}
-> client.NewMgcClient("api-key")
Now:
func NewMgcClient(opts ...Option) *CoreClient {}
-> client.NewMgcClient(client.WithAPIKey("api-key"))
What's Changed
- feat: add auth with JWT by @geffersonFerraz in #142
Full Changelog: v0.6.0...v0.7.0
v0.6.0
v0.5.1
Release v0.5.1
What's Changed
- replace url: por json: by @geffersonFerraz in #139
Full Changelog: v0.5.0...v0.5.1
v0.5.0
Release v0.5.0
What's Changed
- chore: bump sonnar version by @publi0 in #135
- feat: Add ListAll methods for paginated resource listing (LBaaS and Block Storage) by @publi0 in #136
- feat: Implemeting DBaaS and Compute with listAll endpoints by @publi0 in #137
- Refactor ListAll methods to remove MetaResponse return value and bump go version to 1.25.x by @publi0 in #138
Full Changelog: v0.4.4...v0.5.0
v0.4.4
v0.4.3
v0.4.2
v0.4.1
Release v0.4.1
What's Changed
- feat: lbaas public ips contract adjust and datetime format fixed by @publi0 in #126
- feat: dbaas clusters resize by @danielfcollier in #123
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Release v0.4.0
What's Changed
- feat: add dbaas instances update parameter group by @danielfcollier in #128
- feat: update k8s cluster and nodepools fields by @publi0 in #129
- feat: implement block storage scheduler endpoints by @publi0 in #130
Full Changelog: v0.3.54...v0.4.0