Skip to content

Commit 16cc435

Browse files
author
Olha Virolainen
authored
Update sailor version to 2.6.16 (#41)
* Update sailor version to 2.6.16
1 parent 5eb2698 commit 16cc435

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.2.5 (October 12, 2020)
2+
* Update sailor version to 2.6.16
3+
14
## 1.2.4 (Sept 29, 2020)
25
* Remove potentially sensitive data from logs
36

lib/helper/request.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ exports.putOrPost = function putOrPost(method, msg, conf) {
77
const { uri } = conf;
88
const { body } = msg;
99

10-
this.logger.trace('Request body: %j', body);
11-
1210
const requestSettings = buildRequestSettings(method, uri, conf.secret);
1311
requestSettings.body = JSON.stringify(body);
1412
requestSettings.headers['Content-Type'] = 'application/json;charset=UTF-8';

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"license": "Apache License 2.0",
1414
"dependencies": {
1515
"elasticio-node": "0.0.9",
16-
"elasticio-sailor-nodejs": "2.6.14",
16+
"elasticio-sailor-nodejs": "2.6.16",
1717
"node-uuid": "1.4.8",
1818
"request": "2.88.x"
1919
},

0 commit comments

Comments
 (0)