Skip to content

AireAssert Release Notes

Version: 1.3.3
Release Date: 24 July 2026

✨ New Features

  • Enhanced Session Token Security (AA-903)
  • Improved Form URL Resolution (AA-986)
  • Upgraded to .NET 10 (AA-988)

🐞 Bug Fixes

  • Fixed Repository Refresh (AA-984)
  • Improved Test Reliability (AA-990)

Detailed Changes

✨ New Features


Enhanced Session Token Security (AA-903)

Description

Session handling has moved to a Backend-for-Frontend (BFF) approach, removing session tokens from URLs.

What this means for you

Your session tokens are no longer exposed in page URLs, reducing the chance they could be leaked through browser history, logs, or shared links, keeping your account safer.

Improved Form URL Resolution (AA-986)

Description

Fixed an issue where retrieving a form URL from an AireFrame action would fail if no version was included in the reference. Versionless form references are now handled correctly.

What this means for you

Forms accessed via actions now open reliably, even when a specific version isn't specified, so you're less likely to hit a failed link.

Upgraded to .NET 10 (AA-988)

Description

AireAssert has been upgraded to run on .NET 10, keeping the platform on a current, supported runtime.

What this means for you

You'll benefit from the ongoing performance, security, and reliability improvements that come with staying on a current, supported platform.

🐞 Bug Fixes


Fixed Repository Refresh (AA-984)

Description

Resolved an intermittent issue where using the refresh button in the AireAssert UI would occasionally fail to refresh the repository.

Improved Test Reliability (AA-990)

Description

Fixed a flaky automated test that could fail intermittently, improving the consistency and reliability of our test suite.