Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
- **Breaking change:** Renamed `TargetPoolTlsConfig` to `TlsConfig`
- `loadbalancer`: [v0.9.0](services/loadbalancer/CHANGELOG.md#v090)
- **Feature:** Add new fields `AltPort` and `HttpHealthCheck` to `ActiveHealthCheck`
- `scf`: [v0.4.1](services/scf/CHANGELOG.md#v041)
- **Feature:** client now supports UUID and decimal types
- **Bugfix:** timeouts now passed to requests library
- `sfs`: [v0.3.0](services/sfs/CHANGELOG.md#v030)
- **Breaking change:** The `name` and `spaceHardLimitGigabytes` fields are now marked as required for `ShareExportPayload`, `SharePayload`.
- `secretsmanager`: [v0.4.1](services/secretsmanager/CHANGELOG.md#v041)
Expand Down
4 changes: 4 additions & 0 deletions services/scf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.4.1
- **Feature:** client now supports UUID and decimal types
- **Bugfix:** timeouts now passed to requests library

## v0.4.0
- **Feature:** Add new model class `SpaceWithIsolationSegment`

Expand Down
1 change: 1 addition & 0 deletions services/scf/oas_commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0e64886dd0847341800d7191ed193b75413be998
2 changes: 1 addition & 1 deletion services/scf/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "stackit-scf"
version = "v0.4.0"
version = "v0.4.1"
description = "STACKIT Cloud Foundry API"
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
requires-python = ">=3.9,<4"
Expand Down
Loading
Loading