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
18 changes: 18 additions & 0 deletions sdks/python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file.

## <a id="0.4.0"></a> [Stepflow Python SDK 0.4.0](https://github.com/stepflow-ai/stepflow/releases/tag/stepflow-py-0.4.0) - 2025-10-02
### Bug Fixes

- Better future management for process messages ([#325](https://github.com/stepflow-ai/stepflow/pull/325))

### Features

- Allow Python components/UDFs to signal skip ([#239](https://github.com/stepflow-ai/stepflow/pull/239))
- Remove duplicate types ([#240](https://github.com/stepflow-ai/stepflow/pull/240))
- Get Vector Store Rag flow working ([#309](https://github.com/stepflow-ai/stepflow/pull/309))
- Add HTTP protocol support for Langflow component server ([#319](https://github.com/stepflow-ai/stepflow/pull/319))
- Restart stdio subprocess; retry components ([#336](https://github.com/stepflow-ai/stepflow/pull/336))

### Miscellaneous Tasks

- Use workflow rather than repository dispatch ([#237](https://github.com/stepflow-ai/stepflow/pull/237))
- Add Langflow to CI ([#243](https://github.com/stepflow-ai/stepflow/pull/243))

## <a id="0.3.0"></a> [Stepflow Python SDK 0.3.0](https://github.com/stepflow-ai/stepflow/releases/tag/stepflow-py-0.3.0) - 2025-08-25
### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion sdks/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "stepflow-py"
version = "0.3.0"
version = "0.4.0"
description = "Python SDK for Stepflow components and workflows."
readme = "README.md"
license = {text = "Apache-2.0"}
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.