Release notes
v6.4LatestJuly 2026
-
Simplify flow status filters into groups: the flow status filters in the advanced search pane group statuses into broader categories instead of too detailed levels. 'Active' (=
Active,Resubmitted,Resumedstatuses). 'Error' (=Failed,Resubmit Failed, andResume Failedstatuses). -
Transco missing references no longer cause failures: scenarios with conditional actions failed due to possible missing data references during instructions. The Transco no longer fails when
scopePathordestinationpoints to unavailable locations. The component logs a warning in case that happens to help spotting configuration issues. -
Transco fall back on default parameter values: the component better handles optional or unavailable data. In situations where the component can't retrieve a parameter value from a path, you can fall back on a
defaultValue. -
Enhanced private network support: deployments within a virtual network (VNET) offers private endpoints. This helps organizations to align their governance and standards in the deployment.
- Upgrade to .NET 10: the Dashboard and Framework components run on .NET 10.
-
ExceptionHandler report error details in failed
ForEachloops: the component captures inner errors insideForEachloops in Logic Apps workflows instead of displaying general error user messages. Users no longer have to switch to Azure to find the root cause for failures. -
PubSub Improved recovery of deferred messages: the component recovers more reliably messages stuck in a deferred state, caused by external intermittent platform issues. There was a problem with the Service Bus resubmitting deferred messages. The target subscribers were receiving more message than intended. The improved subscription filtering logic ensures to route resubmitted messages to the appropriate subscriber.
-
Reliable Cosmos DB during high-volume processing: the database interactions better handles concurrent tasks. This reduces the connection errors during high activity or initial setup.