n8n/packages/workflow/src
2026-07-16 08:41:28 +00:00
..
common fix(core): Ensure project variables override same-key global variables (#33137) 2026-06-29 13:02:30 +00:00
errors fix(core): Construct execution errors correctly when Error.prototype is frozen (#33897) 2026-07-11 17:34:50 +00:00
expressions fix(HTTP Request Node): Fix paginated requests with HttpBearerAuth (#17005) 2025-07-04 21:53:01 +03:00
extensions fix(core): Preserve trailing letter-less text in toSentenceCase() exp… (#32242) 2026-06-16 07:44:01 +00:00
graph feat(editor): Add ability to extract sub-workflows to canvas context menu (#15538) 2025-06-02 12:17:27 +02:00
native-methods feat(editor): Add JS method aliases (#21799) 2025-12-15 15:36:03 +01:00
node-parameters refactor(core): Move Result and ensureError into @n8n/utils (no-changelog) (#33375) 2026-07-02 07:46:18 +00:00
run-execution-data fix(core): Count AI assistant workflow test runs as manual executions in statistics (#34145) 2026-07-14 11:41:09 +00:00
augment-object.ts refactor(core): Lintfix core and workflow packages (#17096) 2025-07-08 13:04:50 +02:00
connections-diff.ts feat(core): Introduce WorkflowHistory compaction service (#23238) 2025-12-24 09:00:58 +01:00
constants.ts feat(core): Resolve the triggering user's private credentials over MCP OAuth (#32432) 2026-06-17 07:39:09 +00:00
credential-domain-restrictions.ts chore: Bundle/2.x (#33793) 2026-07-08 08:48:55 +03:00
cron.ts chore: Enfore consistent file-name casing on all backend packages (#15755) 2025-05-27 16:45:50 +02:00
data-table.types.ts feat(editor): Improve data table node (#28199) 2026-07-03 08:29:47 +00:00
dynamic-credentials-helpers.ts fix(core): Propagate sub-workflow credential usage to the parent execution (#33674) 2026-07-09 09:22:02 +00:00
evaluation-helpers.ts 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
execution-context-establishment-hooks.ts fix: Correct end-user credential validation, re-evaluation, and identity-hook recognition (#34094) 2026-07-15 15:46:44 +00:00
execution-context.ts feat(core): Track redaction policy source on execution runtime data (#31079) 2026-06-03 20:34:02 +00:00
execution-status.ts fix(core): Exclude error workflow executions from billable execution count (#32315) 2026-06-18 07:35:19 +00:00
expression-evaluator-proxy.ts refactor(core): Improve expressions handling (#24177) 2026-01-13 09:10:27 +00:00
expression-sandboxing.ts chore: Bundle 2026-W7 (#26214) 2026-02-25 07:08:58 +00:00
expression.ts refactor(core): Acquire the expression isolate inside getNodesWithUnregisteredWebhooks (no-changelog) (#33492) 2026-07-07 10:33:44 +00:00
from-ai-parse-utils.ts fix(core): Allow expressions in tool default values on chat hub tools (#27167) 2026-03-19 10:08:07 +00:00
global-state.ts chore: Enfore consistent file-name casing on all backend packages (#15755) 2025-05-27 16:45:50 +02:00
highlighted-data.ts feat(Chat Trigger Node): Auto-add highlighted execution data (#18778) 2026-04-03 08:51:10 +00:00
index.ts fix(core): Propagate sub-workflow credential usage to the parent execution (#33674) 2026-07-09 09:22:02 +00:00
interfaces.ts feat: Add skills support to inline agents (no-changelog) (#34128) 2026-07-15 12:42:55 +00:00
jmespath-query.ts feat(core): Add workflow-data tools to Message an Agent node (no-changelog) (#32994) 2026-06-26 14:04:49 +00:00
logger-proxy.ts chore: Enfore consistent file-name casing on all backend packages (#15755) 2025-05-27 16:45:50 +02:00
mcp-helpers.ts feat: Support agent mcp servers (no-changelog) (#31070) 2026-05-28 07:54:52 +00:00
message-event-bus.ts feat(API): Add public API endpoints for log streaming destinations (#34251) 2026-07-16 08:41:28 +00:00
metadata-utils.ts feat(core): Add input/output token tracking to node graph telemetry (#27992) 2026-04-03 13:18:08 +00:00
node-grouping-validation.ts fix(editor): Drop nodes grouping validation for single main io on the start and end group nodes (no-changelog) (#31285) 2026-06-12 13:12:18 +00:00
node-helpers.ts feat(editor): Message an Agent node v2 (no-changelog) (#33812) 2026-07-09 13:37:36 +00:00
node-reference-parser-utils.ts fix(editor): Node references in expressions not updated when the renamed node has quotes (#27371) 2026-03-23 15:46:36 +00:00
node-validation.ts feat: Add AI Gateway support for AI nodes (#27593) 2026-04-07 09:11:24 +00:00
observable-object.ts fix(core): Prevent proxy layer accumulation in ObservableObject (#30129) 2026-05-11 14:29:28 +00:00
redaction-channels.ts fix(editor): Preserve workflow redaction policy under instance floor (#31932) 2026-06-09 05:42:39 +00:00
run-execution-data-factory.ts feat(editor): Show redacted state in execution viewer with reveal flow (#26543) 2026-03-23 18:08:14 +00:00
schemas.ts fix: Handle AI Gateway-managed credentials in Instance AI (#33365) 2026-07-01 12:26:10 +00:00
sub-workflow-output.ts feat(Execute Workflow Node): Return items from every run of the sub-workflow's last node (#30716) 2026-05-23 11:49:33 +00:00
telemetry-helpers.ts feat: Capture MCP server domain in node graph telemetry (no-changelog) (#33386) 2026-07-01 14:28:35 +00:00
tool-helpers.ts fix: Truncate tool names to 64 characters (#25745) 2026-02-17 15:52:43 +00:00
trigger-identity.ts fix(editor): Align trigger compatibility warning with backend (no-changelog) (#33083) 2026-06-26 13:31:10 +00:00
trimmed-task-data.ts fix(editor): Make sure trimmed placeholder never reaches backend (#29842) 2026-05-07 12:15:27 +00:00
type-guards.ts feat(editor): Add AI Usage settings page (#20926) 2026-02-02 08:20:54 +00:00
type-validation.ts refactor: Migrate type-validation throws to UserError (#31537) 2026-06-02 09:51:21 +00:00
types.d.ts feat: Modernize build and testing for workflow package (no-changelog) (#16771) 2025-06-30 20:02:16 +03:00
utils.ts chore: Bundle/2.x (#33793) 2026-07-08 08:48:55 +03:00
versioned-node-type.ts chore: Enfore consistent file-name casing on all backend packages (#15755) 2025-05-27 16:45:50 +02:00
workflow-checksum.ts feat(core): Add support for creating and updating workflow groups (#30211) 2026-05-19 14:07:06 +00:00
workflow-data-proxy-env-provider.ts feat(core): Block access to env in code and expressions by default (#22643) 2025-12-03 12:33:18 +02:00
workflow-data-proxy-helpers.ts chore: Enfore consistent file-name casing on all backend packages (#15755) 2025-05-27 16:45:50 +02:00
workflow-data-proxy.ts refactor(core): Move Result and ensureError into @n8n/utils (no-changelog) (#33375) 2026-07-02 07:46:18 +00:00
workflow-diff.ts feat(core): Respect node group changes in workflow history compaction (no-changelog) (#32814) 2026-06-23 11:27:26 +01:00
workflow-environments-helper.ts feat(core): Add auto-publish on Environments Feature Pull (#24701) 2026-02-02 09:45:27 +00:00
workflow-expression.ts refactor(core): Acquire the expression isolate inside getNodesWithUnregisteredWebhooks (no-changelog) (#33492) 2026-07-07 10:33:44 +00:00
workflow-structure-validation.ts fix(core): Add workflow structure validation (#29699) 2026-05-06 11:42:12 +00:00
workflow-validation.ts feat: Validate nodes before activating (#22916) 2025-12-08 15:47:55 +02:00
workflow.ts perf(core): Improve performance of pre-execution workflow checks (#32363) 2026-06-17 07:39:13 +00:00