- Dependencies: Bump STACKIT SDK core module from
v0.24.0tov0.24.1
- Dependencies: Bump STACKIT SDK core module from
v0.23.0tov0.24.0
v0api- Improvement: Use new
WaiterHelperstruct in the DNS WaitHandler - Breaking change: Change return type of
wait.DeleteProjectWaitHandler()to*wait.AsyncActionHandler[resourcemanager.GetProjectResponse]
- Improvement: Use new
- Dependencies: Bump STACKIT SDK core module from
v0.22.0tov0.23.0
- Bugfix: Disable strict decoding of API responses
- Feature: Add
AdditionalPropertiesfields to model structs
- Feature: Introduction of multi API version support for the resourcemanager SDK module. For more details please see the announcement on GitHub: #5062
v0api: New package which should be used for communication with the STACKIT Resourcemanager API in the future- Deprecation: The contents in the root of this SDK module including the
waitpackage are marked as deprecated and will be removed after 2026-09-30. Switch to the newv0apipackage instead. - Dependencies: Bump STACKIT SDK core module from
v0.21.1tov0.22.0 - Breaking Change: Removal of deprecated constants
ActiveStateandCreatingStateinwaitpackage
- 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
- Feature: Add new model
ContainerSearchResult
- Dependencies: Bump
github.com/golang-jwt/jwt/v5fromv5.2.2tov5.2.3
- Add
required:"true"tags to model structs
- Feature: Delete Organization labels using the new method
DeleteOrganizationLabels - Feature: Delete Project labels using the new method
DeleteProjectLabels - Feature: List folders using the new method
ListFolders - Feature: Partial Update Organization using the new method
PartialUpdateOrganization
- 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
- Breaking change: Fields
ContainerParentIdandParentIdare no longer required
- Feature: Update user-agent header
- Feature:
- Added API calls for folder management
- Internal: Backwards compatible change to generated code
- New: Minimal go version is now Go 1.21
- Breaking Change: Remove the methods
BffGetContainersOfAFolderandBffGetContainersOfAnOrganization
- Bugfix: Correctly handle nullable attributes in model types
- Feature: Get containers of a folder using the new method
BffGetContainersOfAFolder - Feature: Get containers of an organization using the new method
BffGetContainersOfAnOrganization
- Feature: Add support for nullable models
- Breaking Change: Rename data types for uniformity
ProjectResponse->ProjectProjectResponseWithParents->GetProjectResponseAllProjectsResponse->ListProjectsResponse
- Breaking Change: Delete unused data types
- Feature: New methods
GetOrganizationandListOrganizations - Updated examples
- Set config.ContextHTTPRequest in Execute method
- Support WithMiddleware configuration option in the client
- Update
coretov0.12.0
- Update
coretov0.10.0
- 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
- Bugfix Fixed slice parameter value formatting. This fixed the bug where providing
ContainerIdsas a query parameter never returned a valid result.
- 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:
GetProjectsrenamed toListProjectsUpdateProjectrenamed toPartialUpdateProject
- Changed structs:
UpdateResourcePayloadrenamed toPartialUpdateResourcePayload
- Manage your STACKIT projects
- Waiters for async operations:
CreateProjectWaitHandler,DeleteProjectWaitHandler - Usage example