Skip to content

Commit

Permalink
Logo image size reduced; Sailor version upgraded (#96)
Browse files Browse the repository at this point in the history
* Logo image size reduced; Sailor version upgraded

* Update CHANGELOG.md

Co-authored-by: Pavel Voropaiev <pavel.voropaiev@elastic.io>
  • Loading branch information
olegosh and A3a3e1 authored Nov 26, 2021
1 parent 43c12b9 commit 7a31a2e
Show file tree
Hide file tree
Showing 5 changed files with 4,499 additions and 78 deletions.
94 changes: 52 additions & 42 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,84 +1,94 @@
## 1.4.5 (November 26, 2021)

* Upgrade sailor version to 2.6.26
* Reduced the size of component icon file

## 1.4.4 (February 12, 2021)
* Update sailor version to 2.6.24

* Update sailor version to 2.6.24

## 1.4.3 (January 15, 2021)
* Update sailor version to 2.6.23

* Update sailor version to 2.6.23

## 1.4.2 (October 30, 2020)
* More logging improvements
* Update sailor to 2.6.18

* More logging improvements
* Update sailor to 2.6.18

## 1.4.1 (October 19, 2020)
* Annual audit of the component code to check if it exposes sensitive data in the logs
* Update sailor to 2.6.17

* Annual audit of the component code to check if it exposes sensitive data in the logs
* Update sailor to 2.6.17

## 1.4.0 (July 6, 2020)
* Update component to new sailor version 2.6.10
* If deleting a file that does not exist, emit the empty message.
* Use POSIX rename if possible to move files. It is now possible to replace existing files with move.
* Update all dependencies.
* Use Node v 14.
* Remove update docs on deploy script

* Update component to new sailor version 2.6.10
* If deleting a file that does not exist, emit the empty message.
* Use POSIX rename if possible to move files. It is now possible to replace existing files with move.
* Update all dependencies.
* Use Node v 14.
* Remove update docs on deploy script

## 1.3.0 (June 5, 2020)

* Add new 'Move File' action
* Fix performance problem when trying to download large number of files
* Add new 'Move File' action
* Fix performance problem when trying to download large number of files

## 1.2.2 (May 19, 2020)

* Update component to new sailor version 2.6.7
* Update component to new sailor version 2.6.7

## 1.2.1 (December 30, 2019)

* Update component to new sailor version 2.5.4
* Update component to new sailor version 2.5.4

# 1.2.0 (December 18, 2019)

## General Changes
* Add max to file size and environment variable to configure
* Add key-based authentication
* Add Download files action
* Add Upload File From URL action
* The following actions are renamed:
- Upload files -> Upload files From Attachments Header
- Lookup file by name -> Download file by name
- Get new and updated files -> Poll files
* Add max to file size and environment variable to configure
* Add key-based authentication
* Add Download files action
* Add Upload File From URL action
* The following actions are renamed:
- Upload files -> Upload files From Attachments Header
- Lookup file by name -> Download file by name
- Get new and updated files -> Poll files

# 1.1.2 (December 6 2019)

## General Changes
* New Action: Download files
* Migrate integration tests to another SFTP Server
* Fix integration tests error during local running
* Migrate SFTP-->Attachment upload logic to streams
* New Action: Download files
* Migrate integration tests to another SFTP Server
* Fix integration tests error during local running
* Migrate SFTP-->Attachment upload logic to streams

## Actions
### Poll files
* Fix 0kb file download bug
* Fix 0kb file download bug
### Action: Download file by name
* Fix 0kb file download bug

* Fix 0kb file download bug

# 1.1.1 (December 6 2019)

## General Changes
* Add Lookup files action
* Add Lookup files action

# 1.1.0 (December 5, 2019)

## General Changes
* Add `Delete file` action
* Add `Lookup file by name` action
* Add `Get new and updated files` trigger
* Add `Delete file` action
* Add `Lookup file by name` action
* Add `Get new and updated files` trigger

## Actions

### Upload files
* Add custom name for uploaded file
* Add custom name for uploaded file

# 1.0.0 (October 8, 2019)
* Initial release
* Add custom port field instead of defaulting to 22
* Add more unit tests
* Fix integration test using `path.resolve` based on test machine
* Format repository according to Airbnb styling

* Initial release
* Add custom port field instead of defaulting to 22
* Add more unit tests
* Fix integration test using `path.resolve` based on test machine
* Format repository according to Airbnb styling
1 change: 1 addition & 0 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"title": "SFTP",
"version": "1.4.5",
"buildType": "docker",
"description": "Provides file access and transfer using SSH File Transfer Protocol",
"credentials": {
Expand Down
Binary file modified logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7a31a2e

Please sign in to comment.