Skip to content

Commit 7eec246

Browse files
committed
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]>
1 parent aca6121 commit 7eec246

File tree

5 files changed

+18
-2
lines changed

5 files changed

+18
-2
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/observability/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v0.15.0
2+
- **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.
3+
14
# v0.14.0
25
- **Feature:** Add attributes `JaegerHttpTracesUrl`, `OtlpGrpcTracesUrl` and `OtlpHttpTracesUrl` to `InstanceSensitiveData` model
36

services/observability/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.14.0
1+
v0.15.0

0 commit comments

Comments
 (0)