Skip to content

Commit 58c5d01

Browse files
chore(cdn): add changelogs
1 parent 216cf06 commit 58c5d01

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
- **Chore:** Bump minimum Python version to 3.10
2525
- **Chore:** Update dependencies
2626
- `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
2733
- [v2.7.0](services/cdn/CHANGELOG.md#v270)
2834
- **Chore:** Bump minimum Python version to 3.10
2935
- **Chore:** Update dependencies

services/cdn/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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
7+
18
## v2.7.0
29
- **Chore:** Bump minimum Python version to 3.10
310
- **Chore:** Update dependencies

services/cdn/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stackit-cdn"
3-
version = "v2.7.0"
3+
version = "v2.8.0"
44
description = "CDN API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.10,<4.0"

services/cdn/uv.lock

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

0 commit comments

Comments
 (0)