n8n/packages/cli/src
2026-05-28 14:41:28 +00:00
..
__tests__ chore: Bundle/2.x (#31173) 2026-05-27 08:36:28 +03:00
auth feat(Form Trigger Node): Add n8n user authentication option (#30539) 2026-05-27 14:52:32 +01:00
binary-data feat(core): Introduce database mode for binary data storage (#22162) 2025-11-26 13:02:10 +01:00
chat fix(core): Isolate expressions on chat resumption and test webhook deactivation (#29703) 2026-05-04 15:08:59 +00:00
collaboration feat(core): Broadcast workflow settings updates (#29459) 2026-04-29 10:33:53 +00:00
commands feat(editor): Add canvas node grouping UI experiment (no-changelog) (#30472) 2026-05-26 12:15:28 +01:00
concurrency feat(editor): Productize parallel evaluation execution (#30453) 2026-05-18 11:51:52 +00:00
config feat(Microsoft Agent 365 Trigger Node): Integration for Microsoft Agents 365 (#25145) 2026-02-02 08:42:43 +00:00
controllers fix(core): Expand ESLint rule to catch toThrowError error instance assertions (#31187) 2026-05-28 09:42:03 +00:00
credentials fix(core): Align /credentials/for-workflow response with its frontend type (#31253) 2026-05-28 14:41:28 +00:00
databases/repositories/__tests__ fix(core): Support type filters on global credential lookups (#30002) 2026-05-07 17:50:58 +00:00
deduplication refactor(core): Move second batch of repositories to @n8n/db (#15137) 2025-05-06 16:40:34 +02:00
deprecation chore(core): Enable TypeScript strict mode in packages/cli (no-changelog) (#27876) 2026-04-27 14:21:31 +00:00
environments.ee/variables feat(core): Ensure user-provided variable names fulfill JS identifer spec (#25900) 2026-02-18 17:03:12 +00:00
errors fix(core): Improve license diagnostics and CLI output (#30955) 2026-05-22 11:28:20 +00:00
evaluation.ee feat(core): Add AI insights endpoint for eval collections (TRUST-80) (#30301) 2026-05-20 10:35:41 +00:00
eventbus feat(core): Allow users to disconnect their own dynamic credential connection (#31151) 2026-05-28 06:48:09 +00:00
events feat(core): Allow users to disconnect their own dynamic credential connection (#31151) 2026-05-28 06:48:09 +00:00
execution-lifecycle 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
executions refactor(core): Add update method to ExecutionPersistence (no-changelog) (#30447) 2026-05-26 08:22:49 +00:00
expression-observability feat(core): Add observability for the VM expression engine (#28715) 2026-04-24 14:11:07 +00:00
instance-settings-loader fix(core): Write full SSO provisioning config from env-managed loader (#30885) 2026-05-22 15:11:45 +00:00
license fix(core): Expand ESLint rule to catch toThrowError error instance assertions (#31187) 2026-05-28 09:42:03 +00:00
metrics feat(core): Add configurable event log path per process (#29403) 2026-05-04 12:49:29 +00:00
mfa refactor: Migrate all cipher call sites to encryptV2/decryptV2 (#29096) 2026-04-28 09:24:01 +00:00
middlewares chore(core): Enable TypeScript strict mode in packages/cli (no-changelog) (#27876) 2026-04-27 14:21:31 +00:00
modules fix(core): Align /credentials/for-workflow response with its frontend type (#31253) 2026-05-28 14:41:28 +00:00
node-catalog fix(core): Synthesize type-defs for MCP registry nodes at request time (#30887) 2026-05-28 07:51:16 +00:00
node-execution fix(core): Use expression isolate for ephemeral node executor (no-changelog) (#30892) 2026-05-21 12:29:59 +00:00
oauth feat: Support agent mcp servers (no-changelog) (#31070) 2026-05-28 07:54:52 +00:00
permissions.ee feat(core): Split workflow:updateRedactionSetting into enable and disable scopes (#30446) 2026-05-26 12:19:35 +01:00
posthog feat: Updates PostHog feature flags evaluation method & filters out unused event (#30272) 2026-05-21 21:52:50 +00:00
public-api feat(core): Track JWE enablement on credential save events (#31224) 2026-05-27 19:31:34 +00:00
push fix(core): Add ESLint rule to prevent error instances in toThrow assertions (#29889) 2026-05-08 05:51:05 +00:00
scaling fix(core): Bypass pubsub debounce for workflow activation display commands (#30965) 2026-05-26 13:00:23 +01:00
security-audit fix(core): Improve audit queries to avoid PostgreSQL bind parameter limits (#27985) 2026-04-10 15:12:16 +00:00
services fix(core): Expand ESLint rule to catch toThrowError error instance assertions (#31187) 2026-05-28 09:42:03 +00:00
shutdown refactor(core): Add shutdown method to modules (#17322) 2025-07-16 12:36:11 +02:00
sso.ee chore(core): Create sso-saml module and move all saml related files to module (#24304) 2026-01-15 13:18:00 +00:00
task-runners chore: Bundle/2.x (#30359) 2026-05-13 08:23:48 +03:00
telemetry fix(core): Count agent background generation tokens (#31082) 2026-05-26 16:05:12 +00:00
tool-generation feat(core): Add $tool.name and $tool.parameters expressions (#24783) 2026-01-26 07:31:30 +00:00
types refactor(core): Remove Ask AI HTTP request feature (no-changelog) (#9931) 2024-07-04 12:09:45 +02:00
user-management/email fix(core): Add plain text body to password reset and notification emails (#27125) 2026-03-18 11:53:04 +00:00
utils feat(core): Persist and periodically fetch MCP servers from a remote API (#30298) 2026-05-18 14:07:27 +00:00
webhooks fix(core): Preserve underlying cause when logging webhook execution failures (#31120) 2026-05-28 11:23:16 +00:00
workflows feat(core): Provide basic import of n8n packages (#30984) 2026-05-27 09:58:21 +00:00
abstract-server.ts feat(core): Agents as first class entities support (no-changelog) (#28017) 2026-05-06 15:44:44 +00:00
activation-errors.service.ts refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389) 2025-01-06 10:21:24 +01:00
active-executions.ts feat(core): Warn and skip on duplicate scheduled executions (#28649) 2026-04-29 10:16:12 +00:00
active-workflow-manager.ts fix(core): Bypass archived workflows in activation (#30517) 2026-05-15 13:00:30 +00:00
command-registry.ts chore: Initial V2 changes (#22553) 2025-12-01 20:44:59 +02:00
constants.ts feat(Gumroad Trigger Node): Add OAuth2 authentication (#29974) 2026-05-26 07:31:13 +00:00
controller.registry.ts feat(core): Agents as first class entities support (no-changelog) (#28017) 2026-05-06 15:44:44 +00:00
crash-journal.ts refactor(core): Move Logger to @n8n/backend-common (#15721) 2025-05-30 12:57:47 +02:00
credential-types.ts fix(core): Prevent mutation of credential type parents (#16841) 2025-06-30 17:32:51 +02:00
credentials-helper.ts refactor(core): Route workflow resolver lookups through a system fallback helper (#30689) 2026-05-21 14:35:51 +00:00
credentials-overwrites.ts refactor: Migrate all cipher call sites to encryptV2/decryptV2 (#29096) 2026-04-28 09:24:01 +00:00
external-hooks.ts feat(core): Support checking for workflow tags existing in preExecute hook (#30440) 2026-05-19 18:23:18 +00:00
generic-helpers.ts feat(core): Update data model for Evaluations (no-changelog) (#15520) 2025-05-22 12:55:31 +02:00
index.ts ci: Refactor cli tests to speed up CI (no-changelog) (#5718) 2023-03-17 17:24:05 +01:00
interfaces.ts fix(core): Count agent background generation tokens (#31082) 2026-05-26 16:05:12 +00:00
jest.d.ts feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
license.ts fix(core): Improve license diagnostics and CLI output (#30955) 2026-05-22 11:28:20 +00:00
load-nodes-and-credentials.ts chore: Bundle/2.x (#31173) 2026-05-27 08:36:28 +03:00
manual-execution.service.ts fix(core): Show clear error when running a tool node without an Agent (#30626) 2026-05-21 09:48:28 +00:00
node-types.ts feat(core): Generate HITL tool nodes for sendAndWait operations (#22315) 2026-01-23 10:04:11 +00:00
requests.ts feat(core): Add support for creating and updating workflow groups (#30211) 2026-05-19 14:07:06 +00:00
response-helper.ts feat(core): Improve public API middleware to handle different error types (#27562) 2026-03-31 14:06:23 +00:00
server.ts refactor(core): Ungate workflow indexing (#30971) 2026-05-22 13:13:54 +00:00
typed-emitter.ts refactor(core): Enable import/order eslint rule (#10794) 2024-09-12 19:07:18 +03:00
utils.ts fix(core): Use expression isolate for ephemeral node executor (no-changelog) (#30892) 2026-05-21 12:29:59 +00:00
utlity.types.ts build: Update ESLint to v9 (#16639) 2025-06-27 10:42:47 +02:00
wait-tracker.ts revert: Make Wait node fully durable by removing in-memory execution path (#28538) 2026-04-16 11:42:22 +00:00
workflow-execute-additional-data.ts fix(core): Count agent background generation tokens (#31082) 2026-05-26 16:05:12 +00:00
workflow-helpers.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
workflow-hook-context.service.ts feat(core): Support checking for workflow tags existing in preExecute hook (#30440) 2026-05-19 18:23:18 +00:00
workflow-runner.ts feat(core): Encrypt running user's auth cookie into manual execution credential context (#30811) 2026-05-22 09:42:04 +00:00
zod-alias-support.ts refactor(core): Overhaul commands setup. Add support for module commands (#16709) 2025-07-01 19:14:22 +02:00