Commit Graph

3874 Commits

Author SHA1 Message Date
Jon
c2f23f41a6 docs: Update branding for Help Scout (#14309)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2025-04-02 13:59:20 +01:00
Elias Meire
cd212e4f78 fix(Jira Trigger Node): Fix Jira webhook subscriptions on Jira v10+ (#14333) 2025-04-02 11:49:25 +01:00
Shireen Missi
a39502f3bb fix(Pipedrive Trigger Node): Add support for webhooks v2 (#14220)
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-04-02 08:54:31 +01:00
Cesar Sanchez
a7a165dda2 feat(Airtop Node): Add Airtop node (#13809) 2025-04-01 20:51:04 +01:00
Dana
4bc1c1a547 fix(n8n Form Node): Remove field requirement and do not inherit description (#14254) 2025-04-01 12:21:39 +02:00
कारतोफ्फेलस्क्रिप्ट™
73e8d76e13 refactor: Overhaul nodes-testing setup - Part 1 (no-changelog) (#14303) 2025-04-01 10:15:13 +02:00
Michael Kret
f85b851851 feat(Postgres Node): Batching warning for executeQuery operation insert query (#14287) 2025-04-01 10:57:26 +03:00
Dana
c5e2d2dddc fix(Google Sheets Node): Improve error message when row_number is null or undefined (#14229) 2025-03-31 16:47:50 +02:00
Uri Levitsky
68d9460f2a feat(SendGrid Node): Add option to specify "reply to" email addresses (#14282) 2025-03-31 12:20:37 +02:00
Elias Meire
4443a5f532 fix(Summarize Node): Fix type casting of strings and numbers (#14259) 2025-03-28 16:39:29 +00:00
Jon
24fad512da fix(Slack Node): Make sure paginated calls use the defined limits (#14185) 2025-03-28 15:51:56 +00:00
Michael Kret
9bd72eaa13 fix(n8n Form Node): Hidden field fix (#14219) 2025-03-28 15:41:26 +00:00
Jon
5f4e56f75b fix(Slack Trigger Node): Fix issue with new user event not correctly working (#14129) 2025-03-26 22:09:11 +00:00
Jon
f6517664dd feat(Telegram Trigger Node): Add options to restrict to chat and user IDs (#14164) 2025-03-26 13:38:58 +00:00
oleg
22e6569f7e feat(Evaluation Metrics Node): Add Evaluation Metrics node (no-changelog) (#14050) 2025-03-25 14:45:20 +01:00
Jon
a082a16c5d fix(Microsoft SQL Node): Fix maximum call stack on execute query (#13940) 2025-03-25 08:12:17 +00:00
Timothy Degryse
cb01f2dd0d feat(Matrix Node): Add audio and video media types (#14057) 2025-03-24 18:04:00 +01:00
Jon
10f6c3b1d3 fix(Baserow Node): Fix issue where database selection was returning other types (#14115) 2025-03-24 15:08:25 +00:00
Alex Grozav
b9608647ca refactor: Convert all enums to const object types in nodes-base (no-changelog) (#14131) 2025-03-24 14:40:19 +02:00
Dmitrii
7614dbecd7 fix(n8n Form Trigger Node): Fix docs link (no-changelog) (#14118) 2025-03-24 10:29:36 +00:00
Florian Kinder
830d2c5df5 feat(Extract from File Node): Add relax_quote option (#13607)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2025-03-21 14:44:51 +00:00
Alex Grozav
8215e0b59f refactor: Migrate NodeConnectionType to const object type (no-changelog) (#14078)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-03-21 14:01:26 +02:00
Jon
ced8bcdd0c chore: NODE-2585 - Generate Schema Files (no-changelog) (#14058) 2025-03-21 09:27:40 +01:00
Dana
8f46371d77 feat(n8n Form Trigger Node): Respond with File (#13507) 2025-03-19 11:56:40 +00:00
Jon
31c0575999 chore: NODE-2547 - Generate Schema Files (no-changelog) (#13873) 2025-03-18 15:19:10 +00:00
Ria Scholz
d6d5a66f5d feat: Add appendN8nAttribution option to sendAndWait operation (#13697)
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-03-18 10:43:21 +01:00
Jon
d0fdb11499 feat(SeaTable Node): Update node with new options (#11431) 2025-03-17 14:40:58 +00:00
Elias Meire
5670449025 test(Gmail Node): Add tests for Gmail node v1 (no-changelog) (#12461) 2025-03-14 17:13:12 +00:00
Michael Kret
881d3f8771 feat(Merge Node): Better pairedItem mapping in combineBySql operation if SELECT query (#13849)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2025-03-13 12:20:44 +02:00
Jon
dd4f51cff5 fix(MySQL Node): Fix potential sql injection (#13818) 2025-03-13 08:19:14 +00:00
Michael Kret
b5632545c5 fix(Postgres Node): RMC do not mark collumn as required if identity_generation is BY DEFAULT (#13752)
Co-authored-by: Dana <152518854+dana-gill@users.noreply.github.com>
2025-03-13 07:35:50 +02:00
Jon
a12935d724 fix(Linear Node): Fix issue with undefined error (no-changelog) (#13834) 2025-03-11 16:24:24 +00:00
Ria Scholz
ca8d249700 fix(AWS SES Node): Encode template parameters properly (#13570)
Co-authored-by: Shireen Missi <shireen@n8n.io>
2025-03-11 15:38:29 +00:00
Michael Kret
9c040ee5a5 feat(WhatsApp Trigger Node): New option to opt-out from message status updates (#13751) 2025-03-11 11:27:58 +02:00
कारतोफ्फेलस्क्रिप्ट™
6c1b99d6c2 chore: Upgrade axios to address CVE-2025-27152 (#13799) 2025-03-11 09:08:01 +01:00
Michael Kret
de23ae5558 fix(n8n Form Node): Resolve expressions in HTML fields (#13755) 2025-03-11 05:40:58 +02:00
Michael Kret
321fac2efa fix(Airtable Node): Table RLC should depend on Base RLC (#13735) 2025-03-10 10:58:37 +02:00
Haru
783bf7b3bc fix(Elasticsearch Node): Use POST instead of GET to allow request body in search API (#13302)
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-03-07 09:28:49 +02:00
कारतोफ्फेलस्क्रिप्ट™
d2dd1796a8 chore: Lintfix and format (no-changelog) (#13705) 2025-03-05 16:50:43 +01:00
Jon
5fe33efc94 fix(S3 Node): Fix issue when connecting to Supabase storage (#13667) 2025-03-04 14:37:48 +00:00
Shireen Missi
b7f7121cb8 fix(GitHub Node): Fix workflow resource locator (#13599) 2025-03-03 14:09:38 +00:00
Dana
e633e91f69 fix(Google Sheets Node): Accommodate special characters when updating row (#13589) 2025-03-03 14:29:09 +01:00
Dana
20dfaa3be6 fix(n8n Form Trigger Node): Sanitize HTML for formNode (#13595) 2025-03-03 14:28:54 +01:00
Shireen Missi
7c4e2f014c fix(QuickBooks Online Node): Add qty to quickbooks invoice line details (#13602) 2025-03-03 12:58:27 +00:00
Loan J.
294f019414 fix(Odoo Node): Model and fields dynamic fetching errors (#13511) 2025-02-28 15:08:01 +01:00
oleg
289041e997 feat(n8n Form Trigger Node, Chat Trigger Node): Allow to customize form and chat css (#13506) 2025-02-28 12:27:49 +01:00
feelgood-interface
727f6f3c0e feat(Azure Storage Node): New node (#12536) 2025-02-28 11:17:56 +01:00
Dana
6c266acced fix(Postgres Node): Accommodate null values in query parameters for expressions (#13544) 2025-02-27 16:39:08 +01:00
André
d02c8b0d7d fix(seven Node): Remove obsolete options and fix typos (#13122)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2025-02-27 08:44:29 +00:00
Michael Kret
97defb3a83 feat: WhatsApp Business Cloud Node - new operation sendAndWait (#12941)
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2025-02-27 07:20:37 +02:00