Releases: Unikie/wso2-esb-vfs-mediator
Releases · Unikie/wso2-esb-vfs-mediator
Release 1.2.1
New feature: Support key authentication with SFTP
Release 1.2
New features
- Retry functionality when transferring files. In default in case of failing file transfer 3 retry attempts and waiting 5 seconds between them
- Possibility to set sftp timeout in the mediator configuration
- Possibility to set filename prefix/suffix when archiving the file
Refactoring
- Mediator initialises a new FileSystemManager per file operation to achieve better control of a single file operation
Release 1.1.2
Fixed FileSystemException that occurred when tried to get the file size (issue #3)
Release 1.1
Added new optional configurable feature:
- streamingTransfer: Use streaming mode in file transfer
- streamingBlockSize: The block size used in file transfer
Release 1.1.1
Fixed NullPointerException problem regarding streaming transfer block size (issue #2)
Release 1.0
release-1.0 Initial commit