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
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,15 @@
- **Feature:** New field `Access` in `Cluster` and `CreateOrUpdateClusterPayload` model structs
- **Feature:** New API client method: `GetIDPKubeconfig`
- Added new possible values to description of `Code` field in the `ClusterError` model struct
- `dns`: [v0.18.0](services/dns/CHANGELOG.md#v0180)
- **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
- `v1api`: New package which should be used for communication with the STACKIT dns API in the future
- **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.
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
- `dns`:
- [v0.18.0](services/dns/CHANGELOG.md#v0180)
- **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
- `v1api`: New package which should be used for communication with the STACKIT dns API in the future
- **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.
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
- [v0.19.0](services/dns/CHANGELOG.md#v0190)
- **Bugfix:** Disable strict decoding of API responses
- **Feature:** Add `AdditionalProperties` fields to model structs
- `intake`:
- [v0.5.0](services/intake/CHANGELOG.md#v050)
- **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
Expand Down
4 changes: 4 additions & 0 deletions services/dns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.19.0
- **Bugfix:** Disable strict decoding of API responses
- **Feature:** Add `AdditionalProperties` fields to model structs

## v0.18.0
- **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
- `v1api`: New package which should be used for communication with the STACKIT dns API in the future
Expand Down
2 changes: 1 addition & 1 deletion services/dns/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.18.0
v0.19.0
2 changes: 1 addition & 1 deletion services/dns/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ac05d7f064f6fe7e89e0c5daf6c41f0e377caf9f
0e64886dd0847341800d7191ed193b75413be998
23 changes: 18 additions & 5 deletions services/dns/v1api/model_clone_zone_payload.go

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

23 changes: 17 additions & 6 deletions services/dns/v1api/model_create_label_payload.go

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

34 changes: 32 additions & 2 deletions services/dns/v1api/model_create_label_response.go

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

24 changes: 19 additions & 5 deletions services/dns/v1api/model_create_record_set_payload.go

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

33 changes: 28 additions & 5 deletions services/dns/v1api/model_create_zone_payload.go

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

34 changes: 32 additions & 2 deletions services/dns/v1api/model_delete_label_response.go

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

Loading
Loading