Skip to content

Commit 4d7c32c

Browse files
Generator: Update SDK /services/observability (#3621)
* Generate observability * Generate cdn * Add changelogs - Deprecation warning Observability JaegerHttpTracesUrl field is now deprecated in all relevant models and will be removed after 9th April 2026. Use the new JaegerHttpUrl field instead. Signed-off-by: Alexander Dahmen <[email protected]> --------- Signed-off-by: Alexander Dahmen <[email protected]> Co-authored-by: Alexander Dahmen <[email protected]>
1 parent 6928786 commit 4d7c32c

32 files changed

+2351
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## Release (2025-xx-xx)
2+
- `observability`: [v0.15.0](services/observability/CHANGELOG.md#v0150)
3+
- **Deprecation:** The `JaegerHttpTracesUrl` field is now deprecated in all relevant models and will be removed after 9th April 2026. Use the new `JaegerHttpUrl` field instead.
4+
- `cdn`: [v1.6.0](services/cdn/CHANGELOG.md#v160)
5+
- **Feature:** Add models: `DistributionWaf`, `WafConfig`, `WAFConfigPatch`, `WAFMode`, `WAFRule`, `WAFRuleCollection`, `WAFRuleGroup` and `WAFStatusRuleBlock`
6+
- **Feature:** Add `Waf` attribute to `Config` and `Distribution`
7+
- **Feature:** Add `WafStatus` to `DistributionRequest` and `ListWafCollections`
8+
19
## Release (2025-09-30)
210
- `authorization`: [v0.9.0](services/authorization/CHANGELOG.md#v090)
311
- **Feature:** Add support for assignable subjects

services/cdn/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.6.0
2+
- **Feature:** Add models: `DistributionWaf`, `WafConfig`, `WAFConfigPatch`, `WAFMode`, `WAFRule`, `WAFRuleCollection`, `WAFRuleGroup` and `WAFStatusRuleBlock`
3+
- **Feature:** Add `Waf` attribute to `Config` and `Distribution`
4+
- **Feature:** Add `WafStatus` to `DistributionRequest` and `ListWafCollections`
5+
16
## v1.5.0
27
- **Feature:** Added Attribute `LogSink` to `ConfigPatch`
38
- **Feature:** Added Attribute `Geofencing` to `DistributionPayload`

services/cdn/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.5.0
1+
v1.6.0

services/cdn/api_default.go

Lines changed: 210 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/cdn/api_default_test.go

Lines changed: 52 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)