Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,14 @@
- `v2api`: New package which can be used for communication with the serverupdate v2 API
- **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 packages for the available API versions instead.
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
- `runcommand`: [v1.5.0](services/runcommand/CHANGELOG.md#v150)
- **Feature:** Introduction of multi API version support for the runcommand SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
- `v1api`: New package which can be used for communication with the runcommand v1 API
- `v1betaapi`: New package which can be used for communication with the runcommand v1 beta API
- `v2api`: New package which can be used for communication with the runcommand v2 API
- `v2betaapi`: New package which can be used for communication with the runcommand v2 beta API
- **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 packages for the available API versions instead.
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`

## Release (2026-02-20)
- `core`: [v0.21.1](core/CHANGELOG.md#v0211)
Expand Down
9 changes: 9 additions & 0 deletions services/runcommand/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v1.5.0
- **Feature:** Introduction of multi API version support for the runcommand SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
- `v1api`: New package which can be used for communication with the runcommand v1 API
- `v1betaapi`: New package which can be used for communication with the runcommand v1 beta API
- `v2api`: New package which can be used for communication with the runcommand v2 API
- `v2betaapi`: New package which can be used for communication with the runcommand v2 beta API
- **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 packages for the available API versions instead.
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`

## v1.4.3
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`

Expand Down
2 changes: 1 addition & 1 deletion services/runcommand/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.4.3
v1.5.0
59 changes: 52 additions & 7 deletions services/runcommand/api_default.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading