File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
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
+
5
23
## <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
6
24
### Bug Fixes
7
25
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " stepflow-py"
3
- version = " 0.3 .0"
3
+ version = " 0.4 .0"
4
4
description = " Python SDK for Stepflow components and workflows."
5
5
readme = " README.md"
6
6
license = {text = " Apache-2.0" }
You can’t perform that action at this time.
0 commit comments