Releases: run-llama/workflows-py
Releases · run-llama/workflows-py
v2.8.0
What's Changed
New Features 🎉
- add event envelope by @zhaotai in #133
- Add python workflow client by @AstraBert in #109
Bug Fixes 🐛
- fix: docstring typo in list events endpoint by @logan-markewich in #136
Full Changelog: v2.7.1...v2.8.0
v2.7.1
What's Changed
Bug Fixes 🐛
- align schema with actual response for post event in server by @logan-markewich in #132
Full Changelog: v2.7.0...v2.7.1
v2.7.0
What's Changed
New Features 🎉
- Expose workflow events in server and workflow class by @logan-markewich in #126
- Simplify schema for send event to handler in WorkflowServer by @logan-markewich in #129
Bug Fixes 🐛
- Don't skip validation if start event is empty or missing by @adrianlyjak in #123
Full Changelog: v2.6.0...v2.7.0
v2.6.0
What's Changed
New Features 🎉
- Filter internal events in workflow consumer by @adrianlyjak in #115
- Add WorkflowServer API to stop workflow handler and cancel tasks by @adrianlyjak in #117
Bug Fixes 🐛
- Prevent workflow server crash on invalid reload by @adrianlyjak in #116
- Add consumer lock to events api by @adrianlyjak in #118
Full Changelog: v2.5.0...v2.6.0
v2.5.0
What's Changed
New Features 🎉
- able to pass in previous handler ID to continue runs in WorkflowServer by @logan-markewich in #113
Bug Fixes 🐛
- Fix result serialization, and externalize debugger by @adrianlyjak in #112
Full Changelog: v2.4.0...v2.5.0
v2.4.0
What's Changed
New Features 🎉
- server: flattened handler metadata in responses, shared OpenAPI components, and test updates by @zhaotai in #110
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
New Features 🎉
- feat: switch to SSE by default by @adrianlyjak in #107
Bug Fixes 🐛
- Add better error handling and lifecycle handling to workflow server by @adrianlyjak in #101
Full Changelog: v2.2.2...v2.3.0
v2.2.2
What's Changed
Bug Fixes 🐛
- fix
wait_for_eventwhen you have a custom context state definition by @logan-markewich in #102
Full Changelog: v2.2.1...v2.2.2
v2.2.1
What's Changed
Bug Fixes 🐛
- wait_for_event not handling correctly events that inherited from Event by @kiedanski in #97
Documentation 📚
New Contributors
- @kiedanski made their first contribution in #97
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
New Features 🎉
- feat: add testing utils by @AstraBert in #84
- Add UI to Workflow server by @masci in #87
- feat: support more start event input formats in server API by @adrianlyjak in #94
- simple workflow server persistence by @adrianlyjak in #92
Documentation 📚
Full Changelog: v2.1.0...v2.2.0