Skip to content

Commit 421daf0

Browse files
committed
chore(rabbitmq): Add changelogs
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 119214b commit 421daf0

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
1818
- **Deprecation:** `tls_ciphers`, `tls_protocols` from `InstanceParameters` model are deprecated and will be removed 2026-12-12.
1919
- **Feature:** Added optional `CreateCredentialsPayload`.
20+
- `rabbitmq`:
21+
- [v1.0.0](services/rabbitmq/CHANGELOG.md#v100)
22+
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
23+
- **Deprecation:** `roles`, `tls_ciphers`, `tls_protocols` from `InstanceParameters` model are deprecated and will be removed 2026-12-11.
24+
- **Feature:** Added optional `CreateCredentialsPayload`.
25+
2026

2127
## Release (2026-13-05)
2228
- `auditlog`:

services/rabbitmq/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.0.0
2+
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
3+
- **Deprecation:** `roles`, `tls_ciphers`, `tls_protocols` from `InstanceParameters` model are deprecated and will be removed 2026-12-11.
4+
- **Feature:** Added optional `CreateCredentialsPayload`.
5+
16
## v0.5.0
27
- **Feature:** regenerate with openapi-generator v7.22.0
38

services/rabbitmq/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stackit-rabbitmq"
3-
version = "v0.5.0"
3+
version = "v1.0.0"
44
description = "STACKIT RabbitMQ API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)