Skip to content

Commit 5a5a52f

Browse files
Generator: Update SDK /services/rabbitmq (#5925)
Co-authored-by: Ruben Hoenle <Ruben.Hoenle@stackit.cloud>
1 parent 4308452 commit 5a5a52f

31 files changed

+605
-179
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,15 @@
124124
- `v1api`: New package which should be used for communication with the STACKIT modelserving API in the future
125125
- **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.
126126
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
127-
- `rabbitmq`: [v0.27.0](services/rabbitmq/CHANGELOG.md#v0270)
128-
- **Feature:** Introduction of multi API version support for the rabbitmq SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
129-
- `v1api`: New package which should be used for communication with the STACKIT rabbitmq API in the future
130-
- **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.
131-
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
127+
- `rabbitmq`:
128+
- [v0.27.0](services/rabbitmq/CHANGELOG.md#v0270)
129+
- **Feature:** Introduction of multi API version support for the rabbitmq SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
130+
- `v1api`: New package which should be used for communication with the STACKIT rabbitmq API in the future
131+
- **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.
132+
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
133+
- [v0.28.0](services/rabbitmq/CHANGELOG.md#v0280)
134+
- **Bugfix:** Disable strict decoding of API responses
135+
- **Feature:** Add `AdditionalProperties` fields to model structs
132136
- `redis`: [v0.26.0](services/redis/CHANGELOG.md#v0260)
133137
- **Feature:** Introduction of multi API version support for the redis SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
134138
- `v1api`: New package which should be used for communication with the STACKIT redis API in the future

services/rabbitmq/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.28.0
2+
- **Bugfix:** Disable strict decoding of API responses
3+
- **Feature:** Add `AdditionalProperties` fields to model structs
4+
15
## v0.27.0
26
- **Feature:** Introduction of multi API version support for the rabbitmq 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 rabbitmq API in the future

services/rabbitmq/VERSION

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

services/rabbitmq/oas_commit

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

services/rabbitmq/v1api/model_backup.go

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

services/rabbitmq/v1api/model_create_backup_response_item.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/rabbitmq/v1api/model_create_instance_payload.go

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

services/rabbitmq/v1api/model_create_instance_response.go

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

services/rabbitmq/v1api/model_credentials.go

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

0 commit comments

Comments
 (0)