Commit Graph

4929 Commits

Author SHA1 Message Date
Shireen Missi 31003aacd1 fix(HTTP Request Node): Add support for Bearer Auth in HttpRequest node (#15043) 2025-05-02 10:33:46 +01:00
Shireen Missi 154153d86f fix(Summarize Node): Fix spaces in Fields to Split By values converted to underscores (#15020) 2025-04-30 16:24:31 +01:00
Cornelius Suermann 9e4cc32b78 fix: Use correct reference to 'test step' button (no-changelog) (#15018) 2025-04-30 16:28:52 +02:00
कारतोफ्फेलस्क्रिप्ट™ 979f9e6327 refactor: Overhaul nodes-testing setup - Part 3 (no-changelog) (#14967) 2025-04-29 17:42:21 +02:00
कारतोफ्फेलस्क्रिप्ट™ cdd3ce4cd4 Merge tag 'n8n@1.91.0' 2025-04-28 17:40:49 +02:00
github-actions[bot] 56a5546b4e 🚀 Release 1.91.0 (#14957)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-04-28 17:21:51 +02:00
RomanDavydchuk 216bdd15fd feat(Jira Software Node): Migrate from soon deprecated endpoints to get issues (#14821) 2025-04-28 17:17:43 +03:00
Dana 9672a6db0a fix(n8n Form Node): Use binary response from latest node in execution (#14842) 2025-04-28 12:32:18 +02:00
Elias Meire 0c7f7b33cb fix(Customer.io Node): Allow EU customer.io domains in credential (#14880)
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-04-28 11:19:57 +03:00
Dana 9029f34bfd fix(n8n Split In Batches Node): Rewrite hint for reset (#14844)
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-04-28 09:59:03 +02:00
Charlie Kolb 5ff073bd7b feat(editor): Include NodeDetailsView in URL (#14349) 2025-04-25 10:57:22 +02:00
कारतोफ्फेलस्क्रिप्ट™ 91069f057e refactor: Overhaul nodes-testing setup - Part 2 (no-changelog) (#14873) 2025-04-24 17:37:26 +02:00
कारतोफ्फेलस्क्रिप्ट™ 6c9c720ae9 fix(Code Node): Upgrade pyodide, sandbox it, and prevent JS sandbox escape (#14356) 2025-04-23 14:41:48 +02:00
RomanDavydchuk 1cbbcf4a77 fix(Jira Software Node): 403 when getting a list of items from Jira Cloud (#14782) 2025-04-23 14:08:18 +03:00
RomanDavydchuk 1593fe3de5 fix(Google Sheets Trigger Node): Filter by first data row on rowAdded event (#14731) 2025-04-22 16:05:47 +03:00
github-actions[bot] e4213e24fe 🚀 Release 1.90.0 (#14767)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-04-22 10:40:53 +02:00
Guillaume Jacquart 81d08ad1de fix(Wait Node): Fix wait node tests by always using a future date (#14733) 2025-04-18 14:11:39 +03:00
Michael Kret fec2284a77 fix(Respond to Webhook Node): Disable expressions in Respond With (#14727) 2025-04-18 11:54:28 +03:00
Michael Kret 38eaef97fe fix(Freshdesk Node): Fix types issue (#14730) 2025-04-18 11:38:39 +03:00
Guillaume Jacquart 3641c1fb87 fix(Wait Node): Validate datetime for specific time mode (#14701)
Co-authored-by: Danny Martini <danny@n8n.io>
Co-authored-by: Elias Meire <elias@meire.dev>
2025-04-18 10:26:21 +02:00
Michael Kret 3feab31792 fix(n8n Form Trigger Node): Remove relience on getWorkflowStaticData for passing query parameters (#14728) 2025-04-18 10:37:46 +03:00
Michael Kret b615e51f13 feat: Option to skip validation in getNodeParameter (#14726) 2025-04-18 10:05:25 +03:00
Elias Meire e6f26b895d fix(HubSpot Node): Include item index in error messages (#14704) 2025-04-17 18:59:27 +02:00
Mike Peachey 652d0f5428 fix: AWS credential signing http request - convert form to body (#14060)
Co-authored-by: Dana <152518854+dana-gill@users.noreply.github.com>
2025-04-17 12:30:04 +02:00
Michael Kret 77e2ac6495 fix(LinkedIn Node): API version update (#14697) 2025-04-17 11:23:41 +03:00
Elias Meire 3add0b82ba fix(Postgres Node): Fix inserting null or undefined in type=json columns (#14672) 2025-04-16 16:36:23 +02:00
Charlie Kolb a8fee9a4f3 feat(HTTP Request Node): Replace HttpRequest Tool with tool version of standalone HttpRequest Node (#14669) 2025-04-16 13:42:59 +02:00
Charlie Kolb d42e61bc35 feat(HTTP Request Node): Port optimizeResponse from httpRequest tool to standalone node (no-changelog) (#14307) 2025-04-16 08:48:16 +02:00
Dana dfc40397c1 test(Telegram Trigger Node): Add tests for Telegram Trigger (no-changelog) (#14537) 2025-04-15 14:05:20 +03:00
कारतोफ्फेलस्क्रिप्ट™ 2ca742cb15 refactor(core): Migrate binary-data config to a decorated config class (#14616) 2025-04-15 10:32:38 +02:00
Dana 7723a138a1 feat(core): Add support for signed URLs for binary data (#14492)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-04-14 19:59:40 +02:00
Ria Scholz 23f25cefbf feat(Supabase Node): Add support for database schema (#13339)
Co-authored-by: Dana <152518854+dana-gill@users.noreply.github.com>
Co-authored-by: Dana Lee <dana@n8n.io>
2025-04-14 17:56:07 +02:00
github-actions[bot] 981eaf0728 🚀 Release 1.89.0 (#14614)
Co-authored-by: CharlieKolb <13814565+CharlieKolb@users.noreply.github.com>
2025-04-14 14:59:30 +02:00
RomanDavydchuk 57bd51b3e5 test(Salesforce Node): Add unit and workflow tests for the Salesforce node (#14595) 2025-04-14 14:29:04 +03:00
Shireen Missi e1246ab65c test(YouTube Node): Add tests for YouTube Node (#14459)
Co-authored-by: Roman Davydchuk <roman.davydchuk@n8n.io>
2025-04-14 12:05:05 +03:00
RomanDavydchuk 6b2d31ca2b feat(Salesforce Node): Add credentials test (#14486) 2025-04-14 09:46:37 +03:00
Iván Ovejero 43ebb1e357 refactor(core): Upgrade gm to address CVE-2024-21538 (#14551) 2025-04-11 14:09:16 +02:00
Jon 5826ff2cec chore: NODE-2671 - Generate Schema Files (no-changelog) (#14438) 2025-04-10 18:05:45 +01:00
Elias Meire c89010871d fix(Summarize Node): Fix property key with dot notation (#14528) 2025-04-10 16:18:27 +01:00
github-actions[bot] 0ff9ca989f 🚀 Release 1.88.0 (#14513)
Co-authored-by: netroy <196144+netroy@users.noreply.github.com>
2025-04-10 08:48:31 +02:00
AdinaTotorean b52f9f0f6c feat(Azure Cosmos DB Node): New node (#14156)
Co-authored-by: feelgood-interface <feelgood.interface@gmail.com>
2025-04-09 15:05:33 +01:00
jeanpaul 8360283c6f feat(MCP Server Trigger Node): Add MCP Server Trigger node to expose tools to MCP clients (#14403)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-04-09 14:45:24 +02:00
कारतोफ्फेलस्क्रिप्ट™ 860bb1ef92 fix(Code Node): Use an explicit indexURL to load the pyodide runtime (#14487) 2025-04-09 10:20:14 +02:00
कारतोफ्फेलस्क्रिप्ट™ 4edb90f557 Merge tag 'n8n@1.87.0' 2025-04-08 12:23:08 +02:00
umanamente 457870953a feat(Email Trigger (IMAP) Node): IMAP trigger node returns message UIDs (#13152) 2025-04-08 09:54:59 +02:00
github-actions[bot] 368ee9cfbf 🚀 Release 1.87.0 (#14444) 2025-04-07 15:45:29 +02:00
Stanimira Rikova 33e265aaa8 feat(GitHub Node): GitHub Node Overhaul implementation #12271 (#13238) 2025-04-04 19:03:45 +01:00
Jon 54fcf58331 test(Wordpress Node): Add tests to Wordpress node (#14231) 2025-04-04 18:16:11 +01:00
RomanDavydchuk ec4dd9f762 feat(editor): Display a notice for HTTP header auth credentials (#14389) 2025-04-04 17:37:47 +01:00
Marc Littlemore 39e2d35a71 fix(core): Return correct trigger count for nodes with multiple webhooks (#14300)
Co-authored-by: Danny Martini <danny@n8n.io>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-04-04 14:15:10 +01:00