Releases: SchwarzIT/community-stackit-go-client
Releases · SchwarzIT/community-stackit-go-client
v1.21.0
move helpers to pkg (#165) Co-authored-by: Dean Oren <[email protected]>
v1.20.1
modify wait helper (#164) Co-authored-by: Dean Oren <[email protected]>
v1.20.0
v1.19.0
Breaking changes:
- The client has been modified to support two new authentication methods:
key flow
andtoken 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
add wait for user deletion in postgres-flex resource (#142) Co-authored-by: Dean Oren <[email protected]>
v1.17.2
improve argus wait handler Co-authored-by: Dean Oren <[email protected]>
v1.17.1
rename StatusCode to StatusEquals (#140) Co-authored-by: Dean Oren <[email protected]>