Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix data pinning build #3702

Merged
merged 40 commits into from
Jul 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
32c68eb
feat(Redis Node): Add push and pop operations (#3127)
pemontto Jul 10, 2022
6b2db8e
refactor: Telemetry updates (#3529)
ahsanv Jul 10, 2022
dbfb8d5
feat(SpreadsheetFile Node): Allow skipping headers when writing sprea…
drudge Jul 10, 2022
af45a07
fix(Telegram Node): Fix sending binaryData media (photo, document, vi…
tahasonmez Jul 10, 2022
dbc0280
feat(Freshworks CRM Node): Add Search + Lookup functionality (#3131)
JanThiel Jul 10, 2022
25093b6
feat(Jira Trigger Node): Add optional query auth for security (#3172)
pemontto Jul 10, 2022
c6e90d1
feat(Elasticsearch Node): Add credential tests, index pipelines and i…
pemontto Jul 10, 2022
9f908e7
feat(Postgres Node): Improvement handling of large numbers (#3360)
michael-radency Jul 10, 2022
82a254a
feat(Customer.io Node): Add support for tracking API region selection…
agobrech Jul 10, 2022
732c8fc
feat(AWS DynamoDB Node): Improve error handling + add optional GetAll…
ctrl-freak Jul 10, 2022
6f5809e
fix(EmailReadImap Node): Improve handling of network problems (#3406)
michael-radency Jul 10, 2022
9eb156a
:shirt: Fix lint issue
janober Jul 10, 2022
eae9a60
feat(Rename Node): Add regex replace (#2576)
pemontto Jul 10, 2022
8999403
feat(Elasticsearch Node): Add 'Source Excludes' and 'Source Includes'…
Joffcom Jul 10, 2022
ce06d9b
feat(AWS DynamoDB Node): Improve error handling (#3661)
michael-radency Jul 10, 2022
ece1836
fix(Google Drive Node): Process all input items with List operation (…
michael-radency Jul 10, 2022
d5d4dd3
feat: Updated multiple credentials with tests and allow to be used on…
agobrech Jul 10, 2022
6f95121
refactor: Add `action` to all operations on all nodes (#3655)
ivov Jul 10, 2022
a847190
refactor(editor): Create N8nCheckbox Vue component (#3678)
MiloradFilipovic Jul 11, 2022
2a8043c
feat: Add item information to more node errors (#3681)
ivov Jul 12, 2022
d200661
fix(editor): Fix error after multiple executions (#3697)
ivov Jul 12, 2022
44b512c
:arrow_up: Update package-lock.json file
janober Jul 13, 2022
af8ec94
:bookmark: Release [email protected]
janober Jul 13, 2022
f348327
:arrow_up: Set [email protected] on n8n-core
janober Jul 13, 2022
8f3d2ab
:bookmark: Release [email protected]
janober Jul 13, 2022
2a35247
:arrow_up: Set [email protected] and [email protected] on n8n-node-dev
janober Jul 13, 2022
c224968
:bookmark: Release [email protected]
janober Jul 13, 2022
65b1672
:arrow_up: Set [email protected] and [email protected] on n8n-nodes…
janober Jul 13, 2022
3366f6d
:bookmark: Release [email protected]
janober Jul 13, 2022
e846e71
:bookmark: Release [email protected]
janober Jul 13, 2022
c9e0e66
:arrow_up: Set [email protected] and [email protected] on n…
janober Jul 13, 2022
5e9b9be
:bookmark: Release [email protected]
janober Jul 13, 2022
7af7214
:arrow_up: Set [email protected], [email protected], n8n-nodes-bas…
janober Jul 13, 2022
b67ec19
:bookmark: Release [email protected]
janober Jul 13, 2022
0ad089f
:shirt: Fix lint issue
janober Jul 13, 2022
7bfe21d
:books: Update CHANGELOG.md with version 0.186.0
janober Jul 13, 2022
c1eb3d6
:bookmark: Update main package.json to 0.186.0
janober Jul 13, 2022
4811412
:twisted_rightwards_arrows: Merge master
ivov Jul 13, 2022
7bbb8c0
:blue_book: Fix entity field type
ivov Jul 13, 2022
602b655
:test_tube: Adjust tests
ivov Jul 13, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ module.exports = {
'n8n-nodes-base/node-param-min-value-wrong-for-limit': 'error',
'n8n-nodes-base/node-param-multi-options-type-unsorted-items': 'error',
'n8n-nodes-base/node-param-operation-without-no-data-expression': 'error',
'n8n-nodes-base/node-param-operation-option-without-action': 'error',
'n8n-nodes-base/node-param-option-description-identical-to-name': 'error',
'n8n-nodes-base/node-param-option-name-containing-star': 'error',
'n8n-nodes-base/node-param-option-name-duplicate': 'error',
Expand Down
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# [0.186.0](https://github.com/n8n-io/n8n/compare/[email protected]@0.186.0) (2022-07-13)


### Bug Fixes

* **editor:** Fix error after multiple executions ([#3697](https://github.com/n8n-io/n8n/issues/3697)) ([d200661](https://github.com/n8n-io/n8n/commit/d200661b84c36b3f04d812cf022bb338f9664392))
* **EmailReadImap Node:** Improve handling of network problems ([#3406](https://github.com/n8n-io/n8n/issues/3406)) ([6f5809e](https://github.com/n8n-io/n8n/commit/6f5809edb3f9cac0c29d448300b37ab9b6e74c08))
* **Google Drive Node:** Process all input items with List operation ([#3525](https://github.com/n8n-io/n8n/issues/3525)) ([ece1836](https://github.com/n8n-io/n8n/commit/ece1836c45707d349330f742eb3b83fa1f4eaebb))
* **Telegram Node:** Fix sending binaryData media (photo, document, video etc.) ([#3408](https://github.com/n8n-io/n8n/issues/3408)) ([af45a07](https://github.com/n8n-io/n8n/commit/af45a07f21d8448bad5c12ed702b7aa983017a2b))


### Features

* Add item information to more node errors ([#3681](https://github.com/n8n-io/n8n/issues/3681)) ([2a8043c](https://github.com/n8n-io/n8n/commit/2a8043cd27968b92b1857135d130e3ee54aae779))
* **AWS DynamoDB Node:** Improve error handling + add optional GetAll Scan FilterExpression ([#3318](https://github.com/n8n-io/n8n/issues/3318)) ([732c8fc](https://github.com/n8n-io/n8n/commit/732c8fcf8488fc35839855499f75202436fc4c9a))
* **Customer.io Node:** Add support for tracking API region selection ([#3378](https://github.com/n8n-io/n8n/issues/3378)) ([82a254a](https://github.com/n8n-io/n8n/commit/82a254a8d9295901e42ec999432a7f5b40f38281))
* **Elasticsearch Node:** Add 'Source Excludes' and 'Source Includes' options on 'Document: getAll' operation ([#3660](https://github.com/n8n-io/n8n/issues/3660)) ([8999403](https://github.com/n8n-io/n8n/commit/899940322831612bdf6e59db7f696c34f96cd496))
* **Elasticsearch Node:** Add credential tests, index pipelines and index refresh ([#2420](https://github.com/n8n-io/n8n/issues/2420))
* **Freshworks CRM Node:** Add Search + Lookup functionality ([#3131](https://github.com/n8n-io/n8n/issues/3131)) ([dbc0280](https://github.com/n8n-io/n8n/commit/dbc02803db5351d759b1420e94b14f2c7c8b1bef))
* **Jira Trigger Node:** Add optional query auth for security ([#3172](https://github.com/n8n-io/n8n/issues/3172)) ([25093b6](https://github.com/n8n-io/n8n/commit/25093b64e693a33a76efd1bd12f00ce0d4cc0f3c))
* **Postgres Node:** Improvement handling of large numbers ([#3360](https://github.com/n8n-io/n8n/issues/3360)) ([9f908e7](https://github.com/n8n-io/n8n/commit/9f908e7405d687bf57391e503ad724d58caaac07))
* **Redis Node:** Add push and pop operations ([#3127](https://github.com/n8n-io/n8n/issues/3127)) ([32c68eb](https://github.com/n8n-io/n8n/commit/32c68eb126f8411d1a3261dc8a900c109b99da6f))
* **Rename Node:** Add regex replace ([#2576](https://github.com/n8n-io/n8n/issues/2576)) ([eae9a60](https://github.com/n8n-io/n8n/commit/eae9a60a431bc08fb58016e3249328abb90716b0))
* **SpreadsheetFile Node:** Allow skipping headers when writing spreadsheets ([#3234](https://github.com/n8n-io/n8n/issues/3234)) ([dbfb8d5](https://github.com/n8n-io/n8n/commit/dbfb8d56dc6290837701dea5957d4e73db418892))
* Updated multiple credentials with tests and allow to be used on HTTP Request Node ([#3670](https://github.com/n8n-io/n8n/issues/3670)) ([d5d4dd3](https://github.com/n8n-io/n8n/commit/d5d4dd38450b788ee0ce3ed8ad0eb714c86977d2))



# [0.185.0](https://github.com/n8n-io/n8n/compare/[email protected]@0.185.0) (2022-07-05)


Expand Down
Loading