|
26 | 26 | - **New:** STACKIT Cost module can be used to retrieve STACKIT cost information |
27 | 27 | - `edge`: [v0.6.1](services/edge/CHANGELOG.md#v061) |
28 | 28 | - **Dependencies:** Bump STACKIT SDK core module from `v0.22.0` to `v0.23.0` |
| 29 | +- `git`: [v0.11.0](services/git/CHANGELOG.md#v0110) |
| 30 | + - **Feature:** Introduction of multi API version support for the git SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062 |
| 31 | + - `v1betaapi`: New package which should be used for communication with the STACKIT git API in the future |
| 32 | + - **Deprecation:** The contents in the root of this SDK module including the `wait` package are marked as deprecated and will be removed after 2026-09-30. Switch to the new `v1api` package instead. |
| 33 | + - **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.23.0` |
| 34 | + - **Feature:** New API client methods for managing authentication: `CreateAuthentication`, `GetAuthentication`, `ListAuthentication`, `PatchAuthentication`, `DeleteAuthentication` |
| 35 | + - **Feature:** New API client methods for managing runners: `CreateRunner`, `GetRunner`, `DeleteRunner`, `ListRunnerRuntimes` |
| 36 | + - **Feature:** New model structs for managing authentication: `Authentication`, `AuthenticationList`, `CreateAuthenticationPayload`, `PatchAuthenticationPayload` |
| 37 | + - **Feature:** New model structs for managing runners: `CreateRunnerPayload`, `Runner`, `RunnerRuntime`, `RunnerRuntimeList` |
| 38 | + - **Feature:** New error model structs: `AlreadyExistsError`, `BadErrorResponse`, `NotFoundErrorResponse`, `UnauthorizedErrorResponse`, `ConflictErrorResponse` |
| 39 | + - **Feature:** New field `FeatureToggle `in Instance model struct |
| 40 | + - **Feature:** New fields `Acl` and `FeatureToggle` in struct `PatchInstancePayload` |
| 41 | + - **Breaking change:** Removal of type `InstanceFlavor` |
| 42 | + - **Breaking change:** Removal of structs: `ListRunnerLabels`, `RunnerLabel`, `UnauthorizedResponse` |
29 | 43 | - `iaas`: |
30 | 44 | - [v1.5.1](services/iaas/CHANGELOG.md#v151) |
31 | 45 | - **Dependencies:** Bump STACKIT SDK core module from `v0.22.0` to `v0.23.0` |
|
0 commit comments