Skip to content

Commit 5282f84

Browse files
chore: release stepflow-py v0.4.0 (#342)
- Bump version from 0.3.0 to 0.4.0 - Update CHANGELOG.md with release notes Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0564419 commit 5282f84

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

sdks/python/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

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

5+
## <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
6+
### Bug Fixes
7+
8+
- Better future management for process messages ([#325](https://github.com/stepflow-ai/stepflow/pull/325))
9+
10+
### Features
11+
12+
- Allow Python components/UDFs to signal skip ([#239](https://github.com/stepflow-ai/stepflow/pull/239))
13+
- Remove duplicate types ([#240](https://github.com/stepflow-ai/stepflow/pull/240))
14+
- Get Vector Store Rag flow working ([#309](https://github.com/stepflow-ai/stepflow/pull/309))
15+
- Add HTTP protocol support for Langflow component server ([#319](https://github.com/stepflow-ai/stepflow/pull/319))
16+
- Restart stdio subprocess; retry components ([#336](https://github.com/stepflow-ai/stepflow/pull/336))
17+
18+
### Miscellaneous Tasks
19+
20+
- Use workflow rather than repository dispatch ([#237](https://github.com/stepflow-ai/stepflow/pull/237))
21+
- Add Langflow to CI ([#243](https://github.com/stepflow-ai/stepflow/pull/243))
22+
523
## <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
624
### Bug Fixes
725

sdks/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stepflow-py"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "Python SDK for Stepflow components and workflows."
55
readme = "README.md"
66
license = {text = "Apache-2.0"}

sdks/python/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)