Releases: wso2-extensions/esb-connector-file
4.0.5 Released!!
This release introduces the following improvements.
- Introduce a new parameter called "filePattern" to move operation.
- Enables the same name for init configuration in multi tenants.
- Makes "Hierarchical" the default value for "resposeFormat" parameter in the listFiles operation.
4.0.4 Released!!
This improvement is to add property to ignore setting last modified timestamp.
4.0.3 Released!!
This improvement enables file connector to return list of files in given directory in both hierarchical and flat models
3.0.4 Released!!
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!!
This release improves the performance of the file connector append operation.
4.0.2 Released!!
This release carries the file name matching behavior change from case insensitive filename matching to case sensitive file name matching.
4.0.1 Released!!
This release fixes the following issues.
- Caching issue for checkExist method - Remove the particular file entry from the cache at the beginning.
- 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!!
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
- Support for new UI model comes with Integration Studio 7.1.0
- 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.
- Improved usability brought to operation configurations. Now, all operations are self-explanative and easy to configure.
- Decoupled connection and operation definitions improving flexibility to use same connection config across different connector operations.
- Better documentation with all parameters documented
- 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.
- Clear error codes defined so failure cases can be handled without confusion.
- File locking features
- Ability to read whole file, up to some line, between lines, from some line and a specific line.
- 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!
This release introduces SSH key pair parameters (sftpIdentities and sftpIdentityPassphrase) for SFTP connections of READ operation.
3.0.2 Released!
This release updates the property name of includeSubdirectories
to includeSubDirectories
when ignoring subdirectories to perform file operations.