Skip to content

Commit 3c9c44c

Browse files
Generator: Update SDK /services/cdn (#2119)
* Generate cdn * chore(sdk): add changelog for updated api --------- Co-authored-by: Rüdiger Schmitz <[email protected]>
1 parent 59094a1 commit 3c9c44c

13 files changed

+1725
-192
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
- **Breaking Change:** Introduce typed enum constants for status attributes
1515
- `git`: [v0.3.2](services/git/CHANGELOG.md#v032-2025-05-02)
1616
- **Bugfix**: Spelling corrections in documentation
17+
- `cdn`[v1.0.0](services/cdn/CHANGELOG.md#v100-2025-05-02)
18+
- **Feature:** Support for log management
19+
- **Feature:** Create distribution payload has additional optional attributes for blocked countries, IPs and volume limitation
20+
- **Feature:** Config Patch payload has additional optional attributes for blocked countries, IPs and volume limitation
21+
- **Breaking Change:** Config has additional required attributes for blocked countries, IPs and volume limitation
1722
- `alb`: [v0.2.2](services/alb/CHANGELOG.md#v022-2025-05-02)
1823
- **Feature:** Switch to beta2 API
1924

services/cdn/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v1.0.0 (2025-05-02)
2+
- **Feature:** Support for log management
3+
- **Feature:** Create distribution payload has additional optional attributes for blocked countries, IPs and volume limitation
4+
- **Feature:** Config Patch payload has additional optional attributes for blocked countries, IPs and volume limitation
5+
- **Breaking Change:** Config has additional required attributes for blocked countries, IPs and volume limitation
6+
17
## v0.3.1 (2025-04-29)
28
- **Bugfix:** Correctly handle empty payload in body
39

services/cdn/api_default.go

+240-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/cdn/api_default_test.go

+55
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/cdn/model_config.go

+148-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)