Skip to content

Releases: upstash/workflow-js

v0.1.2

25 Oct 11:04
e986782
Compare
Choose a tag to compare

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

v0.1.1

18 Oct 09:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1-canary-2...v0.1.1

v0.1.1-canary-2

16 Oct 14:28
Compare
Choose a tag to compare
v0.1.1-canary-2 Pre-release
Pre-release

Canary for #3

v0.1.1-canary

16 Oct 07:16
Compare
Choose a tag to compare
v0.1.1-canary Pre-release
Pre-release

Canary for backwards incompatible changes

v0.1.0

15 Oct 09:06
695a927
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

What's Changed

Full Changelog: https://github.com/upstash/workflow-js/commits/v0.1.0