Skip to content

Commit f12d8a2

Browse files
committed
Update CHANGELOG.md and pyproject.toml
- relates to #1882
1 parent 5035134 commit f12d8a2

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,13 @@
1919
- **Feature:** Add new `LocalizedVersion` model for localized content management
2020
- **Feature:** Add new `NoticePeriod` model with types: `SAME_DAY`, `DAYS`, `MONTHS`
2121
- **Feature:** Add new `ServiceCertificate` model for service certification
22-
- `cdn`: [v1.2.0](services/cdn/CHANGELOG.md#v120)
23-
- **Feature:** Add `default_cache_duration` attribute to `Config`, `ConfigPatch` and `CreateDistributionPayload` model
24-
- Add `originUrlRelated` to available options given in `sort_by` description
22+
- `cdn`:
23+
- [v1.3.0](services/cdn/CHANGELOG.md#v130)
24+
- **Breaking change:** Replace oneOf `ConfigBackend` with `HttpBackend`
25+
- **Internal:** Improve deserializing and error types
26+
- [v1.2.0](services/cdn/CHANGELOG.md#v120)
27+
- **Feature:** Add `default_cache_duration` attribute to `Config`, `ConfigPatch` and `CreateDistributionPayload` model
28+
- Add `originUrlRelated` to available options given in `sort_by` description
2529
- `opensearch`: [v0.3.0](services/opensearch/CHANGELOG.md#v030)
2630
- **Breaking change:** Attribute `tls_protocols` of `InstanceParameters` model is now of type `List[StrictStr]` (previously `StrictStr`)
2731
- `stackitmarketplace`: [v1.4.0](services/stackitmarketplace/CHANGELOG.md#v140)

services/cdn/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.3.0
2+
- **Breaking change:** Replace oneOf `ConfigBackend` with `HttpBackend`
3+
- **Internal:** Improve deserializing and error types
4+
15
## v1.2.0
26
- **Feature:** Add `default_cache_duration` attribute to `Config`, `ConfigPatch` and `CreateDistributionPayload` model
37
- Add `originUrlRelated` to available options given in `sort_by` description

services/cdn/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-cdn"
33

44
[tool.poetry]
55
name = "stackit-cdn"
6-
version = "v1.2.0"
6+
version = "v1.3.0"
77
authors = [
88
"STACKIT Developer Tools <[email protected]>",
99
]

0 commit comments

Comments
 (0)