|
28 | 28 | - **Feature:** Add support for list runner labels operation |
29 | 29 | - new API client methods `ListRunnerLabels` and `ListRunnerLabelsExecute` |
30 | 30 | - new model struct `RunnerLabel` |
| 31 | +- `cdn`: [v2.0.0](services/cdn/CHANGELOG.md#v200) |
| 32 | + - **Feature:** Switch from `v1beta` CDN API version to `v1beta2` version. |
| 33 | + - **Breaking change:** Changed spelling from `WAF` to `Waf` in model struct names |
| 34 | + - `WAFStatusRuleBlock` -> `WafStatusRuleBlock` |
| 35 | + - `WAFRuleGroup` -> `WafRuleGroup` |
| 36 | + - `WAFRuleCollection` -> `WafRuleCollection` |
| 37 | + - `WAFRule` -> `WafRule` |
| 38 | + - `NullableListWAFCollectionsResponse` -> `NullableListWafCollectionsResponse` |
| 39 | + - **Breaking change:** Changed spelling from model struct named `GenericJSONResponse` to `GenericJsonResponse` |
| 40 | + - **Breaking change:** Removal of fields from model structs |
| 41 | + - Remove `Description` field from `ErrorDetails` model struct |
| 42 | + - Remove `Domain` field from `PutCustomDomainResponse` and `GetCustomDomainResponse` model structs |
| 43 | + - Remove `OccuredAt` field from `GetCacheInfoResponseHistoryEntry` model struct |
| 44 | + - **Breaking change:** Renaming of fields in model structs |
| 45 | + - Rename `DistributionID` field to `DistributionId` in `DistributionLogsRecord` model struct |
| 46 | + - Rename `BlockedIPs` field to `BlockedIps` in `CreateDistributionPayload`, `ConfigPatch` and `Config` model structs |
| 47 | + - **Breaking change:** Removal of API client methods `GetLogsSearchFilters`, `GetLogsSearchFiltersExecute` |
| 48 | + - **Breaking change:** Removal of request structs `GetLogsSearchFiltersRequest` |
| 49 | + - **Feature:** Add fields to model structs |
| 50 | + - Add `Backend` field to `CreateDistributionPayload` model struct |
| 51 | + - Add `BucketBackend` field to `ConfigBackend` model struct |
| 52 | + - Add `BucketBackendPatch` field to `ConfigPatchBackend` model struct |
| 53 | + - **Feature:** New model structs |
| 54 | + - New Loki model structs: `LokiLogSinkCredentials`, `LokiLogSinkCreate`, `LokiLogSinkPatch` |
| 55 | + - New Backend model structs: `HttpBackendCreate`, `BucketBackendCreate`, `BucketBackend`, `BucketBackendPatch`, `CreateDistributionPayloadBackend` |
| 56 | + - Other new model structs: `BucketCredentials` |
31 | 57 |
|
32 | 58 | ## Release (2025-10-13) |
33 | 59 | - `observability`: [v0.15.0](services/observability/CHANGELOG.md#v0150) |
|
0 commit comments