Skip to content

Commit 824a0f1

Browse files
Generator: Update SDK /services/dns (#5909)
Co-authored-by: Ruben Hoenle <Ruben.Hoenle@stackit.cloud>
1 parent eff14d4 commit 824a0f1

40 files changed

+931
-150
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,15 @@
106106
- **Feature:** New field `Access` in `Cluster` and `CreateOrUpdateClusterPayload` model structs
107107
- **Feature:** New API client method: `GetIDPKubeconfig`
108108
- Added new possible values to description of `Code` field in the `ClusterError` model struct
109-
- `dns`: [v0.18.0](services/dns/CHANGELOG.md#v0180)
110-
- **Feature:** Introduction of multi API version support for the dns SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
111-
- `v1api`: New package which should be used for communication with the STACKIT dns API in the future
112-
- **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.
113-
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
109+
- `dns`:
110+
- [v0.18.0](services/dns/CHANGELOG.md#v0180)
111+
- **Feature:** Introduction of multi API version support for the dns SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
112+
- `v1api`: New package which should be used for communication with the STACKIT dns API in the future
113+
- **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.
114+
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
115+
- [v0.19.0](services/dns/CHANGELOG.md#v0190)
116+
- **Bugfix:** Disable strict decoding of API responses
117+
- **Feature:** Add `AdditionalProperties` fields to model structs
114118
- `intake`:
115119
- [v0.5.0](services/intake/CHANGELOG.md#v050)
116120
- **Feature:** Introduction of multi API version support for the intake SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062

services/dns/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.19.0
2+
- **Bugfix:** Disable strict decoding of API responses
3+
- **Feature:** Add `AdditionalProperties` fields to model structs
4+
15
## v0.18.0
26
- **Feature:** Introduction of multi API version support for the dns SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
37
- `v1api`: New package which should be used for communication with the STACKIT dns API in the future

services/dns/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.18.0
1+
v0.19.0

services/dns/oas_commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ac05d7f064f6fe7e89e0c5daf6c41f0e377caf9f
1+
0e64886dd0847341800d7191ed193b75413be998

services/dns/v1api/model_clone_zone_payload.go

Lines changed: 18 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/dns/v1api/model_create_label_payload.go

Lines changed: 17 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/dns/v1api/model_create_label_response.go

Lines changed: 32 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/dns/v1api/model_create_record_set_payload.go

Lines changed: 19 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/dns/v1api/model_create_zone_payload.go

Lines changed: 28 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/dns/v1api/model_delete_label_response.go

Lines changed: 32 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)