Skip to content

AireGlu Release Notes

Version: 1.117.0
Release Date: May 2026

Summary of Changes

✨ New Features

  • Disable Individual Tasks Within an Endpoint Pipeline — GLU-299
  • Hide Git-Synchronised Endpoints from the Endpoints List — GLU-1536
  • Add New Client Connections — GLU-3099
  • Open Endpoints in a New Browser Tab — GLU-2856

⚡ Improvements

  • Email Task Authentication Moved to a Dedicated Tab — GLU-3096
  • Delete and Audit Support for Connections — GLU-3113

🔒 Security Updates

  • Various security updates and patches

Detailed Changes

✨ New Features


Disable Individual Tasks Within an Endpoint Pipeline (GLU-299)

Description

A toggle has been added to each task in the endpoint pipeline editor, allowing individual tasks to be enabled or disabled. Disabled tasks are visually greyed out and are skipped at runtime. Usage data will reflect that a task was disabled rather than executed, consistent with tasks skipped by filters.

What this means for you

You can now turn off specific steps in an endpoint pipeline without removing them entirely. This makes it easier to test, debug, or temporarily bypass a task without losing its configuration.

Hide Git-Synchronised Endpoints from the Endpoints List (GLU-1536)

Description

A toggle has been added to the endpoints list allowing users to show or hide git-synchronised endpoints. All endpoints are shown by default, and the user's preference is persisted consistently with other UI toggles such as the Group View option.

What this means for you

If your environment contains many repository-synchronised endpoints that you don't need to interact with directly, you can now hide them to focus on the endpoints you actively configure. The toggle is easy to switch whenever you need to view synchronised endpoints again.

Add New Client Connections (GLU-3099)

Description

A new Connections framework has been introduced, providing a unified place to create and manage different connection types — including OAuth and Office 365 email connections. The Connections page now features an "Add Connection" dialogue that presents available connection types and guides configuration. Existing OAuth connections have been migrated into this new framework, and support for deleting connections has also been added.

What this means for you

You can now manage all your integration connections in one place, with a consistent experience for adding, editing, and removing them. The framework is built to support additional connection types — such as Gmail — in future releases, and tasks will automatically surface only the connection types relevant to them.

Open Endpoints in a New Browser Tab (GLU-2856)

Description

Endpoints can now be opened in a new browser tab using middle-click or right-click and selecting "Open in new tab", following standard browser conventions.

What this means for you

You can now work with multiple endpoints side by side without losing your place in the endpoints list. No more navigating back and forth to compare or edit several endpoints at once.

⚡ Improvements


Email Task Authentication Moved to a Dedicated Tab (GLU-3096)

Description

SMTP settings within the email task have been moved to a dedicated Authentication tab. The authentication method dropdown now offers clearer options: default SMTP settings, custom SMTP settings, or a named connection (for future use).

What this means for you

Email task configuration is now better organised, making it easier to find and manage authentication settings. The cleaner layout also prepares the way for linking email tasks directly to named connections in a future release.

Delete and Audit Support for Connections (GLU-3113)

Description

Support for deleting connections has been added to both the API and the Connections page UI, allowing connections that are no longer needed to be removed cleanly from the system.

What this means for you

You can now remove connections that are no longer in use, keeping your Connections page tidy and reducing clutter when selecting connections within tasks.