Skip to content

0.2.0

Compare
Choose a tag to compare
@erwinvaneyk erwinvaneyk released this 22 Jan 14:24
· 344 commits to master since this release
8219e21

⚠️ Requires Fission 0.4.1 up to 0.6.1 along with the NATS component to be deployed ⚠️

CHANGELOG

Major

  • Fission Workflows now uses the Fission build system. This means that you will no longer have to do the YAML <-> JSON transformation manually. You can now create workflows by simply providing the YAML workflow definition.
  • Added values to helm chart that allow changing of the NATS configuration (in future Fission versions that support env variables)
  • Added support for headers and query params in workflow invocations.
  • Added support support for passing headers and query params to functions within a workflow.

Minor

  • Updated references to Fission to be consistent with version 0.4.1 and up.
  • Reduced amount of logging
  • Added a couple of larger examples, including 'readitlater' which shows a serverless version of an article bookmarker.

For deploying Fission Workflows 0.2.0 see the installation instructions