Skip to content

AireGlu Release Notes — 2023

This page contains the AireGlu releases published during 2023.

Version 1.63.0

Release Date: December 12, 2023

⚡ Improvements

  • Allow endpoint versions to be 'undeployed' via endpoint list

🐞 Bug Fixes

  • Fix group UI for repository-synced endpoints

🔧 Maintenance

  • Upgrade GraphQL for .NET
  • Multiple package upgrades

Version 1.62.0

Release Date: November 22, 2023

⚡ Improvements

  • Provide UI guidance on invoking GET endpoints with a body

🐞 Bug Fixes

  • Allow invocation of async endpoints from within another endpoint
  • Resolve memory leak

Version 1.61.0

Release Date: November 14, 2023

⚡ Improvements

  • Allow grouping of endpoints in the UI
  • Support client credentials for invoking endpoints

🔧 Maintenance

  • Multiple package upgrades

Version 1.60.0

Release Date: November 1, 2023

🐞 Bug Fixes

  • Ignore looped references in JSON serialization

Version 1.59.0

Release Date: November 1, 2023

⚡ Improvements

  • Allow debug setting to be controlled locally on repo synced endpoints
  • Disallow access to routes based on permissions
  • Add time to job schedule start and end dates

🐞 Bug Fixes

  • Could see a previously selected endpoint in the editor if current failed to load
  • Exception emails to users failed if variable used
  • Debug data permissions not applied to Endpoint Errors GraphQL query
  • In some scenarios editing JSONPath in an endpoint threw an error
  • Liquid mapping was losing timezone information

🔧 Maintenance

  • Move to using custom job scheduler package
  • Various package updates

Version 1.58.0

Release Date: October 17, 2023

⚡ Improvements

  • Support stream format type in HTTP request task

🐞 Bug Fixes

  • Metrics page was not loading on refresh

🔧 Maintenance

  • Hangfire package upgrades

Version 1.57.0

Release Date: October 4, 2023

⚡ Improvements

  • Add repo information tooltip to repository endpoints

🐞 Bug Fixes

  • Sync status on icon should be valid when repo has synced

Version 1.56.0

Release Date: October 4, 2023

✨ New Features

  • Can use a variable in the endpoint error email input
  • When creating a job, you can set it to auto-delete after end date
  • Multi-select option on all resource items
  • Job edit in ClientV2
  • Group field in endpoint editor to support future UI grouping
  • Readonly view for endpoints, including repository endpoints

⚡ Improvements

  • Sort/search bar redesign
  • Role-based menu options
  • Input validation for retrievers
  • Persist an auto-generated transaction ID throughout endpoint calls when one is not provided
  • Allow immediate access to ClientV2 whilst ClientV1 is loading
  • Upgrade multi-PDF adapter to guarantee ordering by last modified

🐞 Bug Fixes

  • Allow reordering of endpoint tasks containing secrets
  • Allow endpoint to create none-algorithm JWT without dummy secret
  • Clean up repository retriever logs
  • Prevent access to 'create' fields once repository created

⚠️ Breaking Changes

  • Package upgrades include a breaking change: ensure your JWT_KEY secret is greater than 256 bits

Version 1.55.0

Release Date: August 29, 2023

✨ New Features

  • Ability to delete expired jobs en masse

⚡ Improvements

  • Update to UI button styling
  • Separate tab for endpoint input on job and receiver creation
  • MESH option disabled if MeshAllowList is empty
  • Assign new unique identifier to AireGlu Tasks

🐞 Bug Fixes

  • Pressing the reset button on cron builder reset all fields within job creation

🔧 Maintenance

  • Pin Moq Library to 4.18

Version 1.54.0

Release Date: July 24, 2023

✨ New Features

  • Ability to specify Gov Notify service ID at the tenant level
  • Ability to not store input data on endpoint exception
  • New UI Receivers list page
  • New UI Jobs Page, ability to mass delete expired jobs
  • Creating new endpoints will default to having internal authentication

⚡ Improvements

  • Max retry limit on failed jobs
  • New UI general fixes to loading spinner, icons, and tooltips on disabled endpoint version items

🐞 Bug Fixes

  • Inputs on GET endpoints when invoking through the 'test/try it out' page were ignored

🔧 Maintenance

  • Multiple package upgrades

Version 1.53.0

Release Date: July 6, 2023

✨ New Features

  • Ability to toggle automatic sync and edit error email for Repositories

🐞 Bug Fixes

  • Fix more actions menu placement

🔧 Maintenance

  • Multiple package upgrades

Version 1.52.0

Release Date: June 21, 2023

✨ New Features

  • New Repositories UI
  • Jobs UI date improvements
  • Upgrade to .NET 7

🐞 Bug Fixes

  • Fixes to iframe issues in new UI
  • Improve error message for users not authorised for repository sync

🔒 Security

  • Various package upgrades

Version 1.51.0

Release Date: June 7, 2023

✨ New Features

  • New UI performance improvements
  • New UI Jobs and Repository Retrieval Editor updates

🐞 Bug Fixes

  • Displaying of 'Last run'/'Next run' in the New UI Jobs page
  • Repository retrieval removal of auto retry, retrying will be based on the schedule

🔒 Security

  • Various package upgrades

Version 1.50.0

Release Date: May 24, 2023

✨ New Features

  • Send error emails on non-exception errors

🐞 Bug Fixes

  • Fix deletion of transaction data on debug toggle off
  • Enable use of variables and secrets in git backed endpoints for JWT and HTTP request tasks

Version 1.49.0

Release Date: May 11, 2023

✨ New Features

  • Logging improvements
  • Update icon for repository endpoints
  • Simplify batch message processing deployment

🐞 Bug Fixes

  • Improve description for error message on missing variables
  • Forgot password issues
  • Password corrupted in HTTP request task on endpoint edit

Version 1.48.0

Release Date: April 20, 2023

🚑 Hotfixes

  • Revert Mongo driver upgrade due to compatibility issue with Mongo 4.2.24

Version 1.47.0

Release Date: April 19, 2023

✨ New Features

  • Optimise batch message processing
  • Update endpoint import/export icons
  • By default show active jobs only

🐞 Bug Fixes

  • Ensure global logout on multiple tabs for RBAC users

🔧 Maintenance

  • Upgrade Mongo driver to 2.19.1

Version 1.46.0

Release Date: April 5, 2023

✨ New Features

  • Link to public AireGlu docs in UI

🐞 Bug Fixes

  • Error emails not sending on endpoint exception

Version 1.45.0

Release Date: April 3, 2023

✨ New Features

  • Return URL for endpoint on endpoints overview API
  • Allow PRIVATE_ASYNC_RUNTIME_HOST variable to be unset on async deployments

🐞 Bug Fixes

  • Fix endpoint editing undeploying other version
  • Fix Insights tab loading issues
  • Fix Insights tab graphs

Version 1.44.0

Release Date: April 3, 2023

✨ New Features

  • Allow numbers in endpoint names
  • Add HS256 algorithm for JWT generation

Version 1.43.0

Release Date: March 22, 2023

✨ New Features

  • Added dead letter queues
  • Display tenant in nav bar

⚡ Improvements

  • Downstream endpoint calls from async endpoint invocation should pass through to async runtime

🐞 Bug Fixes

  • Fix Insights tab issues

Version 1.42.0

Release Date: March 7, 2023

⚡ Improvements

  • Restart runtime and job runner as sync if async functionality fails on startup
  • Improve structure of runtime logs

🐞 Bug Fixes

  • Fix HL7 FHIR option on input dropdown in endpoint wizard
  • Fix log out of new UI - invalidation of tenant profile

Version 1.41.0

Release Date: March 7, 2023

⚡ Improvements

  • Rename DIRECT_RUNTIME_HOST to PRIVATE_RUNTIME_HOST

🐞 Bug Fixes

  • Fix batch functionality to work with repository endpoints

🔧 Maintenance

  • Upgrade Mongo DB drivers to v6
  • Upgrade message broker client to 0.2.0-alpha0058

Version 1.40.0

Release Date: February 20, 2023

✨ New Features

  • Email task change - Addition of Bcc
  • JWT task change - Addition of None algorithm and ability to set header type as JSON
  • Async - Passing through of transaction ID to callback input

🐞 Bug Fixes

  • New UI - iframes fixed when used with RBAC

🔧 Maintenance

  • Upgrade MultiPDF adapter - 1.0.0-CI-20230203-131339

Version 1.39.0

Release Date: February 6, 2023

⚡ Improvements

  • Improvements to error logging

🐞 Bug Fixes

  • InternalAuth fixes - MESH receiver not able to invoke endpoints with InternalOnly set
  • InternalAuth fixes - Repository-backed endpoints not able to invoke other repository endpoints with InternalOnly set
  • New UI fixes