File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[project ]
22name = " stackit-cdn"
3- version = " v2.4 .0"
3+ version = " v2.5 .0"
44description = " CDN API"
55authors = [{ name = " STACKIT Developer Tools" , email = " developer-tools@stackit.cloud" }]
66requires-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
You can’t perform that action at this time.
0 commit comments