Skip to content

AireFrame Release Notes

Version: 3.2.0
Release Date: 12 August 2026

Summary of Changes

✨ New Features

  • Customisable PDF Headers (FRAME-2613)
  • Smarter Subject Search (FRAME-2618)
  • Widget Updates on Location Changes (FRAME-2627)

⚡ Improvements

  • AI Guardrails for Data Summaries (FRAME-2658)

🐞 Bug Fixes

  • Improved Session Token Security (FRAME-2536)
  • Cleaner AI Widget Output (FRAME-2581)
  • Fixed Data Extract Update Conflicts (FRAME-2656)

Detailed Changes

✨ New Features


Customisable PDF Headers (FRAME-2613)

Description

System admins can now design a custom HTML header for AireForms PDFs, with access to subject field data and basic HTML formatting such as bold and italics.

What this means for you

You can now personalise the headers on your generated PDFs, including your organisation's own fields and simple formatting.

Smarter Subject Search (FRAME-2618)

Description

Subject search results now display exact matches ahead of fuzzy matches in a separate section, with a clear indicator showing whether each result is an exact or fuzzy match.

What this means for you

Finding the right subject is faster and clearer, as you can immediately see which results are exact matches and which are close matches worth double-checking.

Widget Updates on Location Changes (FRAME-2627)

Description

Widget data will still appear when a subject is added or removed from a location, without needing to wait for the new widget data to be generated. This ensures that data is always displayed when a subject's location changes, even if the widget data is still being processed.

What this means for you

Your widgets will now display data more reliably when subjects are moved between locations, improving the user experience.

⚡ Improvements


AI Guardrails for Data Summaries (FRAME-2658)

Description

The Data Summary Agent now supports AWS Guardrails, adding an additional layer of content safety controls to AI-generated summaries.

What this means for you

AI-generated data summaries are now subject to extra safety checks, giving you added confidence in the content you're presented with.

🐞 Bug Fixes


Improved Session Token Security (FRAME-2536)

Description

The authentication flow has been updated to use response_mode=form_post instead of passing the session token via the URL, reducing the risk of token exposure.

Cleaner AI Widget Output (FRAME-2581)

Description

Fixed an issue where AI Widgets occasionally displayed a stray <hr /> tag in generated content, caused by markdown --- being translated into HTML. The hr tag has been added to the frontend's HTML whitelist to render it correctly.

Fixed Data Extract Update Conflicts (FRAME-2656)

Description

Fixed an issue where data could be displayed incorrectly when multiple notifications arrived for the same subject and data extract at the same time.