Releases: upstash/workflow-js
Releases · upstash/workflow-js
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
v0.1.1
What's Changed
- Add notify/wait by @CahidArda in #3
- Backwards incompatible changes by @CahidArda in #4
Full Changelog: v0.1.1-canary-2...v0.1.1
v0.1.1-canary-2
Canary for #3
v0.1.1-canary
Canary for backwards incompatible changes
v0.1.0
What's Changed
- Add github workflows by @CahidArda in #2
- Add the Workflow Project by @CahidArda in #1
Full Changelog: https://github.com/upstash/workflow-js/commits/v0.1.0