Commit Graph

3903 Commits

Author SHA1 Message Date
Iván Ovejero
c6ae71817e refactor(core): Allow modules to define paths to load nodes from (#18193) 2025-08-14 11:12:08 +02:00
Tom Martens
9ad998d70c fix(core): Update email template wording to avoid a/an typo (no-changelog) (#18286)
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
2025-08-13 09:43:31 +01:00
Charlie Kolb
98dc71e6a7 feat(core): Add Data Store Backend API (no-changelog) (#17824) 2025-08-12 15:54:24 +03:00
Svetoslav Dekov
19946c3f72 fix: Fix the RudderStack config response format (no-changelog) (#18242) 2025-08-12 15:21:57 +03:00
Iván Ovejero
26aed72c6e fix(core): Support MCP server when offloading is enabled (#18214) 2025-08-11 17:58:59 +02:00
Michael Kret
fdab0ab116 feat: Checkboxes and Radio Buttons field types (#17934)
Co-authored-by: Your Name <you@example.com>
Co-authored-by: Roman Davydchuk <roman.davydchuk@n8n.io>
2025-08-11 17:11:22 +03:00
Iván Ovejero
f69d8efa04 refactor(core): Port user management config (#18205) 2025-08-11 16:10:58 +02:00
github-actions[bot]
8fc1e8ddd6 🚀 Release 1.107.0 (#18208)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-08-11 14:23:26 +02:00
Amsal Khan
f4a04132d9 fix(core): Handle Redis cache prefix on cluster mode (#17957) 2025-08-11 11:04:28 +02:00
Iván Ovejero
09caa05726 fix(core): Fix disallowed module error in task runner (#18190) 2025-08-11 10:46:38 +02:00
Guillaume Jacquart
31af6d11bb fix(API): Add shared field to workflows list rest API handler (#17804) 2025-08-11 10:04:07 +02:00
Elias Meire
a5fa808d4a fix: Fix hot reloading of custom nodes (#18094) 2025-08-11 09:24:05 +02:00
Jaakko Husso
5a69d2a2f3 feat(editor): Add pre-built agents experiment (#18124) 2025-08-09 10:28:14 +03:00
Marc Littlemore
11dcef36df feat(core): Add workflow diffs feature to license checks (no-changelog) (#18130) 2025-08-08 16:51:39 +01:00
Iván Ovejero
3b701b15d6 feat(core): Unlock queue metrics for multi-main (#17977) 2025-08-08 13:42:36 +02:00
jeanpaul
03c75c365b fix(core): Fix metric default value handling and add AI model connection validation for setMetric operation in Evaluation (#18088) 2025-08-08 12:38:58 +02:00
Iván Ovejero
85576f5d93 refactor(core)!: Remove deprecated flag --reinstallMissingPackages (#17819) 2025-08-07 17:54:57 +02:00
Daria
6574c573cf test(core): Fix flaky folder test (no-changelog) (#18062) 2025-08-07 09:46:14 +03:00
Michael Kret
9cb5754f33 feat: Add token to sendAndWait operations links to walidate in webhook (#17566) 2025-08-06 17:28:50 +03:00
Iván Ovejero
1bee0ddbf1 refactor: Upgrade to TypeScript 5.9.2 (#17955) 2025-08-06 09:29:09 +02:00
Iván Ovejero
3eb9367add refactor(core): Decouple community packages from security audit (#17818) 2025-08-05 15:55:31 +02:00
Andreas Fitzek
318a91a3e9 fix(core): Mark invalid enqueued executions as crashed during startup for legacy SQLite driver (#17629) 2025-08-05 13:13:55 +02:00
Iván Ovejero
e8dad4e030 fix(core): Prevent re-entry during workflow activation (#17965) 2025-08-04 20:43:18 +02:00
Eugene
642e68e345 fix(core): Handle null workflow settings in toSaveSettings (#17972) 2025-08-04 17:12:07 +02:00
github-actions[bot]
dc32952fcd 🚀 Release 1.106.0 (#17967)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-08-04 15:21:52 +03:00
oleg
ce98f7c175 feat: Abort AI builder requests on chat stop (#17854) 2025-08-04 09:55:07 +02:00
Jon
f150343141 fix: Fix issue with some community nodes not displaying correctly (#17866) 2025-08-01 09:16:19 +01:00
Michael Kret
76230d2640 feat: Table in confirm modal to see all workflows using nodes before updating / uninstalling (#17488) 2025-08-01 09:41:04 +03:00
Yingrjimsch
22f505de69 feat(n8n Form Trigger Node): Add CSS variable to customize input background (#15460)
Co-authored-by: Elias Meire <elias@meire.dev>
2025-07-31 21:42:18 +02:00
Iván Ovejero
1d31e6a0c4 refactor(core): Start modularizing the community packages feature (#17757) 2025-07-31 13:55:38 +02:00
Michael Kret
1ed8239625 feat: Env to disable webhook response iframe sandboxing (#17851) 2025-07-31 14:37:25 +03:00
Iván Ovejero
b745cad72c fix(editor): Account for subpath when serving config.js (#17832)
Co-authored-by: autologie <suguru@n8n.io>
2025-07-31 12:59:42 +02:00
RomanDavydchuk
3f1016f1ad fix(core): Assign execute method to declarative nodes even if they have methods property (#17796) 2025-07-30 23:44:23 +01:00
Iván Ovejero
163565c647 refactor(core): Extract CLI parsing from command registry (#17676) 2025-07-29 14:23:49 +02:00
Iván Ovejero
056302ebe5 perf(core): Introduce decorator to report slow method calls (#17729) 2025-07-29 12:37:44 +02:00
shortstacked
4f85f92daf ci: Migrate workflow tests to Playwright (#17370) 2025-07-29 10:38:53 +01:00
github-actions[bot]
c0360e52af 🚀 Release 1.105.0 (#17752)
Co-authored-by: CharlieKolb <13814565+CharlieKolb@users.noreply.github.com>
2025-07-28 16:29:24 +02:00
shortstacked
49a52a1150 ci: Update Turbo config and GH actions (#17595) 2025-07-28 10:07:28 +01:00
shortstacked
edeb8ef8a4 fix: Update packages for security fixes (#17733) 2025-07-28 10:00:55 +01:00
Iván Ovejero
c41e1257f7 refactor(core): Port config for frontend hooks, Redis and AI features (#17728) 2025-07-28 10:55:16 +02:00
oleg
e1aa60ce6f fix: Minor streaming fixes (no-changelog) (#17683) 2025-07-28 10:18:00 +02:00
RomanDavydchuk
5a3b0a2481 fix(core): Fetching schema files in Docker (#17623) 2025-07-25 14:36:46 +01:00
Mutasem Aldmour
c18fabb419 feat: Track inputs and outputs in Evaluations (#17404) 2025-07-24 18:58:37 +02:00
Nikhil Kuriakose
251e892a09 fix(core): Add headers to telemetry cross origin request (#17631) 2025-07-24 15:31:00 +02:00
Guillaume Jacquart
b09f73701d fix(core): Decouple removing and closing destination from actually deleting it (#17614) 2025-07-24 11:21:42 +02:00
Michael Kret
a98ed2ca49 feat: Respond to chat and wait for response (#12546)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2025-07-24 09:48:40 +01:00
Ricardo Espinoza
5524b2137a feat: Proxy all RudderStack frontend telemetry events through the backend (#17177)
Co-authored-by: Nikhil Kuriakose <nikhil.kuriakose@n8n.io>
2025-07-23 15:17:01 +02:00
Ricardo Espinoza
c80688b3f9 fix: Check license in folder controller (no-changelog) (#16937) 2025-07-22 14:56:52 +02:00
Andreas Fitzek
f2ca2df90c chore(core): Stop server when access to port is not allowed (#17334) 2025-07-22 11:39:26 +02:00
Marc Littlemore
50b83add83 chore: Update license SDK to 2.23.0 (#17519) 2025-07-22 08:55:46 +01:00