Skip to content

Commit 6c1f343

Browse files
Generator: Update SDK /services/cdn (#2516)
Co-authored-by: Ruben Hoenle <Ruben.Hoenle@stackit.cloud>
1 parent 638b353 commit 6c1f343

File tree

5 files changed

+27
-193
lines changed

5 files changed

+27
-193
lines changed

CHANGELOG.md

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
11
## Release (2025-xx-xx)
2-
- `cdn`: [v2.0.0](services/cdn/CHANGELOG.md#v200)
3-
- **Feature:** Switch from `v1beta` CDN API version to `v1beta2` version.
4-
- **Breaking change:** Changed spelling from `WAF` to `Waf` in model class names
5-
- `WAFStatusRuleBlock` -> `WafStatusRuleBlock`
6-
- `WAFRuleGroup` -> `WafRuleGroup`
7-
- `WAFRuleCollection` -> `WafRuleCollection`
8-
- `WAFRule` -> `WafRule`
9-
- `ListWAFCollectionsResponse` -> `ListWafCollectionsResponse`
10-
- **Breaking change:** Changed spelling from model class named `GenericJSONResponse` to `GenericJsonResponse`
11-
- **Breaking change:** Removal of attributes from model classes
12-
- Remove `description` attribute from `ErrorDetails` model class
13-
- Remove `domain` attribute from `PutCustomDomainResponse` and `GetCustomDomainResponse` model classes
14-
- Remove `occured_at` attribute from `GetCacheInfoResponseHistoryEntry` model class
15-
- **Breaking change:** Removal of API client method `get_logs_search_filters`
16-
- **Feature:** Add attributes to model classes
17-
- Add `backend` attribute to `CreateDistributionPayload` model class
18-
- **Feature:** New model classes
19-
- New Loki model classes: `LokiLogSinkCredentials`, `LokiLogSinkCreate`, `LokiLogSinkPatch`
20-
- New Backend model classes: `HttpBackendCreate`, `BucketBackendCreate`, `BucketBackend`, `BucketBackendPatch`, `CreateDistributionPayloadBackend`, `ConfigPatchBackend`, `ConfigBackend`
21-
- Other new model classes: `BucketCredentials`
2+
- `cdn`:
3+
- [v2.1.0](services/cdn/CHANGELOG.md#v210)
4+
- **Breaking change:** Remove unused model classes: `GetLogsSearchFiltersResponse`, `PatchLokiLogSink`
5+
- [v2.0.0](services/cdn/CHANGELOG.md#v200)
6+
- **Feature:** Switch from `v1beta` CDN API version to `v1beta2` version.
7+
- **Breaking change:** Changed spelling from `WAF` to `Waf` in model class names
8+
- `WAFStatusRuleBlock` -> `WafStatusRuleBlock`
9+
- `WAFRuleGroup` -> `WafRuleGroup`
10+
- `WAFRuleCollection` -> `WafRuleCollection`
11+
- `WAFRule` -> `WafRule`
12+
- `ListWAFCollectionsResponse` -> `ListWafCollectionsResponse`
13+
- **Breaking change:** Changed spelling from model class named `GenericJSONResponse` to `GenericJsonResponse`
14+
- **Breaking change:** Removal of attributes from model classes
15+
- Remove `description` attribute from `ErrorDetails` model class
16+
- Remove `domain` attribute from `PutCustomDomainResponse` and `GetCustomDomainResponse` model classes
17+
- Remove `occured_at` attribute from `GetCacheInfoResponseHistoryEntry` model class
18+
- **Breaking change:** Removal of API client method `get_logs_search_filters`
19+
- **Feature:** Add attributes to model classes
20+
- Add `backend` attribute to `CreateDistributionPayload` model class
21+
- **Feature:** New model classes
22+
- New Loki model classes: `LokiLogSinkCredentials`, `LokiLogSinkCreate`, `LokiLogSinkPatch`
23+
- New Backend model classes: `HttpBackendCreate`, `BucketBackendCreate`, `BucketBackend`, `BucketBackendPatch`, `CreateDistributionPayloadBackend`, `ConfigPatchBackend`, `ConfigBackend`
24+
- Other new model classes: `BucketCredentials`
2225

2326
## Release (2025-10-29)
2427
- `stackitmarketplace`: [v1.15.0](services/stackitmarketplace/CHANGELOG.md#v1150)

services/cdn/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v2.1.0
2+
- **Breaking change:** Remove unused model classes: `GetLogsSearchFiltersResponse`, `PatchLokiLogSink`
3+
14
## v2.0.0
25
- **Feature:** Switch from `v1beta` CDN API version to `v1beta2` version.
36
- **Breaking change:** Changed spelling from `WAF` to `Waf` in model class names

services/cdn/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-cdn"
33

44
[tool.poetry]
55
name = "stackit-cdn"
6-
version = "v2.0.0"
6+
version = "v2.1.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

services/cdn/src/stackit/cdn/models/get_logs_search_filters_response.py

Lines changed: 0 additions & 81 deletions
This file was deleted.

services/cdn/src/stackit/cdn/models/patch_loki_log_sink.py

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)