Skip to content

Releases: MagaluCloud/mgc-sdk-go

v1.0.0

06 Nov 12:34
6ee3ddb

Choose a tag to compare

Release v1.0.0

What's Changed

  • chore: implemeting object storage mgl1 region url by @publi0 in #143

Full Changelog: v0.7.0...v1.0.0

v0.7.0

05 Nov 13:25
53acb0d

Choose a tag to compare

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

Full Changelog: v0.6.0...v0.7.0

v0.6.0

24 Oct 13:07
7afe765

Choose a tag to compare

Release v0.6.0

What's Changed

  • feat: implemented object storage object and buckets functions by @publi0 in #140
  • chore: create mocks for minio by @publi0 in #141

Full Changelog: v0.5.1...v0.6.0

v0.5.1

23 Oct 16:16
c9ec82d

Choose a tag to compare

Release v0.5.1

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

21 Oct 20:44
505279d

Choose a tag to compare

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

10 Oct 12:28

Choose a tag to compare

Release v0.4.4

What's Changed

  • fix: public ip with correct json tag by @publi0 in #134

Full Changelog: v0.4.3...v0.4.4

v0.4.3

09 Oct 14:09

Choose a tag to compare

Release v0.4.3

What's Changed

  • fix: container registry images now correct send the query params by @publi0 in #133

Full Changelog: v0.4.2...v0.4.3

v0.4.2

08 Oct 20:15

Choose a tag to compare

Release v0.4.2

What's Changed

  • feat: meta field implemented in all container register listing responses by @publi0 in #132

Full Changelog: v0.4.1...v0.4.2

v0.4.1

23 Sep 00:38
cbfeb96

Choose a tag to compare

Release v0.4.1

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

17 Sep 13:34
980b6ea

Choose a tag to compare

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