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
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,12 @@
- `v3beta1api`: New package which can be used for communication with the sqlserverflex v3 beta1 API
- **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 packages for the available API versions instead.
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
- `vpn`: [v0.1.0](services/vpn/CHANGELOG.md#v010)
- **New:** SDK module for vpn service
- `v1alpha1api`: New package which can be used for communication with the vpn v1 alpha1 API
- `vpn`:
- [v0.1.0](services/vpn/CHANGELOG.md#v010)
- **New:** SDK module for vpn service
- `v1alpha1api`: New package which can be used for communication with the vpn v1 alpha1 API
- [v0.2.0](services/vpn/CHANGELOG.md#v020)
- `v1alpha1api`: Align package to latest API specification
- `postgresflex`:
- [v1.4.0](services/postgresflex/CHANGELOG.md#v140)
- **Feature:** Introduction of multi API version support for the postgresflex SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
Expand Down
3 changes: 3 additions & 0 deletions services/vpn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.2.0
- `v1alpha1api`: Align package to latest API specification

## v0.1.0
- **New:** SDK module for vpn service
- `v1alpha1api`: New package which can be used for communication with the vpn v1 alpha1 API
2 changes: 1 addition & 1 deletion services/vpn/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.0
v0.2.0
2 changes: 1 addition & 1 deletion services/vpn/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3e9c109388be83b40c16d8cb5ab146aa314eb6e8
5cc62daf6e2109097bee8436b7085328e452c937
467 changes: 241 additions & 226 deletions services/vpn/v1alpha1api/api_default.go

Large diffs are not rendered by default.

148 changes: 74 additions & 74 deletions services/vpn/v1alpha1api/api_default_mock.go

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

2 changes: 1 addition & 1 deletion services/vpn/v1alpha1api/client.go

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

2 changes: 1 addition & 1 deletion services/vpn/v1alpha1api/configuration.go

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

Loading
Loading