Skip to content

Releases: wso2-extensions/esb-connector-file

4.0.5 Released!!

15 Jul 11:54
406c25f
Compare
Choose a tag to compare

This release introduces the following improvements.

  1. Introduce a new parameter called "filePattern" to move operation.
  2. Enables the same name for init configuration in multi tenants.
  3. Makes "Hierarchical" the default value for "resposeFormat" parameter in the listFiles operation.

4.0.4 Released!!

22 Jun 03:32
65f6f62
Compare
Choose a tag to compare

This improvement is to add property to ignore setting last modified timestamp.

4.0.3 Released!!

10 Jun 11:39
460eadb
Compare
Choose a tag to compare

This improvement enables file connector to return list of files in given directory in both hierarchical and flat models

3.0.4 Released!!

30 Apr 04:16
e503cd2
Compare
Choose a tag to compare

This release enables the feature to configure different private key configs for the source and destination when copying and moving the files.

2.0.24 Released!!

23 Mar 09:32
53cbad6
Compare
Choose a tag to compare

This release improves the performance of the file connector append operation.

4.0.2 Released!!

18 Mar 09:54
19d9c5d
Compare
Choose a tag to compare

This release carries the file name matching behavior change from case insensitive filename matching to case sensitive file name matching.

4.0.1 Released!!

02 Feb 05:36
4a004b6
Compare
Choose a tag to compare

This release fixes the following issues.

  1. Caching issue for checkExist method - Remove the particular file entry from the cache at the beginning.
  2. Setting the last modified timestamp issue for ftp URIs - Ignore setting it since the last modified time is set while writing the file.

4.0.0 Released!!

17 Nov 11:24
d7c384c
Compare
Choose a tag to compare

This version of file connector is a complete revamp from file connector 3.x version, and it is not backward compatible with 3.x versions. It is compatible with EI 6.4.0, EI 6.5.0, EI 6.6.0 and MI 1.2.0 (EI 7.1.0) WUM updated versions (WUM update taken after 17 th Nov 2020).

Following are the major features

  1. Support for new UI model comes with Integration Studio 7.1.0
  2. It caches connections using caching features available with Apache VFS. This improves the performance as it does not open and close connections per file operation.
  3. Improved usability brought to operation configurations. Now, all operations are self-explanative and easy to configure.
  4. Decoupled connection and operation definitions improving flexibility to use same connection config across different connector operations.
  5. Better documentation with all parameters documented
  6. Clear connection configs (grouped as basic, security, advance etc) supporting Local, FTP, FTPS and SFTP file systems. Thus one connector for all different file protocols.
  7. Clear error codes defined so failure cases can be handled without confusion.
  8. File locking features
  9. Ability to read whole file, up to some line, between lines, from some line and a specific line.
  10. Ability to append, overwrite files with static and dynamic content. It blends nicely to the message mediation model of WSO2 EI.

Please refer documentation for more information.

3.0.3 Released!

27 Oct 07:00
22b903e
Compare
Choose a tag to compare

This release introduces SSH key pair parameters (sftpIdentities and sftpIdentityPassphrase) for SFTP connections of READ operation.

3.0.2 Released!

06 Aug 06:25
Compare
Choose a tag to compare

This release updates the property name of includeSubdirectories to includeSubDirectories when ignoring subdirectories to perform file operations.