Skip to content

0.9.1

Compare
Choose a tag to compare
@flosell flosell released this 27 May 11:11
· 372 commits to master since this release
0.9.1
  • Bug fixes:
    • Fixed bug that led to stuck pipelines in scenarios where a lot of pipelines live in the same project/process (#110)
    • Fixed bug that prevented nil values to appear in a pipeline and made it hard to implement optional steps in the pipeline structure (#111)
  • API Changes:
    • lambdacd.event-bus/publish is now deprecated in favor of lambdacd.event-bus/publish!! and lambdacd.event-bus/publish!
      (to be able to properly publish from within a go-block)