Skip to content

Commit f5a9de2

Browse files
Merge branch 'main' into oas-bot-22053715448/cdn
2 parents b81bf85 + bb0885e commit f5a9de2

15 files changed

+19
-1820
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
- [v0.1.4](services/auditlog/CHANGELOG.md#v014)
1818
- **Dependencies**: Bump `github.com/golang-jwt/jwt/v5` from `v5.3.0` to `v5.3.1`
1919
- `authorization`:
20+
- [v0.12.0](services/authorization/CHANGELOG.md#v0120)
21+
- **Breaking change:** removed operation `GetAssignableSubjects` and related models `AssignableSubject`, `ListAssignableSubjectsResponse`
2022
- [v0.11.3](services/authorization/CHANGELOG.md#v0113)
2123
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
2224
- [v0.11.2](services/authorization/CHANGELOG.md#v0112)
@@ -122,6 +124,8 @@
122124
- [v1.3.4](services/postgresflex/CHANGELOG.md#v134)
123125
- **Dependencies**: Bump `github.com/golang-jwt/jwt/v5` from `v5.3.0` to `v5.3.1`
124126
- `rabbitmq`:
127+
- [v0.26.0](services/rabbitmq/CHANGELOG.md#v0260)
128+
- **Breaking change:** `SetTLSProtocols` now accepts a slice of strings instead of a single string
125129
- [v0.25.6](services/rabbitmq/CHANGELOG.md#v0256)
126130
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
127131
- [v0.25.5](services/rabbitmq/CHANGELOG.md#v0255)

services/authorization/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.12.0
2+
- **Breaking change:** removed operation `GetAssignableSubjects` and related models `AssignableSubject`, `ListAssignableSubjectsResponse`
3+
14
## v0.11.3
25
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
36

services/authorization/VERSION

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

services/authorization/api_default.go

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

0 commit comments

Comments
 (0)