Skip to content

Releases: run-llama/workflows-py

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

v1.0.0

25 Jun 20:46
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Full Changelog: v0.2.2...v1.0.0

v0.2.2

19 Jun 07:17
4b0b0e8
Compare
Choose a tag to compare

What's Changed

New Features 🎉

New Contributors

Full Changelog: v0.2.0...v0.2.2

v0.2.1

11 Jun 13:42
54cffd8
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • fix: serialization of BaseComponent from llama_index core by @masci in #5

Full Changelog: v0.2.0...v0.2.1

v0.2.0

11 Jun 07:38
babb11e
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • chore: modernize Python code using 3.10+ annotations by @masci in #3
  • chore: reorg import paths, reduce exported symbols at the root by @masci in #4

Full Changelog: v0.1.0...v0.2.0

v0.1.0

10 Jun 11:05
bce5b7f
Compare
Choose a tag to compare

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

  • @masci made their first contribution in #1

Full Changelog: https://github.com/run-llama/workflows/commits/v0.1.0