Skip to content

0.0.5

Choose a tag to compare

@farhan0167 farhan0167 released this 09 Feb 06:33
· 131 commits to main since this release
a62f974

What's Changed

All in all this version will mark the start of allowing folks to write custom code, and also change implementations of existing blocks. How custom code are different than Lambdas? With Lambdas you were writing custom code that got deployed as its own API which meant that if you deployed your workflow template on the cloud, you need to make sure your lambdas are also deployed and configured seperately. With custom code blocks, any custom code you write is deployed in the same docker container as your workflow. Furthermore, you aren't limited by how I implemented the starter blocks. You can now alter them to your liking.

Full Changelog: 0.0.4...0.0.5