Appearance
AireGlu Release Notes
Version: v1.123.0
Release Date: 23 September 2026
✨ New Features
- Array Support for Callback Endpoint Output (GLU-2917)
- Test Functionality for Error Email Setup (GLU-2259)
🐞 Bug Fixes
- Fixed Repository-Linked MCP Server Resolution (GLU-3275)
- Fixed Body Editor Blocked When Format Is Stream (GLU-3279)
Detailed Changes
✨ New Features
Array Support for Callback Endpoint Output (GLU-2917)
Description
The Callback input type schema now accepts an array, in addition to an object, for endpointOutput, since both are valid representations of the same JSON data.
What this means for you
If your callback configuration returns endpoint output as an array rather than a single object, AireGlu will now accept it correctly.
Test Functionality for Error Email Setup (GLU-2259)
Description
You can now test your error email configuration directly, to confirm error notifications are set up and delivering correctly, without needing to wait for a real error to trigger one.
What this means for you
When setting up error email notifications, you can send a test email to confirm everything is configured correctly before relying on it.
🐞 Bug Fixes
Fixed Repository-Linked MCP Server Resolution (GLU-3275)
Description
Repository-linked MCP server configurations were only resolved against the standalone server configuration collection. As a result, a repo-linked server would appear correctly in the server list but return an error when opened directly, and fail with a "server not found" error when a connection or call was attempted against it. Lookups now also fall back to searching the linked repository's own server configurations, matching the behaviour already used when building the list view.
Fixed Body Editor Blocked When Format Is Stream (GLU-3279)
Description
When the HTTP Request task's Format was set to Stream, the body editor prevented the request content from being configured at all. This has been fixed so the body can be configured regardless of the selected format.

