n8n/packages/cli/src
Irénée d9f8f04772
fix(core): Rename data table columns during source control pull (#27746)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-30 13:10:04 +00:00
..
__tests__ fix(core): Fix execution history when flow includes wait node (#27357) 2026-03-25 11:10:04 +00:00
auth chore: Bundle 2026-W7 (#26214) 2026-02-25 07:08:58 +00:00
binary-data feat(core): Introduce database mode for binary data storage (#22162) 2025-11-26 13:02:10 +01:00
chat fix: Partial execution of Chat node and Chat tool (#26334) 2026-03-17 07:26:39 +00:00
collaboration fix: Handle collaboration push old format (#26467) 2026-03-03 14:18:52 +00:00
commands fix(core): Fix /healthz endpoint when using N8N_PATH (#27665) 2026-03-30 13:05:07 +00:00
concurrency fix(core): Fix concurrency control not releasing capacity if execution continuation fails (#24396) 2026-01-22 14:24:09 +00:00
config feat(Microsoft Agent 365 Trigger Node): Integration for Microsoft Agents 365 (#25145) 2026-02-02 08:42:43 +00:00
controllers feat(core): Add configurable minimum password length via N8N_PASSWORD_MIN_LENGTH (#26953) 2026-03-30 09:40:26 +00:00
credentials fix(core): Use toString() instead of type cast for password field check (#27662) 2026-03-30 06:42:23 +00:00
databases/repositories/__tests__ feat(core): Introduce CredentialDependency entity to track credential dependencies (#27151) 2026-03-23 14:37:09 +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): Remove Git node bare repos breaking change rule (#24234) 2026-01-20 11:07:49 +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 feat(core): Add structured error responses for authorization failures (#27170) 2026-03-18 13:46:00 +00:00
evaluation.ee feat(core): Add signature validation for waiting webhooks and forms (#24159) 2026-03-23 11:48:52 +00:00
eventbus fix(core): Confirm messages immediately when no destination is listening (#27334) 2026-03-23 14:32:43 +00:00
events feat(core): Batch public API telemetry events on pulse cycle (#27226) 2026-03-18 21:14:02 +00:00
execution-lifecycle feat(core): Add OTEL unhappy path handling and safe trace exporter (#27568) 2026-03-26 20:45:10 +00:00
executions chore(core): Query executions using a single query intead of two (#27081) 2026-03-30 08:19:32 +00:00
license feat(core): Add user email parameter when activating EULA license (#23350) 2026-01-15 09:54:26 +00:00
metrics feat(core): Add workflow execution duration histogram metric (#26889) 2026-03-13 11:58:22 +00:00
mfa fix(core): Use cache to enable MFA enforcement in multi main setup (#24261) 2026-01-20 11:19:22 +00:00
middlewares fix: Increase max items per page from 50 to 100 (#24051) 2026-01-23 16:49:00 +00:00
modules fix(core): Rename data table columns during source control pull (#27746) 2026-03-30 13:10:04 +00:00
oauth feat(Wordpress Node): Add support for OAuth2 (#27113) 2026-03-26 08:24:16 +00:00
permissions.ee feat(core): Add data table resources to the public API (#23610) 2026-01-26 15:18:39 +00:00
posthog feat: PostHog feature flags resolution caching & group support (#27525) 2026-03-25 13:39:37 +00:00
public-api feat(core): Add public API endpoints for workflow archive and unarchive (#27513) 2026-03-27 16:48:08 +00:00
push perf(core): Skip serialization for push messages with no recipients (#25308) 2026-02-04 12:52:32 +00:00
scaling fix(core): Fix /healthz endpoint when using N8N_PATH (#27665) 2026-03-30 13:05:07 +00:00
security-audit fix(core): Resolve file path correctly when serving node icons from N8N_CUSTOM_EXTENSIONS (#23029) 2026-01-12 10:09:53 +00:00
services fix(core): Fix /healthz endpoint when using N8N_PATH (#27665) 2026-03-30 13:05:07 +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 feat(core): Add signature validation for waiting webhooks and forms (#24159) 2026-03-23 11:48:52 +00:00
telemetry feat(core): Batch public API telemetry events on pulse cycle (#27226) 2026-03-18 21:14:02 +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 fix(core): Fix /healthz endpoint when using N8N_PATH (#27665) 2026-03-30 13:05:07 +00:00
webhooks feat: Environment var to disable forms pages sandboxing (#27409) 2026-03-27 10:52:22 +00:00
workflows feat(core): Add public API endpoints for workflow archive and unarchive (#27513) 2026-03-27 16:48:08 +00:00
abstract-server.ts fix(core): Fix /healthz endpoint when using N8N_PATH (#27665) 2026-03-30 13:05:07 +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 perf(core): Optimize saving execution progress (#25089) 2026-02-02 08:12:49 +00:00
active-workflow-manager.ts fix(core): Forward activationMode in multi-main webhook/trigger setup (#25855) 2026-02-17 13:50:21 +00:00
command-registry.ts chore: Initial V2 changes (#22553) 2025-12-01 20:44:59 +02:00
constants.ts feat(Wordpress Node): Add support for OAuth2 (#27113) 2026-03-26 08:24:16 +00:00
controller.registry.ts refactor(core): Replace zod-class with minimal implementation (#25393) 2026-02-06 09:45:22 +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 feat(core): Improve secret proxy (#26522) 2026-03-05 20:01:37 +00:00
credentials-overwrites.ts feat: Add option to hide credential overwrites (#26489) 2026-03-06 12:06:20 +00:00
external-hooks.ts perf(core): Minimize execution data fetching (#25073) 2026-01-30 11:32:13 +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 feat(core): Add versions support to n8n:export command (#25414) 2026-02-11 15:13:54 +00:00
jest.d.ts feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
license.ts feat(core): Remove license check for API key scopes (#27306) 2026-03-23 12:10:43 +00:00
load-nodes-and-credentials.ts feat(core): Add node that allows checking dynamic credentials inside node (#27165) 2026-03-19 15:21:42 +00:00
manual-execution.service.ts feat(core): Generate HITL tool nodes for sendAndWait operations (#22315) 2026-01-23 10:04:11 +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 isResolvable in public and internal APIs (#23119) 2025-12-15 10:33:23 +01:00
response-helper.ts chore: Include request details into reported response errors (#26517) 2026-03-06 06:42:17 +00:00
server.ts feat(editor): Display workflow, credential and data table dependencies (#26912) 2026-03-19 09:53:21 +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): Apply empty-hash placeholder fix to getHash cache method (#26593) 2026-03-05 14:06:23 +00:00
utlity.types.ts build: Update ESLint to v9 (#16639) 2025-06-27 10:42:47 +02:00
wait-tracker.ts fix(core): Don't resume parent workflow when the child workflow goes into waiting (#22964) 2025-12-10 14:13:33 +01:00
workflow-execute-additional-data.ts feat(core): Integrate SSRF protection into request helpers (#26581) 2026-03-09 07:59:03 +00:00
workflow-helpers.ts chore: Bundle 2026-W9 (#27532) 2026-03-25 07:51:06 +00:00
workflow-runner.ts fix(core): Force full execution data fetching for evaluation test runs (#27335) 2026-03-23 09:56:05 +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