n8n/packages/cli/src
2026-07-08 06:54:14 +00:00
..
__tests__ feat(core): Add managed-auth telemetry to credential lifecycle events (no-changelog) (#33391) 2026-07-07 06:35:02 +00:00
auth test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
binary-data test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
blob-storage refactor(core): Move Result and ensureError into @n8n/utils (no-changelog) (#33375) 2026-07-02 07:46:18 +00:00
chat refactor(core): Move Result and ensureError into @n8n/utils (no-changelog) (#33375) 2026-07-02 07:46:18 +00:00
collaboration test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
commands perf(core): Aggregate workflow statistics to avoid hot-row contention (#33045) 2026-07-06 11:11:18 +00:00
concurrency test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
config feat(Microsoft Agent 365 Trigger Node): Integration for Microsoft Agents 365 (#25145) 2026-02-02 08:42:43 +00:00
constants feat(core): Add workflow reviews toggle to Security & policies (#33696) 2026-07-07 13:34:38 +00:00
controllers chore: Bundle/2.x (#33793) 2026-07-08 08:48:55 +03:00
credentials fix(core): Reconcile per-user connections when a private credential is moved (#33630) 2026-07-07 07:40:49 +00:00
databases/repositories/__tests__ perf(core): Aggregate workflow statistics to avoid hot-row contention (#33045) 2026-07-06 11:11:18 +00:00
deduplication refactor(core): Move second batch of repositories to @n8n/db (#15137) 2025-05-06 16:40:34 +02:00
deprecation feat: Add unified N8N_WEBHOOK_URL for production and test webhook URLs (#33312) 2026-07-01 11:04:06 +00:00
environments.ee/variables test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
errors fix(core): Return a client error when the request body stream is unreadable (#33243) 2026-06-30 11:34:50 +00:00
evaluation.ee test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
eventbus feat(core): Add 'n8n-package-exported' logstreaming event (#33460) 2026-07-03 06:47:30 +00:00
events feat(core): Add workflow reviews toggle to Security & policies (#33696) 2026-07-07 13:34:38 +00:00
execution-lifecycle refactor(core): Move Result and ensureError into @n8n/utils (no-changelog) (#33375) 2026-07-02 07:46:18 +00:00
executions refactor(core): Decouple DB from blob store interface (#33563) 2026-07-07 13:08:44 +00:00
expression-observability test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
instance-settings-loader refactor(core): Move Result and ensureError into @n8n/utils (no-changelog) (#33375) 2026-07-02 07:46:18 +00:00
license refactor(core): Move Result and ensureError into @n8n/utils (no-changelog) (#33375) 2026-07-02 07:46:18 +00:00
metrics perf(core): Reduce Instance AI builder context size and eliminate deterministic retries (no-changelog) (#33604) 2026-07-06 13:21:01 +00:00
mfa test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
middlewares fix(core): Return a client error when the request body stream is unreadable (#33243) 2026-06-30 11:34:50 +00:00
modules feat(core): Add name-and-type and type-only credential matching modes for package import (#33689) 2026-07-08 06:31:37 +00:00
node-catalog feat(core): Support community node type definitions in AI Assistant (#33340) 2026-07-02 10:47:04 +00:00
node-execution chore: Bundle/2.x (#33793) 2026-07-08 08:48:55 +03:00
oauth feat(Zendesk Node): Allow custom OAuth2 scopes (#33734) 2026-07-07 10:50:08 +00:00
permissions.ee feat(core): Streamline custom role scope handling (no-changelog) (#33535) 2026-07-06 07:59:32 +00:00
posthog test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
public-api feat(core): Add name-and-type and type-only credential matching modes for package import (#33689) 2026-07-08 06:31:37 +00:00
push feat(core): Support multi-main deployments for Instance AI (no-changelog) (#33296) 2026-07-06 07:25:44 +00:00
scaling fix(core): Persist MCP Server Trigger tool calls in queue mode (#33383) 2026-07-07 10:28:13 +00:00
scheduling refactor(core): Expose a composable Scheduler surface from @n8n/scheduler (no-changelog) (#33677) 2026-07-07 12:24:51 +00:00
security-audit fix(core): Skip vite analysis of security-audit reporter dynamic import (no-changelog) (#33257) 2026-06-30 07:06:49 +00:00
services chore: Bundle/2.x (#33793) 2026-07-08 08:48:55 +03:00
shutdown test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
sso.ee test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
task-runners refactor(core): Move Result and ensureError into @n8n/utils (no-changelog) (#33375) 2026-07-02 07:46:18 +00:00
telemetry chore: Remove references to Jest (#33282) 2026-07-01 09:03:25 +00:00
tool-generation test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
types refactor(core): Remove Ask AI HTTP request feature (no-changelog) (#9931) 2024-07-04 12:09:45 +02:00
user-management/email test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
utils test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
webhooks fix: Chat works when running on separate webhook server (#33724) 2026-07-08 06:54:14 +00:00
workflows feat(core): Auto-name workflow versions created or updated via MCP (#33465) 2026-07-07 14:40:10 +00:00
abstract-server.ts test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03: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 refactor(core): Move createDeferredPromise into @n8n/utils (no-changelog) (#33441) 2026-07-06 07:12:28 +00:00
active-workflow-manager.ts refactor(core): Move Result and ensureError into @n8n/utils (no-changelog) (#33375) 2026-07-02 07:46:18 +00:00
command-registry.ts chore: Pin langchain core packages and surface issues better (#33621) 2026-07-06 08:43:54 +00:00
constants.ts feat(Zendesk Node): Allow custom OAuth2 scopes (#33734) 2026-07-07 10:50:08 +00:00
controller.registry.ts test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03: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 test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
credentials-overwrites.ts feat(core): Add managed-auth telemetry to credential lifecycle events (no-changelog) (#33391) 2026-07-07 06:35:02 +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 refactor(core): Move createDeferredPromise into @n8n/utils (no-changelog) (#33441) 2026-07-06 07:12:28 +00: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 refactor(core): Move Result and ensureError into @n8n/utils (no-changelog) (#33375) 2026-07-02 07:46:18 +00: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 fix(core): Prevent Code node failure when a workflow contains an AI tool (#33336) 2026-07-01 11:53:47 +00:00
requests.ts fix: Block manual project member changes when project roles are managed (#33270) 2026-07-03 07:34:14 +00:00
response-helper.ts refactor(core): Move Result and ensureError into @n8n/utils (no-changelog) (#33375) 2026-07-02 07:46:18 +00:00
server.ts feat: Browser Use connects directly to n8n instance without Computer Use (#32680) 2026-06-25 10:33:07 +00: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 refactor(core): Move Result and ensureError into @n8n/utils (no-changelog) (#33375) 2026-07-02 07:46:18 +00:00
workflow-execute-additional-data.ts fix(core): Make agent execution project-scoped so published workflows in team projects can message agents (#33459) 2026-07-03 12:29:17 +00:00
workflow-helpers.ts fix(core): Ensure project variables override same-key global variables (#33137) 2026-06-29 13:02:30 +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 refactor(core): Move createDeferredPromise into @n8n/utils (no-changelog) (#33441) 2026-07-06 07:12:28 +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