Skip to content

v6.7.0

Compare
Choose a tag to compare
@michel-kraemer michel-kraemer released this 18 Oct 13:25
· 87 commits to master since this release

New features:

  • Add macros. You can now define reusable workflow parts in a configuration file conf/macros/macros.yaml and include them into your workflows (or indeed other macros) through include actions.
  • Add more workflow validations to prevent semantically incorrect workflows from being submitted
  • Support SCRAM-SHA-256 authentication for Postgres
  • Add possibility to configure split-brain protection. When enabled, this mechanism helps you protect your cluster against inconsistent behaviour in case of network partitions.

Bug fixes:

  • Fix possible race condition in maximum inactivity timeout
  • Correctly forward exceptions from runtime plugins
  • Remove unused dependency vertx-shell. This removes a CVE in code that was actually never used.

Maintenance:

  • Update dependencies
  • Bump workflow API version to 4.7.0
  • Improve unit test performance
  • Set dependabot interval to ‘weekly’