n8n/packages/cli/src
Mike Repeć eb0d966bc8
fix(core): Route crash-loop auto-deactivation through the workflow unpublish flow (#35097)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Danny Martini <danny@n8n.io>
2026-07-29 11:32:34 +00:00
..
__tests__ fix(core): Recover enqueued executions after a restart (#35059) 2026-07-29 09:55:40 +00:00
auth perf(core): Fix mock() proxy slowdown in cli unit tests (no-changelog) (#35058) 2026-07-28 08:26:19 +00:00
binary-data test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
chat fix(core): Recover enqueued executions after a restart (#35059) 2026-07-29 09:55:40 +00:00
collaboration feat(editor): Keep review-required toggle synchronized with open reviews (#34606) 2026-07-22 09:28:10 +00:00
commands fix(core): Recover enqueued executions after a restart (#35059) 2026-07-29 09:55:40 +00:00
concurrency refactor(core): Move sleep into @n8n/utils and unify sleep/sleepWithAbort (#35057) 2026-07-28 18:47:18 +00:00
config refactor: Replace @ts-ignore with @ts-expect-error outside nodes-base (#35009) 2026-07-27 13:22:06 +00:00
constants feat(core): Add workflow reviews toggle to Security & policies (#33696) 2026-07-07 13:34:38 +00:00
controllers feat(core): Route poll triggers through the durable scheduler (no-changelog) (#34733) 2026-07-27 07:32:08 +00:00
credentials fix(editor): Preserve line breaks in multiline secret credential fields (#35157) 2026-07-29 10:46:11 +00:00
databases/repositories/__tests__ feat: Add admin-managed instance credentials (#34364) 2026-07-25 14:22:22 +00:00
deduplication
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 feat(core): Add create-stub variable policy and parent placement for package import (no-changelog) (#34794) 2026-07-28 12:05:48 +00:00
errors feat(core): Add workflow.deactivate external hook (#34746) 2026-07-24 09:15:28 +00:00
evaluation.ee fix(core): Normalize eval-collection scores per-run and harden re-run (no-changelog) (#34736) 2026-07-24 14:14:49 +00:00
eventbus chore(core): Lock the @n8n/typeorm import ratchet and document the boundary (no-changelog) (#34370) 2026-07-21 08:26:21 +00:00
events feat(core): Include workflow tags in exported packages (#34892) 2026-07-29 07:45:13 +00:00
execution-lifecycle feat(core): Expose workflow hook context to lifecycle external hooks (#34738) 2026-07-28 11:27:59 +00:00
executions fix(core): Route crash-loop auto-deactivation through the workflow unpublish flow (#35097) 2026-07-29 11:32:34 +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 feat(core): Add active_workflow_info and make workflow_info leader-only (#34987) 2026-07-27 10:43:55 +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 fix(editor): Stream reasoning in agent preview chat (no-changelog) (#35048) 2026-07-29 11:22:08 +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 perf(core): Fix mock() proxy slowdown in cli unit tests (no-changelog) (#35058) 2026-07-28 08:26:19 +00:00
oauth feat: Add admin-managed instance credentials (#34364) 2026-07-25 14:22:22 +00:00
permissions.ee feat: Add admin-managed instance credentials (#34364) 2026-07-25 14:22:22 +00:00
posthog feat(core): Generate eval collection insights with an LLM (no-changelog) (#34254) 2026-07-22 23:38:11 +00:00
public-api feat(core): Include workflow tags in exported packages (#34892) 2026-07-29 07:45:13 +00:00
push feat(core): Support multi-main deployments for Instance AI (no-changelog) (#33296) 2026-07-06 07:25:44 +00:00
scaling refactor(core): Move sleep into @n8n/utils and unify sleep/sleepWithAbort (#35057) 2026-07-28 18:47:18 +00:00
scheduling fix(Schedule Node): Run non-dividing minute intervals by elapsed time (#35062) 2026-07-29 08:04:59 +00:00
security-audit feat: Add admin-managed instance credentials (#34364) 2026-07-25 14:22:22 +00:00
services refactor(core): Move sleep into @n8n/utils and unify sleep/sleepWithAbort (#35057) 2026-07-28 18:47:18 +00:00
shutdown test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
sso.ee feat(API): Add public API endpoints for OIDC SSO configuration (#34313) 2026-07-28 10:58:55 +00:00
task-runners refactor(core): Move sleep into @n8n/utils and unify sleep/sleepWithAbort (#35057) 2026-07-28 18:47:18 +00:00
telemetry build: Mark @n8n/telemetry as private (no-changelog) (#34826) 2026-07-24 07:20:25 +00:00
tool-generation fix(core): Prevent unsupported waiting operations in agent tools (#34587) 2026-07-21 08:13:03 +00:00
types
user-management/email feat(editor): Add Mine/All tabs, search and filters to MCP connected clients (#33857) 2026-07-20 14:33:30 +00:00
utils refactor(core): Move sleep into @n8n/utils and unify sleep/sleepWithAbort (#35057) 2026-07-28 18:47:18 +00:00
webhooks fix(core): Recover enqueued executions after a restart (#35059) 2026-07-29 09:55:40 +00:00
workflows fix(core): Route crash-loop auto-deactivation through the workflow unpublish flow (#35097) 2026-07-29 11:32:34 +00:00
abstract-server.ts feat(Slack Node): Add advanced HITL configuration for one-tap approval (#34123) 2026-07-15 12:38:46 +00:00
activation-errors.service.ts
active-executions.ts fix(core): Recover enqueued executions after a restart (#35059) 2026-07-29 09:55:40 +00:00
active-workflow-manager.ts feat(core): Route poll triggers through the durable scheduler (no-changelog) (#34733) 2026-07-27 07:32:08 +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: Allow custom OAuth scopes for the remaining Google credentials (#34631) 2026-07-22 07:07:41 +00:00
controller.registry.ts feat(API): Add @PublicApiController pattern with reference tags endpoint (no-changelog) (#34511) 2026-07-20 14:52:18 +00:00
crash-journal.ts refactor(core): Move sleep into @n8n/utils and unify sleep/sleepWithAbort (#35057) 2026-07-28 18:47:18 +00:00
credential-types.ts
credentials-helper.ts fix(core): Preserve credential field expressions when caching preAuthentication tokens (#35064) 2026-07-28 10:41:48 +00:00
credentials-overwrites.ts refactor: Replace @ts-ignore with @ts-expect-error outside nodes-base (#35009) 2026-07-27 13:22:06 +00:00
external-hooks.ts feat(core): Expose workflow hook context to lifecycle external hooks (#34738) 2026-07-28 11:27:59 +00:00
generic-helpers.ts
index.ts
interfaces.ts fix(core): Recover enqueued executions after a restart (#35059) 2026-07-29 09:55:40 +00:00
license.ts fix(core): Ensure license device fingerprint meets minimum length (#33852) 2026-07-27 12:09:08 +00:00
load-nodes-and-credentials.ts refactor: Replace @ts-ignore with @ts-expect-error outside nodes-base (#35009) 2026-07-27 13:22:06 +00:00
manual-execution.service.ts
node-types.ts fix(core): Resolve synthetic tool nodes to the requested version (#34850) 2026-07-24 12:09:58 +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 chore(editor): Remove feature flag 070_empty_screen_layout (no-changelog) (#34272) 2026-07-16 10:03:44 +00:00
utils.ts feat(core): Validate missing node types on package import (#34598) 2026-07-22 21:09:27 +00:00
utlity.types.ts
wait-tracker.ts fix(core): Recover enqueued executions after a restart (#35059) 2026-07-29 09:55:40 +00:00
workflow-execute-additional-data.ts feat(core): Add on-demand OAuth clients and protected resources for form triggers (no-changelog) (#34903) 2026-07-28 12:46:57 +00:00
workflow-helpers.ts feat(core): Improve workflow groups validation/support in mcp (no-changelog) (#34778) 2026-07-23 13:41:27 +00:00
workflow-hook-context.service.ts feat(core): Expose workflow hook context to lifecycle external hooks (#34738) 2026-07-28 11:27:59 +00:00
workflow-runner.ts fix(core): Recover enqueued executions after a restart (#35059) 2026-07-29 09:55:40 +00:00
zod-alias-support.ts