Skip to content

v1.18.0

Compare
Choose a tag to compare
@teo teo released this 03 Sep 14:06
· 30 commits to master since this release

This release extends the workflow template context with strings.IsTruthy and strings.IsFalsy functions, and fixes an issue where the legacy CreateAutoEnvironment code path didn't emit events to Kafka.

  • AutoEnvironment events:

    • [core] Emit environment events from CreateAutoEnvironment
  • IsTruthy/IsFalsy

    • [core] Add IsTruthy/IsFalsy to template system API
    • [docs] Document AliECS workflow/task template language