Skip to content

AireGlu Release Notes

Version: 1.122.0
Release Date: 9 September 2026

Summary of Changes

✨ New Features

  • New OIDC JWT Token Authentication Type (GLU-3223)

🐞 Bug Fixes

  • Fixed Job Task Display for Long Job Names (GLU-3259)

🔒 Security Enhancement

  • Improved Endpoint Security Controls (GLU-3070)

Detailed Changes

✨ New Features


New OIDC JWT Token Authentication Types (GLU-3223)

Description

Endpoints can now be secured with an OIDC JWT token authentication type. AireGlu validates the JWT presented on the request and only grants access if the token’s aud and scope claims match what the endpoint expects.

What this means for you

Any endpoint can now be gated on a token the caller already holds. AireGlu checks the aud and scope claims, so you control which clients can reach the endpoint. The token is also available downstream, so the caller’s identity and permissions can be carried through to onward systems.

🐞 Bug Fixes


Fixed Job Task Display for Long Job Names (GLU-3259)

Description

Jobs with long job names were rendering incorrectly on the Job Tasks screen following a previous related fix. This has been corrected so long job names now display properly without reintroducing the earlier issue.