Skip to content

Releases: run-llama/workflows-py

v2.2.2

17 Sep 09:10
d8c9b4e
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐛

Full Changelog: v2.2.1...v2.2.2

v2.2.1

16 Sep 15:24
458bb6b
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐛

  • wait_for_event not handling correctly events that inherited from Event by @kiedanski in #97

Documentation 📚

New Contributors

Full Changelog: v2.2.0...v2.2.1

v2.2.0

12 Sep 19:39
628fa36
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Documentation 📚

  • docs: remove version mismatch callout by @masci in #91

Full Changelog: v2.1.0...v2.2.0

v2.1.0

10 Sep 21:31
f15bfa1
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat: expose internal events by @AstraBert in #73
  • feat: Add TypeScript SDK generation and publishing pipeline by @zhaotai in #83
  • feat: Add POST /events/{handler_id} endpoint and /handlers endpoint by @zhaotai in #89

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.1

09 Sep 02:10
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat: expose internal events by @AstraBert in #73
  • feat: Add TypeScript SDK generation and publishing pipeline by @zhaotai in #83

New Contributors

  • @seldo made their first contribution in #78

Full Changelog: v2.0.0...v2.0.1

v2.0.0

29 Aug 16:07
0d2177a
Compare
Choose a tag to compare

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 🎉

  • Fix generic typing in Context object by @masci in #57

Documentation 📚

New Contributors

Full Changelog: v1.3.0...v2.0.0

v1.3.0

07 Aug 09:11
9e9d881
Compare
Choose a tag to compare

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 🐛

  • fix: raise an error when streamed events have already been consumed by @masci in #50

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

23 Jul 18:32
2f939b0
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Documentation 📚

Full Changelog: v1.1.0...v1.2.0

v1.1.0

08 Jul 21:27
16b2ca7
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Documentation 📚

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

26 Jun 04:20
1d9c102
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐛

Full Changelog: v1.0.0...v1.0.1