Skip to content

v0.1.2

Compare
Choose a tag to compare
@CahidArda CahidArda released this 25 Oct 11:04
· 72 commits to main since this release
e986782

What's Changed

Fixed the base64 eventData issue. Now eventData is decoded by default.

Workflow will now stringify and parse all step results. We are planning to make it possible to write your own serializer/deserializer in the future.

  • Fix Protocol and Feature Headers in context.call by @CahidArda in #6

Addressed two issues in context.call:

  • calling another workflow endpoint would result in an error
  • feature set header was sent incorrectly. resulting in workflows which failed but stayed in RUN_STARTED state.

Full Changelog: v0.1.1...v0.1.2