v0.1.2
What's Changed
Fixed the base64 eventData issue. Now eventData is decoded by default.
- Stringify/parse step.out by @CahidArda in #5
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