Skip to content

0.12.0

Compare
Choose a tag to compare
@flosell flosell released this 18 Dec 18:34
· 274 commits to master since this release
0.12.0
  • Bug fixes:
    • Fixed retriggering: Retriggering did not work if the new pipeline state was used as it did not save the pipeline structure for the retriggered build (#146).
    • Fixed a race condition in event-bus unsubscribe that had potential to deadlock the system in rare circumstances (#145).
    • Rewrote event-bus to prevent deadlocks under heavy load (#144). As this new event-bus is not battle-tested yet, it is not active by default. Use he config setting :use-new-event-bus true to activate it. This will become the default in upcoming releases.
  • Breaking Changes:
    • Removed lambdacd.event-bus/publish (deprecated since 0.9.1), use lambdacd.event-bus/publish!! instead (or lambdacd.event-bus/publish! when being called from a go-block)