Skip to content

Commit cee673f

Browse files
author
Olha Virolainen
authored
Update sailor version to 2.6.17 (#38)
Update sailor version to 2.6.17
1 parent 842604e commit cee673f

File tree

4 files changed

+247
-92
lines changed

4 files changed

+247
-92
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## 1.0.6 (October 20, 2020)
2+
3+
* Update sailor version to 2.6.17
4+
15
## 1.0.5 (September 20, 2020)
26

3-
* Remove sensitive data from component logs
7+
* Annual audit of the component code to check if it exposes a sensitive data in the logs
48

59
## 1.0.4 (May 19, 2019)
610

lib/actions/transform.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ async function processAction(msg, cfg) {
1313
result = JsonataTransform.jsonataTransform(msg, cfg, this);
1414
} catch (e) {
1515
this.logger.error('Jsonata transformation failed!');
16-
this.logger.trace(`Jsonata transformation failed: ${e}`);
1716
throw new Error('Jsonata transformation failed!');
1817
}
1918
this.logger.info('Evaluation completed');

0 commit comments

Comments
 (0)