Commit Graph
859 Commits
Author SHA1 Message Date
lukaandluka cdab4c1bc6 fix(editor): Fix the issue that the content of json, html, csv, md, txt, and css files contained garbled Chinese characters when clicking the view button (#16118)
Co-authored-by: luka <zhoupf@seirobotics.net>
2025-06-11 09:36:54 +02:00
Charlie Kolb d17a15ef9a Revert "feat(editor): Change default node names depending on node ope… (#16169) 2025-06-10 11:34:08 +02:00
Charlie Kolb c92701cbdf feat(editor): Change default node names depending on node operation and resource (#15954) 2025-06-10 08:50:46 +02:00
Charlie Kolb eb71c41e93 fix(editor): In Sub-workflow Conversion handle standalone accessor and accessor[0] cases correctly (#16086) 2025-06-06 12:49:11 +02:00
कारतोफ्फेलस्क्रिप्ट™ 2258a74518 refactor(core): Simplify ExternalSecretsProxy setup and move it to core (#16021) 2025-06-05 12:49:08 +02:00
8a1cabe62a feat: Add Cohere reranking capability to vector stores (#16014)
Co-authored-by: Yiorgis Gozadinos <yiorgis@n8n.io>
Co-authored-by: Mutasem Aldmour <mutasem@n8n.io>
2025-06-05 10:16:22 +02:00
कारतोफ्फेलस्क्रिप्ट™ 7c806ff532 refactor(core): Refactor some imports to reduce baseline memory usage (#15916) 2025-06-03 11:23:44 +02:00
Charlie Kolb 5985df6e51 feat(editor): Add ability to extract sub-workflows to canvas context menu (#15538) 2025-06-02 12:17:27 +02:00
कारतोफ्फेलस्क्रिप्ट™ 3a2a70f193 chore: Enfore consistent file-name casing on all backend packages (#15755) 2025-05-27 16:45:50 +02:00
Jaakko Husso e5c2aea6fe feat(editor): Use resource locator at Simple Vector Store memory key, allow cross workflow use (#15421)
Remove workflow isolation from in-memory Simple Vector Store, making it possible to use vector stores created on other workflows. Display all current in-memory vector stores with a resource locator at Memory Key picker.

Note that these vector stores are still intended for non-production development use. Any users of an instance can access data in all in-memory vector stores as they aren't bound to workflows.
2025-05-22 23:34:59 +03:00
Charlie Kolb 4661e39427 feat: Add sub-workflow extraction field utilities (no-changelog) (#14956) 2025-05-22 14:05:39 +02:00
Elias Meire 1ffc33dcc6 fix(HTTP Request Node): Fix prototype pollution vulnerability (#15463) 2025-05-20 15:39:33 +02:00
Dana 9834a49bd3 feat(n8n Evaluation Trigger Node): Add telemetry events (#15465) 2025-05-16 17:22:17 +02:00
Raúl Gómez Morales 0244f1d98b refactor: Split paired item logic into more manageable methods (no-changelog) (#15337) 2025-05-16 15:31:04 +02:00
Dana 570d1e7aad feat(n8n Evaluation Trigger Node): Add Evaluation Trigger and Evaluation Node (#15194) 2025-05-16 11:16:00 +02:00
Yiorgis Gozadinos 64b3fa3d17 fix(core): Allow strings starting with numbers in alphanumeric string validator (#15425) 2025-05-16 09:38:21 +02:00
Ricardo Espinoza 726438d95e feat(editor): Improve manual description in nodes as tools (#15373) 2025-05-15 10:45:16 -04:00
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
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
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
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
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
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
Danaandकारतोफ्फेलस्क्रिप्ट™ 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
Charlie KolbandMutasem Aldmour 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
jeanpaulandकारतोफ्फेलस्क्रिप्ट™ 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
Charlie Kolbandकारतोफ्फेलस्क्रिप्ट™ 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
oleg 22e6569f7e feat(Evaluation Metrics Node): Add Evaluation Metrics node (no-changelog) (#14050) 2025-03-25 14:45:20 +01:00
Alex Grozavandकारतोफ्फेलस्क्रिप्ट™ 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
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