Skip to content

Commit c40ab2f

Browse files
authored
Merge branch 'main' into roundTripper
2 parents cc796ce + 0975938 commit c40ab2f

File tree

101 files changed

+24087
-389
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+24087
-389
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Release (2025-XX-YY)
2+
- `alb`: [v0.1.0](services/alb/CHANGELOG.md#v010-2025-xx-yy)
3+
- **New:** API for application load balancer
4+
- `cdn`: [0.1.0](services/cdn/CHANGELOG.md#v010-2025-xx-yy)
5+
- **New:** Introduce new API for content delivery
6+
7+
18
## Release (2025-03-14)
29
- `certificates`: [v1.0.0](services/certificates/CHANGELOG.md#v100-2025-03-14)
310
- **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.

go.work

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ use (
3030
./examples/sqlserverflex
3131
./examples/waiter
3232
./scripts
33+
./services/alb
3334
./services/archiving
3435
./services/authorization
36+
./services/cdn
3537
./services/certificates
3638
./services/dns
3739
./services/iaas
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6.6.0

services/alb/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## v0.1.0 (2025-XX-YY)
2+
- **New:** API for application load balancer

0 commit comments

Comments
 (0)