Releases: run-llama/workflows-py
Releases · run-llama/workflows-py
v1.3.0
What's Changed
New Features 🎉
- feat: add WorkflowServer to serve workflows as web services by @masci in #28
- feat: add properties to expose start and stop event types by @masci in #39
- feat: add startup script to ease server startup in Docker by @masci in #38
- Add default type to generic state by @logan-markewich in #46
Bug Fixes 🐛
Documentation 📚
- Add an example with vector databases for state management by @AstraBert in #34
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
New Features 🎉
- fix: do not count testing code for coverage by @masci in #29
- properly move and support clear method by @logan-markewich in #30
Documentation 📚
- update state handling in notebooks by @logan-markewich in #25
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
New Features 🎉
- Add async context manager to workflow context by @logan-markewich in #21
Documentation 📚
- add example notebooks by @logan-markewich in #17
- add notebook for HITL + Llama Extract by @logan-markewich in #20
- Adding an observability example by @AstraBert in #22
- docs: add notebook on tracing workflows by @jannikmaierhoefer in #19
New Contributors
- @jannikmaierhoefer made their first contribution in #19
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
Bug Fixes 🐛
- fix: properly serialize DictState in state manager by @logan-markewich in #18
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
New Features 🎉
- Bumping timeout to 45s by @AstraBert in #14
- Add a typed-context API by @logan-markewich in #15
- docs: document release process by @masci in #16
Full Changelog: v0.2.2...v1.0.0
v0.2.2
What's Changed
New Features 🎉
- fix: serialization of BaseComponent from llama_index core by @masci in #5
- chore: add readme + contributing by @logan-markewich in #8
- chore: add licensing by @masci in #9
- docs: add more badges to the readme by @masci in #10
- Add py.typed files by @logan-markewich in #13
- avoid pydantic deprecations by @AstraBert in #7
New Contributors
- @logan-markewich made their first contribution in #8
- @AstraBert made their first contribution in #7
Full Changelog: v0.2.0...v0.2.2
v0.2.1
v0.2.0
v0.1.0
What's Changed
New Features 🎉
- feat: add instrumentation, same as in core.workflow by @masci in #1
- chore: add pre-commit hooks and lint code by @masci in #2
New Contributors
Full Changelog: https://github.com/run-llama/workflows/commits/v0.1.0