|
1 | 1 | ## Release (2026-MM-DD) |
2 | 2 |
|
| 3 | +- `albwaf`: |
| 4 | + - [v0.1.1](services/albwaf/CHANGELOG.md#v011) |
| 5 | + - **Fix:** Corrected an invalid `pyproject.toml` build configuration (`wheel-sources` instead of `wheel.sources`) that caused `import stackit.albwaf` to fail with `ModuleNotFoundError` |
| 6 | +- `cost`: |
| 7 | + - [v0.4.1](services/cost/CHANGELOG.md#v041) |
| 8 | + - **Fix:** Corrected an invalid `pyproject.toml` build configuration (`wheel-sources` instead of `wheel.sources`) that caused `import stackit.cost` to fail with `ModuleNotFoundError` |
3 | 9 | - `dremio`: |
4 | 10 | - [v0.1.0](services/dremio/CHANGELOG.md#v010) |
5 | 11 | - **New**: STACKIT Dremio module can be used to manage STACKIT Dremio instances and users. |
|
15 | 21 | - [v1.3.0](services/mariadb/CHANGELOG.md#v130) |
16 | 22 | - **Breaking Change/Fix:** `create_backup` operation now returns `CreateBackupResponseItem` instead of `List[CreateBackupResponseItem]` |
17 | 23 | The return type now correctly models the actual JSON response, this operation was broken beforehand. |
| 24 | +- `modelexperiments`: |
| 25 | + - [v0.2.1](services/modelexperiments/CHANGELOG.md#v021) |
| 26 | + - **Fix:** Corrected an invalid `pyproject.toml` build configuration (`wheel-sources` instead of `wheel.sources`) that caused `import stackit.modelexperiments` to fail with `ModuleNotFoundError` |
18 | 27 | - `opensearch`: |
19 | 28 | - [v1.3.0](services/opensearch/CHANGELOG.md#v130) |
20 | 29 | - **Breaking Change/Fix:** `create_backup` operation now returns `CreateBackupResponseItem` instead of `List[CreateBackupResponseItem]` |
|
24 | 33 | - **Breaking Change/Fix:** `create_backup` operation now returns `CreateBackupResponseItem` instead of `List[CreateBackupResponseItem]` |
25 | 34 | The return type now correctly models the actual JSON response, this operation was broken beforehand. |
26 | 35 | - `telemetrylink`: |
| 36 | + - [v0.4.2](services/telemetrylink/CHANGELOG.md#v042) |
| 37 | + - **Fix:** Corrected an invalid `pyproject.toml` build configuration (`wheel-sources` instead of `wheel.sources`) that caused `import stackit.telemetrylink` to fail with `ModuleNotFoundError` |
27 | 38 | - [v0.4.1](services/telemetrylink/CHANGELOG.md#v041) |
28 | 39 | - **Improvement:** Add validation for `description` field in `TelemetryLinkResponse` model |
29 | 40 | - `telemetryrouter`: |
| 41 | + - [v0.5.2](services/telemetryrouter/CHANGELOG.md#v052) |
| 42 | + - **Fix:** Corrected an invalid `pyproject.toml` build configuration (`wheel-sources` instead of `wheel.sources`) that caused `import stackit.telemetryrouter` to fail with `ModuleNotFoundError` |
30 | 43 | - [v0.5.1](services/telemetryrouter/CHANGELOG.md#v051) |
31 | 44 | - **Improvement:** Add validation for `description` field in `AccessTokenBaseRequest`, `AccessTokenBaseResponse`, `CreateAccessTokenPayload`, `CreateAccessTokenResponse`, `DestinationResponse`, `GetAccessTokenResponse`, `TelemetryRouterResponse`, `UpdateAccessTokenPayload` and `UpdateAccessTokenResponse` models |
32 | 45 | - `valkey`: |
| 46 | + - [v0.2.1](services/valkey/CHANGELOG.md#v021) |
| 47 | + - **Fix:** Corrected an invalid `pyproject.toml` build configuration (`wheel-sources` instead of `wheel.sources`) that caused `import stackit.valkey` to fail with `ModuleNotFoundError` |
33 | 48 | - [v0.2.0](services/valkey/CHANGELOG.md#v020) |
34 | 49 | - **Breaking Change/Fix:** `create_backup` operation now returns `CreateBackupResponseItem` instead of `List[CreateBackupResponseItem]` |
35 | 50 | The return type now correctly models the actual JSON response, this operation was broken beforehand. |
| 51 | +- `vpn`: |
| 52 | + - [v0.7.1](services/vpn/CHANGELOG.md#v071) |
| 53 | + - **Fix:** Corrected an invalid `pyproject.toml` build configuration (`wheel-sources` instead of `wheel.sources`) that caused `import stackit.vpn` to fail with `ModuleNotFoundError` |
36 | 54 |
|
37 | 55 | ## Release (2026-08-25) |
38 | 56 |
|
|
0 commit comments