|
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]` |
|
27 | 36 | - **Breaking Change/Fix:** `create_backup` operation now returns `CreateBackupResponseItem` instead of `List[CreateBackupResponseItem]` |
28 | 37 | The return type now correctly models the actual JSON response, this operation was broken beforehand. |
29 | 38 | - `telemetrylink`: |
| 39 | + - [v0.4.2](services/telemetrylink/CHANGELOG.md#v042) |
| 40 | + - **Fix:** Corrected an invalid `pyproject.toml` build configuration (`wheel-sources` instead of `wheel.sources`) that caused `import stackit.telemetrylink` to fail with `ModuleNotFoundError` |
30 | 41 | - [v0.4.1](services/telemetrylink/CHANGELOG.md#v041) |
31 | 42 | - **Improvement:** Add validation for `description` field in `TelemetryLinkResponse` model |
32 | 43 | - `telemetryrouter`: |
| 44 | + - [v0.5.2](services/telemetryrouter/CHANGELOG.md#v052) |
| 45 | + - **Fix:** Corrected an invalid `pyproject.toml` build configuration (`wheel-sources` instead of `wheel.sources`) that caused `import stackit.telemetryrouter` to fail with `ModuleNotFoundError` |
33 | 46 | - [v0.5.1](services/telemetryrouter/CHANGELOG.md#v051) |
34 | 47 | - **Improvement:** Add validation for `description` field in `AccessTokenBaseRequest`, `AccessTokenBaseResponse`, `CreateAccessTokenPayload`, `CreateAccessTokenResponse`, `DestinationResponse`, `GetAccessTokenResponse`, `TelemetryRouterResponse`, `UpdateAccessTokenPayload` and `UpdateAccessTokenResponse` models |
35 | 48 | - `valkey`: |
| 49 | + - [v0.2.1](services/valkey/CHANGELOG.md#v021) |
| 50 | + - **Fix:** Corrected an invalid `pyproject.toml` build configuration (`wheel-sources` instead of `wheel.sources`) that caused `import stackit.valkey` to fail with `ModuleNotFoundError` |
36 | 51 | - [v0.2.0](services/valkey/CHANGELOG.md#v020) |
37 | 52 | - **Breaking Change/Fix:** `create_backup` operation now returns `CreateBackupResponseItem` instead of `List[CreateBackupResponseItem]` |
38 | 53 | The return type now correctly models the actual JSON response, this operation was broken beforehand. |
| 54 | +- `vpn`: |
| 55 | + - [v0.7.1](services/vpn/CHANGELOG.md#v071) |
| 56 | + - **Fix:** Corrected an invalid `pyproject.toml` build configuration (`wheel-sources` instead of `wheel.sources`) that caused `import stackit.vpn` to fail with `ModuleNotFoundError` |
39 | 57 |
|
40 | 58 | ## Release (2026-08-25) |
41 | 59 |
|
|
0 commit comments