Skip to content

Commit 38692f3

Browse files
committed
chore(cdn) write changelog, bump version
1 parent f0b99b8 commit 38692f3

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
- `authorization`: [v0.7.1](services/authorization/CHANGELOG.md#v071)
77
- **Feature:** client now supports UUID and decimal types
88
- **Bugfix:** timeouts now passed to requests library
9+
- `cdn`: [v2.4.0](services/cdn/CHANGELOG.md#v240)
10+
- **Feature:** client now supports UUID and decimal types
11+
- **Bugfix:** timeouts now passed to requests library
12+
- **Feature:** add field `certificateType` to `Domain` model
13+
- **Feature:** add field `skipDnsCheck` to `GetCustomDomainCustomCertificate`, `PutCustomDomainCustomCertificate` models
914
- `certificates`: [v1.2.1](services/certificates/CHANGELOG.md#v121)
1015
- **Feature:** client now supports UUID and decimal types
1116
- **Bugfix:** timeouts now passed to requests library

services/cdn/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v2.4.0
2+
- **Feature:** client now supports UUID and decimal types
3+
- **Bugfix:** timeouts now passed to requests library
4+
- **Feature:** add field `certificateType` to `Domain` model
5+
- **Feature:** add field `skipDnsCheck` to `GetCustomDomainCustomCertificate`, `PutCustomDomainCustomCertificate` models
6+
17
## v2.3.0
28
- **Feature:** Add support for `redirects` in `config`, `config_patch` and `create_distribution_payload` models
39
- new related models `redirect_config`,` redirect_rule`, `matcher` and `match_condition`

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.3.0"
3+
version = "v2.4.0"
44
description = "CDN API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)