Skip to content

AireGlu Release Notes

Version: 1.119.0
Release Date: 29 July 2026

Summary of Changes

✨ New Features

  • Added In A New V2 Liquid Engine
  • Support For Running Our existing V1 Liquid Engine Alongside Our New V2 Liquid Engine (GLU-3127)
  • Liquid Engine V2 Is Now The Default For New Tasks (GLU-3128)

🐞 Bug Fixes

  • Fixed Single-Item XML Arrays Not Recognised As Arrays In Liquid Mapping (Fix Only Available In The V2 Liquid Engine) (GLU-505)
  • Fixed Conditional Liquid Evaluation For XML Elements With Attributes (Fix Only Available In The V2 Liquid Engine) (GLU-2807)
  • Fixed Job Task Content Overflow Display Issue (GLU-3196)
  • Fixed Valid JSON Response Content Types Not Recognised (GLU-3225)

Detailed Changes

✨ New Features


Support For Running Our existing V1 Liquid Engine Alongside Our New V2 Liquid Engine (GLU-3127)

Description

Added support for running the V1 and V2 Liquid engines side by side, allowing the mapping engine used by a task to be selected based on the configured Liquid version.

What this means for you

You will be able to see what Liquid engine version powers your mapping tasks. Existing tasks will remain using V1, however, you will now have the option to recreate the task or create new tasks using the V2 Liquid engine in order to make use of the enhanced capabilities.

Liquid Engine V2 Now Default For New Tasks (GLU-3128)

Description

New tasks now default to the V2 Liquid engine, while existing tasks continue to use V1 by default.

What this means for you

Any new mapping tasks you create will automatically benefit from the latest V2 engine, while your existing tasks continue working exactly as before.

🐞 Bug Fixes


Fixed Single-Item XML Arrays Not Recognised As Arrays In Liquid Mapping (Fix Only Available In The V2 Liquid Engine) (GLU-505)

Description

Fixed an issue where an XML array containing only a single item was not recognised as an array during Liquid mapping, causing loop and array-based templates to behave incorrectly for single-item collections. You now have the ability to use filters such as .size, .first, and .last on these single-item arrays.

Fixed Conditional Liquid Evaluation For XML Elements With Attributes (Fix Only Available In The V2 Liquid Engine) (GLU-2807)

Description

Fixed an issue where conditional Liquid expressions evaluated incorrectly for XML elements that had attributes, even though printing those elements worked correctly.

Fixed Job Task Content Overflow Display Issue (GLU-3196)

Description

Fixed a display issue where content within a Job Task rendered longer than its containing box, causing the content to overflow the UI.

Fixed Valid JSON Response Content Types Not Recognised (GLU-3225)

Description

Fixed an issue where a response with the application/vnd.api+json content type was not recognised as valid JSON, causing it to be treated as a binary stream instead of being processed as JSON.