Skip to content

Commit aea6d99

Browse files
committed
changelogs
1 parent c996ac2 commit aea6d99

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@
109109
- `v2api`: New package which should be used for communication with the STACKIT authorization API in the future
110110
- **Deprecation:** The contents in the root of this SDK module including the `wait` package are marked as deprecated and will be removed after 2026-09-30. Switch to the new `v2api` package instead.
111111
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
112+
- `auditlog`: [v0.2.0](services/auditlog/CHANGELOG.md#v020)
113+
- **Feature:** Introduction of multi API version support for the auditlog SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
114+
- `v2api`: New package which should be used for communication with the STACKIT auditlog API in the future
115+
- **Deprecation:** The contents in the root of this SDK module including the `wait` package are marked as deprecated and will be removed after 2026-09-30. Switch to the new `v2api` package instead.
116+
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
112117

113118
## Release (2026-02-20)
114119
- `core`: [v0.21.1](core/CHANGELOG.md#v0211)

services/auditlog/CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.2.0
2+
- **Feature:** Introduction of multi API version support for the auditlog SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
3+
- `v2api`: New package which should be used for communication with the STACKIT auditlog API in the future
4+
- **Deprecation:** The contents in the root of this SDK module including the `wait` package are marked as deprecated and will be removed after 2026-09-30. Switch to the new `v2api` package instead.
5+
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
6+
17
## v0.1.5
28
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
39

@@ -9,11 +15,10 @@
915
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
1016

1117
## v0.1.2
12-
- Bump STACKIT SDK core module from `v0.20.0` to `v0.20.1`
18+
- Bump STACKIT SDK core module from `v0.20.0` to `v0.20.1`
1319

1420
## v0.1.1
15-
- Bump STACKIT SDK core module from `v0.19.0` to `v0.20.0`
21+
- Bump STACKIT SDK core module from `v0.19.0` to `v0.20.0`
1622

1723
## v0.1.0
18-
19-
- **New**: STACKIT Audit Log module for retrieving recorded actions and system changes. Download audit log entries for folders, organizations, and projects with time range filtering, pagination, and configurable result limits.
24+
- **New**: STACKIT Audit Log module for retrieving recorded actions and system changes. Download audit log entries for folders, organizations, and projects with time range filtering, pagination, and configurable result limits.

services/auditlog/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.1.5
1+
v0.2.0

0 commit comments

Comments
 (0)