- 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
->Project
ProjectResponseWithParents
->GetProjectResponse
AllProjectsResponse
->ListProjectsResponse
- Breaking Change: Delete unused data types
- Feature: New methods
GetOrganization
andListOrganizations
- Updated examples
- Set config.ContextHTTPRequest in Execute method
- Support WithMiddleware configuration option in the client
- Update
core
tov0.12.0
- Update
core
tov0.10.0
- Update
core
tov0.7.7
. Thehttp.request
context is now passed in the clientDo
call.
- Bug fix:
NewAPIClient
now 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
ContainerIds
as 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:
GetProjects
renamed toListProjects
UpdateProject
renamed toPartialUpdateProject
- Changed structs:
UpdateResourcePayload
renamed toPartialUpdateResourcePayload
- Manage your STACKIT projects
- Waiters for async operations:
CreateProjectWaitHandler
,DeleteProjectWaitHandler
- Usage example