Skip to content

Commit 36ef665

Browse files
committed
add changelog entries
1 parent b4e3ed7 commit 36ef665

File tree

3 files changed

+44
-1
lines changed

3 files changed

+44
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 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`
22+
123
## Release (2025-10-29)
224
- `stackitmarketplace`: [v1.15.0](services/stackitmarketplace/CHANGELOG.md#v1150)
325
- **Feature:** Add `EndUserLicenseAgreement`, `ProductDescription` and `ServiceLevelAgreement` attributes and add them to `Assets` struct

services/cdn/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## v2.0.0
2+
- **Feature:** Switch from `v1beta` CDN API version to `v1beta2` version.
3+
- **Breaking change:** Changed spelling from `WAF` to `Waf` in model class names
4+
- `WAFStatusRuleBlock` -> `WafStatusRuleBlock`
5+
- `WAFRuleGroup` -> `WafRuleGroup`
6+
- `WAFRuleCollection` -> `WafRuleCollection`
7+
- `WAFRule` -> `WafRule`
8+
- `ListWAFCollectionsResponse` -> `ListWafCollectionsResponse`
9+
- **Breaking change:** Changed spelling from model class named `GenericJSONResponse` to `GenericJsonResponse`
10+
- **Breaking change:** Removal of attributes from model classes
11+
- Remove `description` attribute from `ErrorDetails` model class
12+
- Remove `domain` attribute from `PutCustomDomainResponse` and `GetCustomDomainResponse` model classes
13+
- Remove `occured_at` attribute from `GetCacheInfoResponseHistoryEntry` model class
14+
- **Breaking change:** Removal of API client method `get_logs_search_filters`
15+
- **Feature:** Add attributes to model classes
16+
- Add `backend` attribute to `CreateDistributionPayload` model class
17+
- **Feature:** New model classes
18+
- New Loki model classes: `LokiLogSinkCredentials`, `LokiLogSinkCreate`, `LokiLogSinkPatch`
19+
- New Backend model classes: `HttpBackendCreate`, `BucketBackendCreate`, `BucketBackend`, `BucketBackendPatch`, `CreateDistributionPayloadBackend`, `ConfigPatchBackend`, `ConfigBackend`
20+
- Other new model classes: `BucketCredentials`
21+
122
## v1.7.1
223
- **Bugfix:** Prevent year 0 timestamp issue
324

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 = "v1.7.1"
6+
version = "v2.0.0"
77
authors = [
88
"STACKIT Developer Tools <[email protected]>",
99
]

0 commit comments

Comments
 (0)