You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,12 @@
24
24
-**Chore:** Bump minimum Python version to 3.10
25
25
-**Chore:** Update dependencies
26
26
-`cdn`
27
+
-[v2.8.0](services/cdn/CHANGELOG.md#v280)
28
+
-**Breaking Change:**`log_sink` fields changed to new wrapper types: `ConfigLogSink`, `ConfigPatchLogSink`, `CreateDistributionPayloadLogSink`
29
+
-**Feature:** New model classes `ConfigLogSink`, `ConfigPatchLogSink` and `CreateDistributionPayloadLogSink`
30
+
-**Feature:** Add `labels` attribute to `Config`, `ConfigPatch` and `CreateDistributionPayload` model classes
31
+
-**Feature:** Add enum validation for `type` field in `BucketBackend`, `BucketBackendCreate`, `BucketBackendPatch`, `HttpBackend`, `HttpBackendCreate`, `HttpBackendPatch`, `LokiLogSink`, `LokiLogSinkCreate` and `LokiLogSinkPatch` model classes
32
+
-**Improvement:** Extend field descriptions in multiple model classes
Copy file name to clipboardExpand all lines: services/cdn/CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
## v2.8.0
2
+
-**Breaking Change:**`log_sink` fields changed to new wrapper types: `ConfigLogSink`, `ConfigPatchLogSink`, `CreateDistributionPayloadLogSink`
3
+
-**Feature:** New model classes `ConfigLogSink`, `ConfigPatchLogSink` and `CreateDistributionPayloadLogSink`
4
+
-**Feature:** Add `labels` attribute to `Config`, `ConfigPatch` and `CreateDistributionPayload` model classes
5
+
-**Feature:** Add enum validation for `type` field in `BucketBackend`, `BucketBackendCreate`, `BucketBackendPatch`, `HttpBackend`, `HttpBackendCreate`, `HttpBackendPatch`, `LokiLogSink`, `LokiLogSinkCreate` and `LokiLogSinkPatch` model classes
6
+
-**Improvement:** Extend field descriptions in multiple model classes
0 commit comments