Skip to content

Releases: SchwarzIT/community-stackit-go-client

v1.21.0

06 Apr 07:49
b9825fa
Compare
Choose a tag to compare
move helpers to pkg (#165)

Co-authored-by: Dean Oren <[email protected]>

v1.20.1

04 Apr 15:01
3205932
Compare
Choose a tag to compare
modify wait helper (#164)

Co-authored-by: Dean Oren <[email protected]>

v1.20.0

29 Mar 07:51
d9196c0
Compare
Choose a tag to compare

Breaking changes:

  • Fields in clients.RetryConfig have been renamed

Improvements

  • Default timeouts / retries have been modified
  • Client Timeout configuration option has been added

v1.19.0

28 Mar 17:31
aacb47b
Compare
Choose a tag to compare

Breaking changes:

  • The client has been modified to support two new authentication methods: key flow and token flow. This change may require updates to any code that uses the Client API.
  • The main package name has been renamed to stackit

Repo Restructure:

  • The generator configurations have been moved to the new location /internal/config.
  • The setup for services has been moved to /pkg/services/services.go.
  • The client interface definition has been moved to /pkg/contracts.

Improvements

  • More consistency across generated clients in names and Wait function handling

These changes are designed to improve the organization and maintainability of the repository. However, they may require updates to any code that depends on these files or APIs.

Please review these changes carefully and update your code accordingly.

v1.18.0

16 Mar 19:03
be85375
Compare
Choose a tag to compare
add wait for user deletion in postgres-flex resource (#142)

Co-authored-by: Dean Oren <[email protected]>

v1.17.2

16 Mar 18:42
9c04f7b
Compare
Choose a tag to compare
improve argus wait handler

Co-authored-by: Dean Oren <[email protected]>

v1.17.1

15 Mar 14:03
4fc60a3
Compare
Choose a tag to compare
rename StatusCode to StatusEquals (#140)

Co-authored-by: Dean Oren <[email protected]>

v1.17.0

15 Mar 13:43
13c8d32
Compare
Choose a tag to compare

Added Costs v2

v1.16.0

15 Mar 10:30
a0ab034
Compare
Choose a tag to compare

.HasError in response has been modified to .Error

v1.15.2

13 Mar 15:30
d7652b3
Compare
Choose a tag to compare

Add wait support for patch update in Postgres flex