From 24a42c8c631863a5279ef5501ddd21a29bb26f79 Mon Sep 17 00:00:00 2001 From: stas-fomenko <36419533+stas-fomenko@users.noreply.github.com> Date: Wed, 10 Feb 2021 15:24:38 +0200 Subject: [PATCH] sailor-nodejs: 2.6.24 (#58) * sailor-nodejs: 2.6.24 --- CHANGELOG.md | 3 +++ README.md | 8 +------- package-lock.json | 38 +++++++++++++++----------------------- package.json | 4 ++-- 4 files changed, 21 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6191be3..9049408 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.1.9 (February 12, 2021) +* Update sailor version to 2.6.24 + ## 1.1.8 (January 15, 2021) * Update sailor version to 2.6.23 diff --git a/README.md b/README.md index 499f494..0d42c49 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,6 @@ Splitter is the basic component for the [elastic.io platform](http://www.elastic ## Description The Splitter processes income messages containing multiple elements that might have to be processed in different ways. The Splitter emits out the composite message into individual messages, each containing data related to one item. -#### Environment variables -Component does not have any required environment variables, but we suggest to use `EIO_REQUIRED_RAM_MB` in order to avoid `Component run out of memory and terminated` error, recommended value of allocated memory is `512` MB. - -For debugging purposes there is: `LOG_LEVEL` - `trace` | `debug` | `info` | `warning` | `error` that controls logger level. - ## Actions ### Split Message By Array **This action is deprecated, please use Split on JSONata Expression instead.** @@ -129,5 +124,4 @@ Must be unique per group but does not have to be globally unique. This value nee No. ## Documentation links -More information and some examples can be found here: [Splitter documentation](https://www.elastic.io/connectors/splitter-integration/) -and here: [Array splitting and JSONata mapper](https://support.elastic.io/support/solutions/articles/14000069604-array-splitting-and-jsonata-mapper) +More information and some examples can be found here: [Splitter documentation](https://www.elastic.io/connectors/splitter-integration/). diff --git a/package-lock.json b/package-lock.json index 0e62433..e4708f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@elasticio/splitter", - "version": "1.1.8", + "version": "1.1.9", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -197,32 +197,23 @@ } }, "@elastic.io/object-storage-client": { - "version": "0.0.2-dev", - "resolved": "https://registry.npmjs.org/@elastic.io/object-storage-client/-/object-storage-client-0.0.2-dev.tgz", - "integrity": "sha512-jVra0BMYg5jktFtOFPaYmnW3LUTBUjoIAHlI3igPwEEOMeYtyAGKo2Mz7c9kNdoRsPLsYmGiyR7mH0nl6dlYvA==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@elastic.io/object-storage-client/-/object-storage-client-1.0.0.tgz", + "integrity": "sha512-/sRYNsjJ9K0dOAIlgcdLmq3Zi9XrgprwDDQrHvRVkIJ/m0ZVA/GgWCOjTYQKz61tHB8q/CJ8AoEkbdsx559G5A==", "requires": { "@elastic.io/bunyan-logger": "1.0.5", - "axios": "0.19.0", + "axios": "0.21.1", "get-stream": "5.1.0", "jsonwebtoken": "8.5.1", "uuid": "3.3.2" }, "dependencies": { "axios": { - "version": "0.19.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.0.tgz", - "integrity": "sha512-1uvKqKQta3KBxIz14F2v06AEHZ/dIoeKfbTRkK1E5oqjDnuEerLmYTgJB5AiQZHJcljpg1TuRzdjDR06qNk0DQ==", + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", + "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", "requires": { - "follow-redirects": "1.5.10", - "is-buffer": "^2.0.2" - } - }, - "follow-redirects": { - "version": "1.5.10", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz", - "integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==", - "requires": { - "debug": "=3.1.0" + "follow-redirects": "^1.10.0" } }, "uuid": { @@ -969,11 +960,11 @@ } }, "elasticio-sailor-nodejs": { - "version": "2.6.23", - "resolved": "https://registry.npmjs.org/elasticio-sailor-nodejs/-/elasticio-sailor-nodejs-2.6.23.tgz", - "integrity": "sha512-plraqzOuakl5tHhKop4zgzsrLdNV0xWNrP/dpCMdI4GoWp5s8URHHpJN+MoyiI/cCwbWYO9ICeHTEnRhcDoplA==", + "version": "2.6.24", + "resolved": "https://registry.npmjs.org/elasticio-sailor-nodejs/-/elasticio-sailor-nodejs-2.6.24.tgz", + "integrity": "sha512-qEN/umDkMNqvV7o7Z3kcNJ4k3F63ppWeY+HvUaq19eVw9axMoc+sNEQEXcLVy+7envCKQtNgKdtEbKGduADuoA==", "requires": { - "@elastic.io/object-storage-client": "0.0.2-dev", + "@elastic.io/object-storage-client": "1.0.0", "amqplib": "0.6.0", "bunyan": "1.8.10", "co": "4.6.0", @@ -1776,7 +1767,8 @@ "is-buffer": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.4.tgz", - "integrity": "sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==" + "integrity": "sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==", + "dev": true }, "is-callable": { "version": "1.2.0", diff --git a/package.json b/package.json index 3e42fa2..3768088 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@elasticio/splitter", - "version": "1.1.8", + "version": "1.1.9", "description": "elastic.io component for splitting incoming messages", "scripts": { "pretest": "eslint split.js lib spec --fix", @@ -18,7 +18,7 @@ "dependencies": { "@elastic.io/component-commons-library": "1.1.4", "elasticio-node": "0.0.9", - "elasticio-sailor-nodejs": "2.6.23", + "elasticio-sailor-nodejs": "2.6.24", "lodash": "4.17.19" }, "devDependencies": {