Skip to content

Commit 87784a2

Browse files
chore: release stepflow-rs v0.4.0
- Bump version from 0.3.0 to 0.4.0 - Update CHANGELOG.md with release notes
1 parent e179ff0 commit 87784a2

File tree

3 files changed

+359
-244
lines changed

3 files changed

+359
-244
lines changed

stepflow-rs/CHANGELOG.md

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

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

5+
## <a id="0.4.0"></a> [Stepflow 0.4.0](https://github.com/stepflow-ai/stepflow/releases/tag/stepflow-rs-0.4.0) - 2025-10-02
6+
### Bug Fixes
7+
8+
- Update tracing-subscriber ([#242](https://github.com/stepflow-ai/stepflow/pull/242))
9+
10+
### Documentation
11+
12+
- Demonstrate operations concerns ([#171](https://github.com/stepflow-ai/stepflow/pull/171))
13+
- Update the CLI documentation ([#203](https://github.com/stepflow-ai/stepflow/pull/203))
14+
- Flesh out roadmap a little ([#211](https://github.com/stepflow-ai/stepflow/pull/211))
15+
- Update docs to use stepflow-ai GitHub org ([#212](https://github.com/stepflow-ai/stepflow/pull/212))
16+
- Lanchain mcp post and some concurency fixes resulting from such ([#241](https://github.com/stepflow-ai/stepflow/pull/241))
17+
18+
### Features
19+
20+
- Add schema field to flow ([#194](https://github.com/stepflow-ai/stepflow/pull/194))
21+
- Use blobs for flows ([#195](https://github.com/stepflow-ai/stepflow/pull/195))
22+
- Add extensible metadata to flows and steps ([#210](https://github.com/stepflow-ai/stepflow/pull/210))
23+
- Add a visualize command to the cli ([#221](https://github.com/stepflow-ai/stepflow/pull/221))
24+
- Allow empty flows ([#224](https://github.com/stepflow-ai/stepflow/pull/224))
25+
- Allow Python components/UDFs to signal skip ([#239](https://github.com/stepflow-ai/stepflow/pull/239))
26+
- Include process output in channel errors ([#323](https://github.com/stepflow-ai/stepflow/pull/323))
27+
- Share validation between submit and validate ([#331](https://github.com/stepflow-ai/stepflow/pull/331))
28+
- Enhance error responses with full stack traces and attachments ([#332](https://github.com/stepflow-ai/stepflow/pull/332))
29+
- Improve error reporting with stack traces ([#333](https://github.com/stepflow-ai/stepflow/pull/333))
30+
- Restart stdio subprocess; retry components ([#336](https://github.com/stepflow-ai/stepflow/pull/336))
31+
32+
### Miscellaneous Tasks
33+
34+
- Standardize on Stepflow capitalization ([#205](https://github.com/stepflow-ai/stepflow/pull/205))
35+
- All the plumbing, files, and scripts for ICLA setup and maintenance. ([#218](https://github.com/stepflow-ai/stepflow/pull/218))
36+
- License check revamp using correct license headers, configure licensure for such ([#223](https://github.com/stepflow-ai/stepflow/pull/223))
37+
- Update release scripts ([#228](https://github.com/stepflow-ai/stepflow/pull/228))
38+
- Undo dispatch changes ([#235](https://github.com/stepflow-ai/stepflow/pull/235))
39+
- Release stepflow-rs v0.3.0 ([#234](https://github.com/stepflow-ai/stepflow/pull/234))
40+
- Add Langflow to CI ([#243](https://github.com/stepflow-ai/stepflow/pull/243))
41+
42+
### Refactoring
43+
44+
- Introduce Step/Flow builders ([#238](https://github.com/stepflow-ai/stepflow/pull/238))
45+
546
## <a id="0.3.0"></a> [Stepflow 0.3.0](https://github.com/stepflow-ai/stepflow/releases/tag/stepflow-rs-0.3.0) - 2025-08-25
647
### Documentation
748

0 commit comments

Comments
 (0)