Skip to content

Commit fb44331

Browse files
committed
add changelog
1 parent 6191509 commit fb44331

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
- **Feature:** Add `config_drive` attribute to ModelClass `Server` and `CreateServerPayload`
1111
- `alb`: [v0.9.3](services/alb/CHANGELOG.md#v093)
1212
- Add HTTP 429 status code to some API client methods
13+
- `cdn`: [v2.5.0](services/cdn/CHANGELOG.md#v250)
14+
- **Feature:** New model classes `TlsConfigPatch` and `TlsConfig`
15+
- **Feature:** add attributes `forwardHostHeader`, `stripResponseCookies` and `tls` to the model classes:
16+
- `Config`
17+
- `ConfigPatch`
18+
- `CreateDistributionPayload`
1319
- `certificates`: [v1.3.1](services/certificates/CHANGELOG.md#v131)
1420
- Add HTTP 429 status code to some API client methods
1521
- `loadbalancer`: [v0.9.3](services/loadbalancer/CHANGELOG.md#v093)

services/cdn/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v2.5.0
2+
- **Feature:** New model classes `TlsConfigPatch` and `TlsConfig`
3+
- **Feature:** add attributes `forwardHostHeader`, `stripResponseCookies` and `tls` to the model classes:
4+
- `Config`
5+
- `ConfigPatch`
6+
- `CreateDistributionPayload`
7+
18
## v2.4.0
29
- **Feature:** client now supports UUID and decimal types
310
- **Bugfix:** timeouts now passed to requests library

services/cdn/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stackit-cdn"
3-
version = "v2.4.0"
3+
version = "v2.5.0"
44
description = "CDN API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.9,<4.0"
@@ -111,7 +111,7 @@ per-file-ignores = """
111111
# asserts are fine in tests, tests shouldn't be build optimized
112112
./tests/*: S101,
113113
# F841: some variables get generated but may not be used, depending on the api-spec
114-
# E501: long descriptions/string values might lead to lines that are too long
114+
# E501: long descriptions/string values might lead to lines that are too long
115115
./src/stackit/*/models/*: F841,E501
116116
# F841: some variables get generated but may not be used, depending on the api-spec
117117
# E501: long descriptions/string values might lead to lines that are too long

0 commit comments

Comments
 (0)