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
@@ -1,3 +1,8 @@
## Release (2025-XX-YY)
- `cdn`: [0.1.0](services/cdn/CHANGELOG.md#v010-2025-xx-yy)
- **New:** Introduce new API for content delivery


## Release (2025-03-14)
- `certificates`: [v1.0.0](services/certificates/CHANGELOG.md#v100-2025-03-14)
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
Expand Down
1 change: 1 addition & 0 deletions go.work
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ use (
./scripts
./services/archiving
./services/authorization
./services/cdn
./services/certificates
./services/dns
./services/iaas
Expand Down
1 change: 1 addition & 0 deletions services/cdn/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6.6.0
2 changes: 2 additions & 0 deletions services/cdn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## v0.1.0 (2025-XX-YY)
- **New:** Introduce new API for content delivery
Loading
Loading