Skip to content

Releases: Unikie/wso2-esb-vfs-mediator

Release 1.2.1

11 May 13:26
Compare
Choose a tag to compare

New feature: Support key authentication with SFTP

Release 1.2

03 Apr 12:56
Compare
Choose a tag to compare

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

16 Nov 11:11
Compare
Choose a tag to compare

Fixed FileSystemException that occurred when tried to get the file size (issue #3)

Release 1.1

15 Nov 12:53
Compare
Choose a tag to compare

Added new optional configurable feature:

  • streamingTransfer: Use streaming mode in file transfer
  • streamingBlockSize: The block size used in file transfer

Release 1.1.1

16 Nov 09:12
Compare
Choose a tag to compare

Fixed NullPointerException problem regarding streaming transfer block size (issue #2)

Release 1.0

17 May 12:52
Compare
Choose a tag to compare
release-1.0

Initial commit