Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 23 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,27 @@
## Release (2025-xx-xx)
- `cdn`: [v2.0.0](services/cdn/CHANGELOG.md#v200)
- **Feature:** Switch from `v1beta` CDN API version to `v1beta2` version.
- **Breaking change:** Changed spelling from `WAF` to `Waf` in model class names
- `WAFStatusRuleBlock` -> `WafStatusRuleBlock`
- `WAFRuleGroup` -> `WafRuleGroup`
- `WAFRuleCollection` -> `WafRuleCollection`
- `WAFRule` -> `WafRule`
- `ListWAFCollectionsResponse` -> `ListWafCollectionsResponse`
- **Breaking change:** Changed spelling from model class named `GenericJSONResponse` to `GenericJsonResponse`
- **Breaking change:** Removal of attributes from model classes
- Remove `description` attribute from `ErrorDetails` model class
- Remove `domain` attribute from `PutCustomDomainResponse` and `GetCustomDomainResponse` model classes
- Remove `occured_at` attribute from `GetCacheInfoResponseHistoryEntry` model class
- **Breaking change:** Removal of API client method `get_logs_search_filters`
- **Feature:** Add attributes to model classes
- Add `backend` attribute to `CreateDistributionPayload` model class
- **Feature:** New model classes
- New Loki model classes: `LokiLogSinkCredentials`, `LokiLogSinkCreate`, `LokiLogSinkPatch`
- New Backend model classes: `HttpBackendCreate`, `BucketBackendCreate`, `BucketBackend`, `BucketBackendPatch`, `CreateDistributionPayloadBackend`, `ConfigPatchBackend`, `ConfigBackend`
- Other new model classes: `BucketCredentials`
- `cdn`:
- [v2.1.0](services/cdn/CHANGELOG.md#v210)
- **Breaking change:** Remove unused model classes: `GetLogsSearchFiltersResponse`, `PatchLokiLogSink`
- [v2.0.0](services/cdn/CHANGELOG.md#v200)
- **Feature:** Switch from `v1beta` CDN API version to `v1beta2` version.
- **Breaking change:** Changed spelling from `WAF` to `Waf` in model class names
- `WAFStatusRuleBlock` -> `WafStatusRuleBlock`
- `WAFRuleGroup` -> `WafRuleGroup`
- `WAFRuleCollection` -> `WafRuleCollection`
- `WAFRule` -> `WafRule`
- `ListWAFCollectionsResponse` -> `ListWafCollectionsResponse`
- **Breaking change:** Changed spelling from model class named `GenericJSONResponse` to `GenericJsonResponse`
- **Breaking change:** Removal of attributes from model classes
- Remove `description` attribute from `ErrorDetails` model class
- Remove `domain` attribute from `PutCustomDomainResponse` and `GetCustomDomainResponse` model classes
- Remove `occured_at` attribute from `GetCacheInfoResponseHistoryEntry` model class
- **Breaking change:** Removal of API client method `get_logs_search_filters`
- **Feature:** Add attributes to model classes
- Add `backend` attribute to `CreateDistributionPayload` model class
- **Feature:** New model classes
- New Loki model classes: `LokiLogSinkCredentials`, `LokiLogSinkCreate`, `LokiLogSinkPatch`
- New Backend model classes: `HttpBackendCreate`, `BucketBackendCreate`, `BucketBackend`, `BucketBackendPatch`, `CreateDistributionPayloadBackend`, `ConfigPatchBackend`, `ConfigBackend`
- Other new model classes: `BucketCredentials`

## Release (2025-10-29)
- `stackitmarketplace`: [v1.15.0](services/stackitmarketplace/CHANGELOG.md#v1150)
Expand Down
3 changes: 3 additions & 0 deletions services/cdn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v2.1.0
- **Breaking change:** Remove unused model classes: `GetLogsSearchFiltersResponse`, `PatchLokiLogSink`

## v2.0.0
- **Feature:** Switch from `v1beta` CDN API version to `v1beta2` version.
- **Breaking change:** Changed spelling from `WAF` to `Waf` in model class names
Expand Down
2 changes: 1 addition & 1 deletion services/cdn/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "stackit-cdn"

[tool.poetry]
name = "stackit-cdn"
version = "v2.0.0"
version = "v2.1.0"
authors = [
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
]
Expand Down

This file was deleted.

91 changes: 0 additions & 91 deletions services/cdn/src/stackit/cdn/models/patch_loki_log_sink.py

This file was deleted.