Skip to content

AireGlu Release Notes

Version: 1.120.0
Release Date: 12 August 2026

Summary of Changes

✨ New Features

  • Deprecate use of Basic Authentication, (GLU-3081)
  • Clipboard Copy Confirmation (GLU-3140)
  • Ability to Copy the Agent Card URL (GLU-3184)
  • JWT Bearer Grant Connections (GLU-3191)

🐞 Bug Fixes

  • Fixed JSON Content Type Handling (GLU-3225)

Detailed Changes

✨ New Features


Deprecate use of Basic Authentication, (GLU-3081)

Description

We are phasing out Basic Authentication so users will no longer be able to select Basic Authentication as an auth method for new connections via the UI, reducing reliance on a weaker authentication method across the platform.

What this means for you

When setting up new AireGlu Endpoints, you'll be guided towards more secure authentication options instead of Basic Authentication. Existing endpoints will still be able to use it as to not break backwards compatibility.

Clipboard Copy Confirmation (GLU-3140)

Description

Copy-to-clipboard buttons now display a toast notification to confirm when content has been successfully copied.

What this means for you

You'll get instant, clear feedback whenever you copy something to your clipboard, so you know it's worked without needing to check.

Ability to Copy the Agent Card URL (GLU-3184)

Description

Added a copy button for the agent card endpoint URL, consistent with the existing options to copy endpoint and MCP server URLs.

What this means for you

You can now quickly copy an agent's card URL to share or reuse elsewhere, without having to construct or note it down manually.

JWT Bearer Grant Connections (GLU-3191)

Description

Added support for a new JWT Bearer Grant connection type, alongside the existing Client Credentials connection options, enabling authentication to APIs such as Google that require this grant type.

What this means for you

You can now set up connections to services that require JWT Bearer authentication, widening the range of external systems you can integrate with.

🐞 Bug Fixes


Fixed JSON Content Type Handling (GLU-3225)

Description

Fixed an issue where responses with a content type of application/vnd.api+json were not recognised as valid JSON and were instead interpreted as a stream, leading to unexpected results.