Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 21 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
## 1.1.3 (November 20, 2020)
## 1.1.4 (March 12, 2021)

* Update Sailor version to 2.6.18
* Annual audit of the component code to check if it exposes a sensitive data in the logs
* Annual npm vulnerabilities audit
* Update sailor version to 2.6.24

## 1.1.2 (July 24, 2020)

* Update sailor version to 2.6.14

## 1.1.1 (May 11, 2020)
## 1.1.3 (November 20, 2020)

* Update sailor version to 2.6.7
## 1.1.0 (January 30, 2020)
* Update Sailor version to 2.6.18
* Annual audit of the component code to check if it exposes a sensitive data in the logs
* Annual npm vulnerabilities audit

* Update sailor version to 2.6.1
* Refactor console.log to built in sailor logger
* Change build type to `docker`
## 1.1.2 (July 24, 2020)

## 1.0.0 (June 14, 2018)
* Update sailor version to 2.6.14

* Initial release
## 1.1.1 (May 11, 2020)

* Update sailor version to 2.6.7

## 1.1.0 (January 30, 2020)

* Update sailor version to 2.6.1
* Refactor console.log to built in sailor logger
* Change build type to `docker`

## 1.0.0 (June 14, 2018)

* Initial release
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ MSSQL Component component for the [elastic.io platform](http://www.elastic.io)
![image](https://user-images.githubusercontent.com/56208/29715706-b4930bdc-89a8-11e7-8a0d-969959d26dd6.png)

## Environment Variables
1. LOG_LEVEL - controls verbosity of logger. Possible values: `trace`, `debug` `info`, `warn`, `error`. Default: `info`
No required Environment Variables.

## Before you Begin

Expand Down Expand Up @@ -85,15 +85,6 @@ more details can be found [here](https://github.com/elasticio/mssql-component/bl

Component supports dynamic incomig metadata - as soon as your query is in place it will be parsed and incoming metadata will be generated accordingly.

## Known issues

No known issues are there yet.

## TODOs
* Support for BULK upload
* Support for DELETE and UPDATE statements
* Support for binary attachments

## License

Apache-2.0 © [elastic.io GmbH](https://www.elastic.io)
Expand Down
Loading