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
20 changes: 12 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,18 @@
- `v1api`: New package which can be used for communication with the logs v1 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`
- `sqlserverflex`: [v1.5.0](services/sqlserverflex/CHANGELOG.md#v150)
- **Feature:** Introduction of multi API version support for the sqlserverflex 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 sqlserverflex v1 API
- `v2api`: New package which can be used for communication with the sqlserverflex v2 API
- `v3alpha1api`: New package which can be used for communication with the sqlserverflex v3 alpha1 API
- `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`
- `sqlserverflex`:
- [v1.5.0](services/sqlserverflex/CHANGELOG.md#v150)
- **Feature:** Introduction of multi API version support for the sqlserverflex 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 sqlserverflex v1 API
- `v2api`: New package which can be used for communication with the sqlserverflex v2 API
- `v3alpha1api`: New package which can be used for communication with the sqlserverflex v3 alpha1 API
- `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`
- [v1.6.0](services/sqlserverflex/CHANGELOG.md#v160)
- **Bugfix:** Disable strict decoding of API responses
- **Feature:** Add `AdditionalProperties` fields to model structs
- `vpn`:
- [v0.1.0](services/vpn/CHANGELOG.md#v010)
- **New:** SDK module for vpn service
Expand Down
4 changes: 4 additions & 0 deletions services/sqlserverflex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.6.0
- **Bugfix:** Disable strict decoding of API responses
- **Feature:** Add `AdditionalProperties` fields to model structs

## v1.5.0
- **Feature:** Introduction of multi API version support for the sqlserverflex 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 sqlserverflex v1 API
Expand Down
2 changes: 1 addition & 1 deletion services/sqlserverflex/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.5.0
v1.6.0
2 changes: 1 addition & 1 deletion services/sqlserverflex/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
335aa32af4d6c0d2a036b8567773da2f051f7efb
0e64886dd0847341800d7191ed193b75413be998
31 changes: 30 additions & 1 deletion services/sqlserverflex/v1api/model_acl.go

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

52 changes: 44 additions & 8 deletions services/sqlserverflex/v1api/model_backup.go

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

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

23 changes: 17 additions & 6 deletions services/sqlserverflex/v1api/model_create_database_payload.go

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

31 changes: 30 additions & 1 deletion services/sqlserverflex/v1api/model_create_database_response.go

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

27 changes: 22 additions & 5 deletions services/sqlserverflex/v1api/model_create_instance_payload.go

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

Loading
Loading