v2.0.0
What's Changed
Breaking Changes ⚠️
- Improve stacktraces clarity by @masci in #40
- Remove checkpointer feature by @masci in #52
- Remove sub-workflows feature by @masci in #53
- Remove send_event method from Workflow class by @masci in #54
- Remove deprecated storage methods from Context by @masci in #55
- Remove stream_events() methods from Workflow class by @masci in #56
- Remove stepwise execution by @masci in #58
New Features 🎉
Documentation 📚
- Migrate docs from llama_index to workflows-py repo by @masci in #60
- fix 'Decorating non-class Functions' example by @masci in #65
- Reorganize docs to be displayed on https://docs.llamaindex.ai by @masci in #69
- Add documentation for writing durable workflows by @masci in #71
- Move common docs up one level by @masci in #74
New Contributors
- @adrianlyjak made their first contribution in #70
Full Changelog: v1.3.0...v2.0.0