Commit Graph

1287 Commits

Author SHA1 Message Date
Ricardo Espinoza
2b05dbea8c feat(editor): Add "Go to Sub-workflow" menu context action to Workflow Tool (#15396) 2025-05-15 08:27:02 -04:00
Danny Martini
44ecad5883 fix(editor): Don't render now when startedAt is null (#15283) 2025-05-14 10:31:52 +02:00
Iván Ovejero
131baabb7f refactor(core): Remove legacy expression evaluator (#14518) 2025-05-13 17:29:48 +02:00
Iván Ovejero
3840cbabbf refactor(core): Simplify worker execution path (#15253) 2025-05-13 16:31:53 +02:00
Yiorgis Gozadinos
cd1d6c9dfc fix(AI Agent Node): Fix tool calling when tools run in a loop (#15250)
Co-authored-by: JP van Oosten <jp@n8n.io>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-05-13 14:40:07 +02:00
Eugene
a0a4476175 chore: Rename Test workflow -> Execute workflow (#15112) 2025-05-13 09:35:41 +02:00
github-actions[bot]
2674d7fe61 🚀 Release 1.93.0 (#15311)
Co-authored-by: netroy <196144+netroy@users.noreply.github.com>
2025-05-12 16:23:44 +02:00
Ricardo Espinoza
e2b9ada4b5 feat(editor): Allow jumping into sub-workflow with shortkey (#15200) 2025-05-12 07:24:36 -04:00
Benjamin Schroth
8b467e3f56 feat(core): Implement partial execution for all tool nodes (#15168) 2025-05-12 12:31:17 +02:00
Raúl Gómez Morales
be72f736ac fix(editor): Fix Paired item error message (#15171) 2025-05-08 15:40:46 +02:00
Jaakko Husso
3a13139f78 feat(core): Change workflow deletions to soft deletes (#14894)
Adds soft‑deletion support for workflows through a new boolean column `isArchived`.

When a workflow is archived we now set `isArchived` flag to true and the workflows
stays in the database and is omitted from the default workflow listing query.

Archived workflows can be viewed in read-only mode, but they cannot be activated.

Archived workflows are still available by ID and can be invoked as sub-executions,
so existing Execute Workflow nodes continue to work. Execution engine doesn't
care about isArchived flag.

Users can restore workflows via Unarchive action at the UI.
2025-05-06 17:48:24 +03:00
github-actions[bot]
b3205c25c7 🚀 Release 1.92.0 (#15107)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-05-05 14:23:05 +02:00
Benjamin Schroth
54dcdedece feat(editor): Support partial executions of tool nodes (#14945) 2025-05-01 08:32:47 +02:00
Iván Ovejero
1de95ead0d refactor(core): Move leaf entities to @n8n/db (#15010) 2025-04-30 10:31:28 +02:00
कारतोफ्फेलस्क्रिप्ट™
979f9e6327 refactor: Overhaul nodes-testing setup - Part 3 (no-changelog) (#14967) 2025-04-29 17:42:21 +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
Benjamin Schroth
bc6f98928e feat(core): Implement partial execution of tool nodes (no-changelog) (#14939) 2025-04-28 13:24:56 +02:00
RomanDavydchuk
ddb688ba30 fix(core): Error when multiple nodes return items with multiple paired items (#14883) 2025-04-28 13:48:53 +03:00
Charlie Kolb
9f2182568a feat: Add graphUtils for sub-workflow extraction (no-changelog) (#14781) 2025-04-28 10:51:15 +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
कारतोफ्फेलस्क्रिप्ट™
3e5e3a585c refactor(core): Trim down NodeHelpers (no-changelog) (#14829) 2025-04-23 13:46:46 +02:00
Charlie Kolb
88bce7fd8b chore: Extract node parsing from renameNode functionality (no-changelog) (#14822) 2025-04-23 13:22:08 +02: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
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
b615e51f13 feat: Option to skip validation in getNodeParameter (#14726) 2025-04-18 10:05:25 +03: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
Iván Ovejero
7c1be05845 fix(core): Allow $evaluateExpression to resolve in task runners (#14641) 2025-04-15 20:27:26 +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
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
Charlie Kolb
3db47504a2 feat(core): Expose $agentInfo variable for easy AI workflow (no-changelog) (#14445)
Co-authored-by: Mutasem Aldmour <mutasem@n8n.io>
2025-04-10 13:10:26 +02: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
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
कारतोफ्फेलस्क्रिप्ट™
9ba58ca80b refactor(core): Persist node execution order, and forward it to the frontend (#14455) 2025-04-09 10:19:58 +02:00
github-actions[bot]
368ee9cfbf 🚀 Release 1.87.0 (#14444) 2025-04-07 15:45:29 +02:00
Charlie Kolb
73748e300e feat(core): Add special @tool displayOption (#14318)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-04-04 09:22:13 +02:00
Charlie Kolb
9104743a5f fix(editor): Improve sub-workflow debugging for more node error types (#14347) 2025-04-04 08:33:29 +02:00
कारतोफ्फेलस्क्रिप्ट™
73e8d76e13 refactor: Overhaul nodes-testing setup - Part 1 (no-changelog) (#14303) 2025-04-01 10:15:13 +02:00
github-actions[bot]
7e6a1e69bf 🚀 Release 1.86.0 (#14293)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-03-31 14:39:15 +02:00
oleg
22e6569f7e feat(Evaluation Metrics Node): Add Evaluation Metrics node (no-changelog) (#14050) 2025-03-25 14:45:20 +01:00
github-actions[bot]
ef66518c92 🚀 Release 1.85.0 (#14135)
Co-authored-by: CharlieKolb <13814565+CharlieKolb@users.noreply.github.com>
2025-03-24 14:47:49 +01: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
Guillaume Jacquart
cb5a803f9e feat(core): Store insights data at the end of executions (no-changelog) (#13905)
Co-authored-by: Danny Martini <danny@n8n.io>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-03-20 20:25:29 +01:00
Charlie Kolb
996026f358 feat: Add nodeAsTool description overrides for tool version (no-changelog) (#14048) 2025-03-20 10:09:33 +01:00
कारतोफ्फेलस्क्रिप्ट™
a24e8abe8c refactor(core): Add strong typing for INodeTypeBaseDescription['group'] (no-changelog) (#14047) 2025-03-19 13:42:10 +01:00
कारतोफ्फेलस्क्रिप्ट™
97339eaf73 Merge tag 'n8n@1.84.0' 2025-03-17 15:22:29 +01:00
Dana
a031048b7f feat(Merge Node): Add Telemetry for SQL query (no-changelog) (#13860) 2025-03-17 15:07:26 +01:00
github-actions[bot]
6aa75dd983 🚀 Release 1.84.0 (#13993)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
2025-03-17 14:41:21 +01:00
कारतोफ्फेलस्क्रिप्ट™
be8d8ba9a7 Merge tag 'n8n@1.83.0' 2025-03-12 09:40:04 +01:00
github-actions[bot]
732e049748 🚀 Release 1.83.0 (#13787)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-03-12 09:14:45 +01:00