Skip to content

AireAssert Release Notes

Version: 1.3.1
Release Date: 26th May 2026

Summary of Changes

✨ New Features

  • Multi-Select Control Behaviour Verification (AA-938)

🐞 Bug Fixes

  • Enabled and Disabled Issues (AA-936)
  • Runner Crash with Multiple AireFrame Scenarios (AA-946)
  • PowerShell SDK Breaking Git Integration (AA-968)

Detailed Changes

✨ New Features


Multi-Select Control Behaviour Verification (AA-938)

Description

Verified and resolved the behaviour of multi-select controls within AireAssert scenarios, issue was due to in-flight requests blocking form submission, which can now be awaited and handled.

What this means for you

Use of the command

And we wait up to 60 seconds for any in-flight requests to complete

allows potential waits to be accounted for.

🐞 Bug Fixes


Enabled and Disabled Issues (AA-936)

Description

Fixed an issue with the handling of enabled and disabled states within AireAssert. Controls that were incorrectly enabled or disabled during test execution will now behave as expected.

Runner Crash with Multiple AireFrame Scenarios (AA-946)

Description

Fixed a crash in the AireAssert runner that occurred when multiple AireFrame scenarios were included in the same feature file. Previously, the second scenario would hang indefinitely on the step that loads AireFrame; this has now been resolved so all scenarios run to completion correctly.

PowerShell SDK Breaking Git Integration (AA-968)

Description

Resolved an issue where an upgraded PowerShell SDK was breaking git integration within AireAssert. Git operations will now function correctly and we will try an upgrade to a future version as it becomes available.