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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
- **Breaking Change:** Introduce typed enum constants for status attributes
- `git`: [v0.3.2](services/git/CHANGELOG.md#v032-2025-05-02)
- **Bugfix**: Spelling corrections in documentation
- `cdn`[v1.0.0](services/cdn/CHANGELOG.md#v100-2025-05-02)
- **Feature:** Support for log management
- **Feature:** Create distribution payload has additional optional attributes for blocked countries, IPs and volume limitation
- **Feature:** Config Patch payload has additional optional attributes for blocked countries, IPs and volume limitation
- **Breaking Change:** Config has additional required attributes for blocked countries, IPs and volume limitation
- `alb`: [v0.2.2](services/alb/CHANGELOG.md#v022-2025-05-02)
- **Feature:** Switch to beta2 API

Expand Down
6 changes: 6 additions & 0 deletions services/cdn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.0.0 (2025-05-02)
- **Feature:** Support for log management
- **Feature:** Create distribution payload has additional optional attributes for blocked countries, IPs and volume limitation
- **Feature:** Config Patch payload has additional optional attributes for blocked countries, IPs and volume limitation
- **Breaking Change:** Config has additional required attributes for blocked countries, IPs and volume limitation

## v0.3.1 (2025-04-29)
- **Bugfix:** Correctly handle empty payload in body

Expand Down
255 changes: 240 additions & 15 deletions services/cdn/api_default.go

Large diffs are not rendered by default.

55 changes: 55 additions & 0 deletions services/cdn/api_default_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

149 changes: 148 additions & 1 deletion services/cdn/model_config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading