Skip to content

NuGet version 1.3.7

Compare
Choose a tag to compare
@joerob-msft joerob-msft released this 01 Feb 23:47
· 24 commits to master since this release
ef6cb9b
  • Removed "preview" tags from built-in connectors now generally available (GA):

    • Azure Automation
    • Azure Event Grid Publisher
    • Azure Event Hubs
    • Azure File Storage
    • Azure Key Vault
    • Azure Queue Storage
    • Azure Service Bus
    • Azure Table Storage
    • Flat File
    • FTP
    • Liquid
    • SFTP
    • SMTP
    • SQL Server
    • XML operations
  • Add support for workflow metrics and move status as a dimension.

  • Add cancelation token in the service provider operation request.

  • Add the "Extract archive" action to the FTP built-in connector.

  • Introduce the configuration setting named "Microsoft.Azure.Workflows.ContentStorage.ContentStorage.RequestOptionsThreadCount" to manage the blob upload or download thread count. This setting forces the runtime to use multiple threads when uploading or downloading content from an action's inputs or outputs. To configure this setting, see the documentation at https://aka.ms/logic-apps-settings.

  • Add the "Extract archive" action to the SFTP built-in connector. This action unpacks a ZIP archive file that either exists on the SFTP server or is provided by the output from a preceding action in the workflow.

  • Increase the default parameters limit from 50 to 500 and introduce a configuration setting named "Microsoft.Azure.Workflows.TemplateLimits.InputParametersLimit" to change this limit. For more information, see the documentation at https://aka.ms/logic-apps-settings.

  • Add the "List blob directories" action for the Azure Blob Storage built-in connector. This action returns the directory details for the blob path provided in the request.

  • Add normalization for the Flat File built-in connector.

  • Fix the MD5 hash value.

  • Fix the "Execute query" action for the DB2 built-in connector.