Releases: wso2-extensions/esb-connector-msazurestorage
Releases · wso2-extensions/esb-connector-msazurestorage
2.0.0 Released!
This release adds the following improvements,
- Upgrade Azure Blob Storage SDK to 12.23.0
- Support for new UI model in Integration Studio
- Add support for client credentials authentication
- Add a new parameter called
destinationFilePath
to downloadBlob operation. You can use this parameter to download a file to the local server.
1.0.5 Released!
This release contains the following fixes.
- Fix invalid responses for error conditions
- Include
metadata
parameter in theuploadBlob
operation to upload JSON formatted metadata along with the blob content. - Fix proper content types while retrieving blob content
- Introduce new
uploadMetadata
andlistMetadata
operations to upload and retrieve metadata for a specific blob
1.0.4 Released!
This release introduces the download blob support to the connector
1.0.3 Released!
This release introduces the capability to upload text with 'textContent' parameter.
1.0.2 Released!
This release adds content type support for uploadBlob operation.
1.0.1 Released!
- Adding support to configure the transport security to connect to the Azure storage services.
- Fixing exception swallow and printing if there are any connector errors in fault sequence flow.