Skip to content

Releases: cloudsigma/cloudsigma-sdk-go

v0.15.1

21 Jun 11:32

Choose a tag to compare

Changelog

Bug fixes

  • 3bfa9ba fix(deps): update dependencies to latest stable versions (#15)

Others

  • de299fd chore: update gh-actions to latest stable versions (#16)

v0.15.0

26 Jan 21:49

Choose a tag to compare

Changelog

Features

  • 1ac0a62 feat(libdrives): add missing filtering options

v0.14.0

23 Jan 14:22

Choose a tag to compare

Changelog

Features

  • b964e5c feat: specify client parameters with option pattern

BREAKING CHANGES

  • method NewBasicAuthClient() has been replaced with NewClient(<credentialProvider>) and NewUsernamePasswordCredentialsProvider() credential implementation
  • method NewTokenClient() has been replaced with NewClient(<credentialProvider>) and NewTokenCredentialsProvider() credential implementation

v0.13.1

22 Jan 15:37

Choose a tag to compare

Changelog

Bug fixes

  • 832b549 fix: don't use deprecated io/ioutil package

Others

  • 407d024 chore: create releases via goreleaser gh action
  • e9f0cbf chore: update go matrix by tests github action
  • 3a49376 chore: use tools-as-dependencies pattern for dev dependencies

v0.13.0

06 Feb 22:11

Choose a tag to compare

Bugfixes

  • change epc 'size' to int

v0.12.0

06 Feb 22:10

Choose a tag to compare

Features

  • add enclave page cache option for server struct

v0.11.0

25 Jan 20:43

Choose a tag to compare

Features

  • Allow configure location and base url

v.0.10.0

17 Jan 11:37

Choose a tag to compare

Features

  • Add client authorization via bearer token

v0.9.0

24 May 14:18
1e9cb23

Choose a tag to compare

Breaking changes

  • pass httpClient by creating new sdk client (#5)

v0.8.0

17 May 10:08

Choose a tag to compare

Breaking changes

  • remove attachDrive method from server resource (use update method for old behavior)