Skip to content

Commit 38a2bbd

Browse files
committed
add changelog entries
1 parent c9976ea commit 38a2bbd

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
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

services/cdn/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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

services/cdn/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-cdn"
33

44
[tool.poetry]
55
name = "stackit-cdn"
6-
version = "v2.1.0"
6+
version = "v2.2.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)