Skip to content

AireFlow Release Notes — 2023

This page contains the AireFlow releases published during 2023.

Version 2.22.0 — AireVault Secrets Integration

Release Date: November 15, 2023

✨ New Features

  • AireVault secrets now integrated within AireFlow
  • Vault Secret Key now required for private repositories

Version 2.21.0 — Event Definition Groups & Exclusive Tasks

Release Date: October 18, 2023

✨ New Features

  • Add event definition groups
  • Add a setting to mark a task as Exclusive

⚡ Improvements

  • Event log search enhancements

Version 2.20.1 — Bug Fixes

Release Date: August 14, 2023

🐞 Bug Fixes

  • Set default due expression when adding new task to workflow definition
  • Improve behaviour when setting Rows Per Page to 'All'

Version 2.20.0 — Due Dates

Release Date: August 7, 2023

✨ New Features

  • Add ability to set task due dates in workflow definitions
  • Add ability to edit task due date via mutations and task PATCH API

⚡ Improvements

  • Filter tasks page in backend to allow viewing more tasks

Version 2.19.1 — Database Migrations

Release Date: July 27, 2023

🐞 Bug Fixes

  • Migrate tasks from specific workflow to fix bug

Version 2.19.0 — AireVault Integration

Release Date: July 18, 2023

✨ New Features

  • AireVault now integrated within AireFlow

⚡ Improvements

  • Event log and workflow log filtering now occurs in the back end
  • Added the task key column on both sets of logs
  • Ensure the custom event triggers drop down is now in alphabetical order

🐞 Bug Fixes

  • Fix a bug where the same workflow key couldn't be used by multiple tenants
  • Fix a bug where events were sometimes not being marked as processed
  • Fix a bug where emitted contexts were not being used by created tasks for git-backed workflows after syncing
  • Created tasks are now prevented from being changed if the corresponding workflow has been deleted

Version 2.18.1 — Bug Fix

Release Date: June 14, 2023

🐞 Bug Fixes

  • Fix emitted context for workflows from git

Version 2.18.0 — Runtime Audit & Workflow Keys

Release Date: March 30, 2023

✨ New Features

  • Add audit logs to Elastic for event and task APIs
  • Add workflow definition keys
  • Add custom headers to HTTP tasks

⚡ Improvements

  • Prevent creation of filtered tasks

🐞 Bug Fixes

  • Fix HTTP task failure bug

Version 2.17.1 — RBAC

Release Date: February 2, 2023

✨ New Features

  • Add role based access control for client credentials
  • Add names to API keys
  • Add healthcheck endpoints

🐞 Bug Fixes

  • Fix event update issue