File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 22
33- ` alb ` : [ v0.8.1] ( services/alb/CHANGELOG.md#v081 )
44 - Update regular expressions to allow longer names
5+ - ` cdn ` ; [ v2.3.0] ( services/cdn/CHANGELOG.md#v230 )
6+ - ** Feature:** Add support for ` redirects ` in ` config ` , ` config_patch ` and ` create_distribution_payload ` models
7+ - new related models ` redirect_config ` ,` redirect_rule ` , ` matcher ` and ` match_condition `
58- ` loadbalancer ` : [ v0.8.1] ( services/loadbalancer/CHANGELOG.md#v081 )
69 - Update regular expressions to allow longer names
710- ` runcommand ` : [ v1.1.1] ( services/runcommand/CHANGELOG.md#v111 )
Original file line number Diff line number Diff line change 1+ ## v2.3.0
2+ - ** Feature:** Add support for ` redirects ` in ` config ` , ` config_patch ` and ` create_distribution_payload ` models
3+ - new related models ` redirect_config ` ,` redirect_rule ` , ` matcher ` and ` match_condition `
4+
15## v2.2.0
26- ** Feature:** Switch from ` v1beta2 ` CDN API version to ` v1 ` version.
37- ** Feature:** Add new function ` GetLogsSearchFilters `
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "stackit-cdn"
33
44[tool .poetry ]
55name = " stackit-cdn"
6- version = " v2.2 .0"
6+ version = " v2.3 .0"
77authors = [
88 " STACKIT Developer Tools <developer-tools@stackit.cloud>" ,
99]
You can’t perform that action at this time.
0 commit comments