Skip to content

Releases: invictus-integration/docs-ifa

6.0.0

25 Feb 09:48
ba00aff

Choose a tag to compare

6.0.0 Pre-release
Pre-release

Invictus Dashboard

Features:

  • Migrated to Azure Container Apps.
  • Added auditing for flow creation/deletion, folder creation/deletion/edit and group sync.
  • Switched Cosmos DB connection to managed identity.
  • Made quick search case insensitive.
  • Removed uppercasing of flow data column names.
  • Showing the sitename together with the workflow name for Standard Logic Apps.

Invictus Framework

Features:

  • Migrated to Azure Container Apps.
  • Removed deployment of original PubSub, Transco and Matrix web apps.
  • TranscoV2: Added "columnName" property in config to obtain single column value when query returns multiple.

Bug Fixes:

  • ExceptionHandler: Added missing nextLink parsing.
  • ExceptionHandler: Made siteName optional in request.
  • ExceptionHandler: Improved regex expression to handle non-alphanumeric characters.
  • ExceptionHandler: Checking for input/output links also in action repetitions.

5.6.1

10 Dec 06:18
c2a2b9a

Choose a tag to compare

Invictus Framework

Bug Fixes:

  • PubSubV2 - When subscribing, only updating subscription filter rule if the rule has actually changed.
  • ExceptionHandler - Added parsing of undocumented error format.
  • ExceptionHandler - Fixed incorrect return when no translation model is available.

5.6.0

14 Oct 07:14
826dbee

Choose a tag to compare

Invictus Dashboard

Features:

  • Added ability to leave a comment when ignoring a flow message.
  • Moved saving and reading of flow message contents from Table Storage to a Cosmos collection with a TTL index.
  • Added bicep parameter (eventHubMessageRetentionInDays) to adjust eventhub data retention, for Standard plan event hubs.
  • Improved frontend Details link so URL can be copied on right-click.
  • Set isProvisionedCosmos parameter to mandatory.

Bug Fixes:

  • Improved long text cutoff in sidebar and tables.

Invictus Framework

Features:

  • Added PubSubV2 function
  • Added ExceptionHandler function

5.5.3

11 Sep 05:56
1759ad0

Choose a tag to compare

Invictus Dashboard

Bug Fixes:

  • Updated frontend login error query param to less generic value.
  • Updated sync groups environment variable reference.

Invictus Framework

Bug Fixes:

  • TranscoV1 - Fixed swagger endpoint exception.

5.5.2

04 Sep 07:16
1759ad0

Choose a tag to compare

Invictus Dashboard

Changes:

  • Updated Bicep for provisioned Cosmos DB to batch the collection deployments.
  • Updated and improved import job dependency injection.

Invictus Framework

Bug Fixes:

  • SequenceController - Added resetting of storage container reference upon token refresh to solve authentication issue.

5.5.0

09 Aug 05:36
9b93604

Choose a tag to compare

Invictus Dashboard

Changes:

  • Updated all functions to .Net8.0.
  • Added additional bicep params to allow for landing zone compatibility. Full list of params here.
  • Saving sorting choice of homepage table across sessions.

Bug Fixes:

  • Fixed issue where homepage stats of a flow were not recalculated if it had no runs in previous 24 hours.

Invictus Framework

Changes:

  • Updated all functions to .Net8.0.
  • Added additional bicep params to allow for landing zone compatibility. Full list of params here.

Bug Fixes:

  • Added support for nested XML arrays when using scope path.

5.4.0

27 Jun 14:37
b163549

Choose a tag to compare

Invictus Dashboard

Changes:

  • Introduction of TTL index for CosmosDB Flow and Workflow event data. More Info here
  • Improved efficiency of homepage statistics calculation.
  • Updated event text modal to show entire list.
  • Creating audit when flow mappings are updated.

Bug Fixes:

  • Added missing functionality to render embedded HTML in tracked properties.
  • Removed case sensitivity on username for login.
  • Fixed bug with homepage stats still including ignored flows in the calculation.
  • Fix bug with workflow events table not showing all rows if there is a large number of rows.
  • Showing local time in audits table instead of UTC time.
  • Fixed bug with audits table not sorting on username column.
  • Fixed bug with resubmitted and resumed flows not being treated as active when filtering.
  • Fixed issue with "Ignored" status not combining with other statuses when filtering

Invictus Framework

Changes:

  • TranscoV2: Added config option to indent the Transco result.

Bug Fixes:

  • TranscoV2: Fixed bug with SQL param regex which was matching any param following a comma.

5.3.2

08 Apr 07:34
ba1b239

Choose a tag to compare

Invictus Dashboard

Changes:

  • Improved efficiency of sync groups process.

Bug Fixes:

  • Fixed issues with advanced search date filtering.
  • Fixed issue with resubmit response taking too long.

5.3.1

21 Mar 08:34
580a494

Choose a tag to compare

Invictus Dashboard

Bug Fixes:

  • Fixed bug with ignore flow not working.
  • Fixed issue with workflow events not showing for V1 dashboards running alongside V2 dashboards.

5.3.0

05 Mar 08:18
580a494

Choose a tag to compare

Invictus Dashboard

Features:

  • Updated IaC templates to Bicep.
  • Added VNET support to dashboard resources and scripts.
  • New feature to enable striped rows in all dashboard tables.
  • Added spinner for when flow data count is fetching.

Bug Fixes:

  • Added config value to dashboard to increase HTTP header size limit.
  • Fixed bug where folder permissions were not assigned to second level folders.

Invictus Framework

Features:

  • Updated IaC templates to Bicep.
  • Added VNET support to framework resources and scripts.
  • TranscoV2 - Added ability to insert SQL results at an attribute instead of at just inner text.

Bug Fixes:

  • TranscoV2 - Fixed bug where an error would be thrown if two or more SQL params with the same name were provided.
  • TranscoV2 - Changed scope path behaviour, the scope path must now point to the targeted node.
  • TranscoV2 - Fixed bug where the Transco SQL command would not take SQL variables into account