File tree Expand file tree Collapse file tree 3 files changed +40
-1
lines changed Expand file tree Collapse file tree 3 files changed +40
-1
lines changed Original file line number Diff line number Diff line change 11## Release (2025-XX-XX)
2+ - ` cdn ` : [ v2.2.0] ( services/cdn/CHANGELOG.md#v220 )
3+ - ** Feature:** Switch from ` v1beta2 ` CDN API version to ` v1 ` version.
4+ - ** Feature:** Add new function ` GetLogsSearchFilters `
5+ - ** Feature:** Add ` WafAction ` method to ` ApiGetLogsRequest ` struct
6+ - ** Feature:** Add ` Reason ` field to ` WafStatusRuleBlock ` model struct
7+ - ** Feature:** Add fields to ` WafConfig ` and ` WafConfigPatch ` model struct:
8+ - ` AllowedHttpMethods `
9+ - ` AllowedHttpVersions `
10+ - ` AllowedRequestContentTypes `
11+ - ` DisabledRuleCollectionIds `
12+ - ` DisabledRuleGroupIds `
13+ - ` DisabledRuleIds `
14+ - ` EnabledRuleCollectionIds `
15+ - ` EnabledRuleGroupIds `
16+ - ` EnabledRuleIds `
17+ - ` LogOnlyRuleCollectionIds `
18+ - ` LogOnlyRuleGroupIds `
19+ - ` LogOnlyRuleIds `
20+ - ` ParanoiaLevel `
221- ` intake ` : [ v0.4.0] ( services/intake/CHANGELOG.md#v040 )
322 - ** Feature:** Add new enum class ` PartitioningUpdateType `
423 - ** Feature:** Add attributes ` partition_by ` and ` partitioning ` to ` IntakeCatalogPatch ` model class
Original file line number Diff line number Diff line change 1+ ## v2.2.0
2+ - ** Feature:** Switch from ` v1beta2 ` CDN API version to ` v1 ` version.
3+ - ** Feature:** Add new function ` GetLogsSearchFilters `
4+ - ** Feature:** Add ` WafAction ` method to ` ApiGetLogsRequest ` struct
5+ - ** Feature:** Add ` Reason ` field to ` WafStatusRuleBlock ` model struct
6+ - ** Feature:** Add fields to ` WafConfig ` and ` WafConfigPatch ` model struct:
7+ - ` AllowedHttpMethods `
8+ - ` AllowedHttpVersions `
9+ - ` AllowedRequestContentTypes `
10+ - ` DisabledRuleCollectionIds `
11+ - ` DisabledRuleGroupIds `
12+ - ` DisabledRuleIds `
13+ - ` EnabledRuleCollectionIds `
14+ - ` EnabledRuleGroupIds `
15+ - ` EnabledRuleIds `
16+ - ` LogOnlyRuleCollectionIds `
17+ - ` LogOnlyRuleGroupIds `
18+ - ` LogOnlyRuleIds `
19+ - ` ParanoiaLevel `
20+
121## v2.1.0
222- ** Breaking change:** Remove unused model classes: ` GetLogsSearchFiltersResponse ` , ` PatchLokiLogSink `
323
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.1 .0"
6+ version = " v2.2 .0"
77authors = [
88 " STACKIT Developer Tools <developer-tools@stackit.cloud>" ,
99]
You can’t perform that action at this time.
0 commit comments