Releases: Azure/logicapps
NuGet version 1.2.3 | Bundle version 1.1.35
- Finalize flow configuration only after all dispatchers and listeners are stopped
NuGet version 1.2.2 | Bundle version 1.1.33
1.Fix consistency issue while deleting workflows in Standard app
2.Fallback to storage when a workflow is not found in in memory cache for Edge
3.SFTP connector now supports following actions:
- Get metadata
- list folder
- Delete file
- Create folder
- Rename file
4.Flat File cache for schema processing.
5.Adding in more logging to assist with customer trouble shooting.
6.Remove limits on entity sizes for the stateless provider and so stateless runs.
7.Added support for connections.json and parameters.json validation via validate API. Pass connections.json body via "connections" field and parameters.json body via "parameters" field in request body under "properties". workflow.json is passed via "definition" field as before.
8.Enable pagination, concurrency, retries, and static result in stateless workflows.
9.SFTP built in connector now support Upload File Content action to upload data to a file on remote server. If the file already exists, it will be overwritten.
NuGet version 1.2.1 | Bundle version 1.1.32
- Added two new functions to the logic apps expression language: 'parseDateTime' and 'slice'.
- Added a new 'locale' optional parameter to the 'formatDateTime' method.
- Added a new 'nth occurrence' optional parameter to the 'indexOf' method.
- Added system properties to service bus trigger.
- Updated the default timeout for the built-in SQL connector setting "ServiceProviders.Sql.QueryExecutionTimeout" from 30 seconds to 2 minutes.
- Introduced necessary material to be able to split dynamic schemas input and output limits.
- Adding support for sessions in service bus topic subscription triggers.
NuGet version 1.1.9 | Bundle version 1.1.26
- Stateless workflow perf improvement: Add response notification channel for stateless workflows.
- Added Service Provider recurrence triggers state support, allowing states to persist though repeated trigger iterations.
- Added new "decimal" function that takes in a decimal number as a string and then can be used in other math functions. Please see https://aka.ms/logicexpressions#decimal for usage details.
NuGet version 1.1.8 | Bundle version 1.1.25
- Added retry settings to the "Call an Azure Function" action.
- Added InsertRow Action
- Added UpdateRow Action
- Added DeleteRow Action
- Setting all DB2 actions to preview
- Setting all HostFile actions to preview
- Handle job execution errors that could happen due to partial resource availability when the host is being recycled.
NuGet version 1.1.7 | Bundle version 1.1.24
- Handle job execution errors that could happen due to partial resource availability when the host is being recycled.
- Distinguish between the new flat file processor exceptions in order to provide more detailed info to SP consumers.
- Add option of specifying Consumer Group to Standard Event Hub Trigger.
- Add Get Tables functionality from the original DB2 connector.
NuGet version 1.1.5 | Bundle version 1.1.20
-
New retry ability for the service provider manifest. Using this, customers can allow configuring retries on the custom service providers.
-
New connection parameters for connecting to DB2, so either connection parameters or the previous connection string field can be used.
-
Fixed parsing of string to TimeSpan in non en-US locales.
-
Adding the Host File Service Provider
A new feature is added to the ServiceProvider by which a service provider implementer can provide additional function's trigger parameters which can not be updated by the user in the workflow definition. For example, if a service provider wants to add a default parameter and doesn't want user of trigger to override its behavior, that parameter can be added using this implementation.It can be achieved by implementing GetFunctionTriggerDefinition() method on the IServiceOperationsTriggerProvider interface. FunctionTriggerDefinition should be created appropriately by setting the function trigger type (TriggerType) and a dictionary of the additional parameters.
NuGet version 1.1.4 | Bundle version 1.1.19
- Decouple Stateless workflow dispatcher worker configuration from that of stateful workflows.
- Fixed bug in Built-in SQL connector for the Execute Query action to respect the "QueryExecutionTimeout" setting.
- Adding in new DB2 Connector that uses managed drdaclient.
NuGet version 1.1.3 | Bundle version 1.1.17
Bug Fix - Handle Cors request calls properly for Http Request Trigger calls in Logic Apps Standard.
(Please ignore the two associated assets below)