- Dependencies: Bump STACKIT SDK core module to
v0.26.0
- Dependencies: Bump STACKIT SDK core module from
v0.24.1tov0.25.0
- Minimal go version is now Go 1.25
v2api:- Add
TokenEndpointfield toCreateServiceAccountKeyResponseCredentialsstruct - Remove
TokenEndpointfield fromServiceAccountstruct
- Add
- Deprecated SDK layer in root of the module:
- Add
TokenEndpointfield toCreateServiceAccountKeyResponseCredentialsstruct - Remove
TokenEndpointfield fromServiceAccountstruct
- Add
- Dependencies: Bump STACKIT SDK core module from
v0.24.0tov0.24.1
- Feature: Add
TokenEndpointfield toServiceAccountmodel
- Dependencies: Bump STACKIT SDK core module from
v0.23.0tov0.24.0
- Bugfix: Disable strict decoding of API responses
- Feature: Add
AdditionalPropertiesfields to model structs
- Dependencies: Bump STACKIT SDK core module from
v0.22.0tov0.23.0
v2api:- Breaking Change: Rename model struct
CreateFederatedIdentityProviderResponsetoFederatedIdentityProvider - Breaking Change: Rename model struct
CreateFederatedIdentityProviderResponseAssertionsInnertoFederatedIdentityProviderAssertionsInner
- Breaking Change: Rename model struct
- Deprecated SDK layer in root of the module:
- Breaking Change: Rename model struct
CreateFederatedIdentityProviderResponsetoFederatedIdentityProvider - Breaking Change: Rename model struct
CreateFederatedIdentityProviderResponseAssertionsInnertoFederatedIdentityProviderAssertionsInner
- Breaking Change: Rename model struct
- Feature: Introduction of multi API version support for the serviceaccount SDK module. For more details please see the announcement on GitHub: #5062
v2api: New package which should be used for communication with the STACKIT serviceaccount API in the future- Deprecation: The contents in the root of this SDK module are marked as deprecated and will be removed after 2026-09-30. Switch to the new
v2apipackage instead. - Dependencies: Bump STACKIT SDK core module from
v0.21.1tov0.22.0
- Feature: add support for Federated Identity Providers
- new operations:
CreateFederatedIdentityProvider,DeleteServiceFederatedIdentityProvider,ListFederatedIdentityProviders,PartialUpdateServiceAccountFederatedIdentityProvider - new models:
CreateFederatedIdentityProviderPayload,CreateFederatedIdentityProviderPayloadAssertionsInner,CreateFederatedIdentityProviderResponse,CreateFederatedIdentityProviderResponseAssertionsInner,FederatedListFederatedIdentityProvidersResponse,PartialUpdateServiceAccountFederatedIdentityProviderPayload
- new operations:
- Bump STACKIT SDK core module from
v0.21.0tov0.21.1
- Dependencies: Bump
github.com/golang-jwt/jwt/v5fromv5.3.0tov5.3.1
- Bugfix: Correctly handle file closing for file uploads
- Bump STACKIT SDK core module from
v0.20.1tov0.21.0
- Bump STACKIT SDK core module from
v0.20.0tov0.20.1
- Bump STACKIT SDK core module from
v0.19.0tov0.20.0
- Improvement: Improve error handling for
CreateShortLivedAccessToken
- Feature: Add new
Algorithmfield toCreateServiceAccountKeyPayloadmodel with enum valuesRSA_2048andRSA_4096
- Feature: Add new enum for Key Algorithm
RSA_4096
- Dependencies: Bump
github.com/golang-jwt/jwt/v5fromv5.2.2tov5.2.3
- Add
required:"true"tags to model structs
- Bugfix: Adjusted
UnmarshalJSONfunction to use enum types and added tests for enums
- Breaking change: Introduce interfaces for
APIClientand the request structs
- Breaking change: Introduce typed enum constants for status attributes
- Feature: Update user-agent header
- Bugfix: Correctly handle empty payload in body
- Internal: Backwards compatible change to generated code
- New: Minimal go version is now Go 1.21
- Bugfix: Correctly handle nullable attributes in model types
- Feature: Add support for nullable models
- Set config.ContextHTTPRequest in Execute method
- Support WithMiddleware configuration option in the client
- Update
coretov0.12.0
- Remove unused model data types.
- Update
coretov0.10.0
- Improvement: Reword API client's description
- Update
coretov0.7.7. Thehttp.requestcontext is now passed in the clientDocall.
- Bug fix:
NewAPIClientnow initializes a new client instead of usinghttp.DefaultClient(#236)
- Add license and notice files
- Dependency updates
- Dependency updates
API methods, structs and waiters were renamed to have the same look and feel across all services and according to user feedback.
- Changed methods:
GetAccessTokensrenamed toListAccessTokensGetServiceAccountJWKSrenamed toGetJWKSGetServiceAccountKeysrenamed toListServiceAccountKeysGetServiceAccountsrenamed toListServiceAccountsGetUsersrenamed toListUsersUpdateServiceAccountKeyrenamed toPartialUpdateServiceAccountKey
- Changed structs:
AccessTokensResponserenamed toListAccessTokensResponseGetServiceAccountJWKSrenamed toJWKSGetServiceAccountsKeysResponserenamed toListServiceAccountKeysResponseIntrospectRequestBodyrenamed toIntrospectJWTPayloadIntrospectResponseBodyrenamed toIntrospectJWTResponseJsonWebKeyrenamed toJWKServiceAccountImpersonationRequestBodyrenamed toImpersonateServiceAccountPayloadServiceAccountImpersonationResponserenamed toImpersonateServiceAccountResponseUpdateServiceAccountKeyPayloadrenamed toPartialUpdateServiceAccountKeyPayloadUpdateServiceAccountKeyResponserenamed toPartialUpdateServiceAccountKeyResponse
- Manage your STACKIT service accounts
- Usage example