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.