Commit Graph

2621 Commits

Author SHA1 Message Date
Andreas Fitzek
2a0e2fb47a
fix(core): Restore peer project discovery in share dropdowns (#29537)
Some checks are pending
CI: Master (Build, Test, Lint) / Build for Github Cache (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (22.x) (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (24.14.1) (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (25.x) (push) Waiting to run
CI: Master (Build, Test, Lint) / Lint (push) Waiting to run
CI: Master (Build, Test, Lint) / Performance (push) Waiting to run
CI: Master (Build, Test, Lint) / Notify Slack on failure (push) Blocked by required conditions
2026-04-29 19:45:07 +00:00
Svetoslav Dekov
0e07dedc08
fix: Add sequence prefix to proxy expectation recordings (no-changelog) (#29524) 2026-04-29 15:21:48 +00:00
Mutasem Aldmour
0a80722dcb
feat: Validate workflow-sdk output topology against mode (#29363)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-29 14:39:35 +00:00
Jaakko Husso
388cd79908
fix(core): Pass nodeTypesProvider to validate workflows fully at instance AI (#29333) 2026-04-29 14:25:20 +00:00
Jaakko Husso
84ac8110f8
fix(ai-builder): Handle properties with contradicting displayOptions as OR alternatives instead of AND (#29500) 2026-04-29 14:24:43 +00:00
Sandra Zollner
898ba5ae25
feat(core): Add migration for postgres variable values (#29489) 2026-04-29 13:45:24 +00:00
José Braulio González Valido
54d9286d92
fix(ai-builder): Filter LangSmith eval dataset by local file slugs (#29507)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-29 13:30:29 +00:00
Andreas Fitzek
794334cd79
feat: Add instance-level JWKS URI endpoint for JWE public key distribution (#29498) 2026-04-29 13:12:43 +00:00
Julian van der Horst
4ea1153dfb
fix: Fix ollama node url path and thinking tokens (#23963)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: Dimitri Lavrenük <20122620+dlavrenuek@users.noreply.github.com>
Co-authored-by: Dimitri Lavrenük <dimitri.lavrenuek@n8n.io>
2026-04-29 12:30:03 +00:00
Andreas Fitzek
ec2e2f11dc
feat(core): Add cluster check reconciliation cycle (no-changelog) (#28936) 2026-04-29 12:06:31 +00:00
Irénée
05e10e2680
feat(core): Manage MCP settings via environment variables (#29368)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-29 11:29:18 +00:00
Benjamin Schroth
1c8f4ec67b
chore: Update langchain packages (#29342) 2026-04-29 11:23:15 +00:00
Mutasem Aldmour
308d0b42b3
feat(core): Use versioned prebuilt Daytona snapshots for Instance AI sandboxes (#29359)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-29 11:10:16 +00:00
Matsu
98e24baf64
chore: Move @n8n/tournament to monorepo (#29358) 2026-04-29 08:32:50 +00:00
Garrit Franke
ca5320a7ed
fix(core): Widen zod peer dependency range in published packages (no-changelog) (#29376) 2026-04-29 08:24:36 +00:00
Stephen Wright
569f94bb82
feat: Include updatedAt in encryption key response DTO (#29424) 2026-04-29 08:16:01 +00:00
oleg
fb65c6155e
fix(core): Generate array types for properties with multipleValues (#29410) 2026-04-29 07:54:15 +00:00
Tomi Turtiainen
328f4b8b96
fix(core): Increase default task runner grant token TTL to 30s (#29443) 2026-04-29 07:43:40 +00:00
Luca Mattiazzi
ded94a5124
fix(Simple Memory Node): Scope memory nodes session id to single memory node (no-changelog) (#28675) 2026-04-28 16:32:14 +00:00
oleg
ad359b5e2c
feat(instance-ai): Orchestrator-executed checkpoint tasks for planned workflow verification (#29049)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2026-04-28 14:58:49 +00:00
Guillaume Jacquart
e90397627d
feat(core): Add instance-level JWE key infrastructure (no-changelog) (#29071)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-28 14:25:05 +00:00
Tomi Turtiainen
3f350a8577
fix(core): Make task runner grant token TTL configurable (#29357) 2026-04-28 12:04:02 +00:00
Tomi Turtiainen
7bd3532f07
fix(core): Fix code node executions hanging when idle timer overlaps with task acceptance (#29239) 2026-04-28 11:07:43 +00:00
n8n-release-tag-merge[bot]
d6618f3c68 Merge tag 'n8n@2.19.0' 2026-04-28 10:25:56 +00:00
Rob Hough
d332fe9c84
refactor(editor): Align @n8n/design-system with DS3 (no-changelog) (#28428) 2026-04-28 09:53:05 +00:00
Stephen Wright
258b9703c5
refactor: Migrate all cipher call sites to encryptV2/decryptV2 (#29096) 2026-04-28 09:24:01 +00:00
n8n-assistant[bot]
632604bbe3
🚀 Release 2.19.0 (#29374)
Co-authored-by: Matsuuu <16068444+Matsuuu@users.noreply.github.com>
2026-04-28 09:23:10 +00:00
Dimitri Lavrenük
2171e9461f
fix: Remove serve mode from computer-use (no-changelog) (#29102)
Co-authored-by: Elias Meire <elias@meire.dev>
2026-04-28 08:31:18 +00:00
Luka Zivkovic
13029e6d03
fix(ai-builder): Keep workflow identity across rebuild/patch (#28926)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-28 08:03:43 +00:00
José Braulio González Valido
e503587854
docs: Restructure instanceAI evals README for first-time users (no-changelog) (#29095)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-28 07:22:45 +00:00
Jaakko Husso
b6fcabc025
fix(ai-builder): Adjust chat trigger memory builderHints (#29156) 2026-04-28 07:06:53 +00:00
Garrit Franke
fadd81c519
feat(core): Add valid-peer-dependencies ESLint rule for community nodes (no-changelog) (#28983)
Co-authored-by: Garrit Franke <garritfra@users.noreply.github.com>
2026-04-28 06:59:21 +00:00
Srinjoy
048e01e060
fix: Preserve structuredContent in MCP nodes to prevent AI Agent reasoning loops (#27297)
Co-authored-by: Bernhard Wittmann <bernhard.wittmann@n8n.io>
2026-04-28 06:28:38 +00:00
RomanDavydchuk
0aabee0a99
fix(Google Gemini Node): Filter out undefined parts when processing API responses (#28567)
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
2026-04-27 15:58:50 +00:00
Albert Alises
632ae67de3
fix(ai-builder): Hide and reap intermediate AI-created workflows (#29066) 2026-04-27 15:17:54 +00:00
Bernhard Wittmann
0a89814220
fix(core): Update local gateway Electron packaging dependencies (no-changelog) (#29336) 2026-04-27 14:49:39 +00:00
Matsu
370b281216
chore(core): Enable TypeScript strict mode in packages/cli (no-changelog) (#27876)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-27 14:21:31 +00:00
Jaakko Husso
97bdbd055a
fix(ai-builder): Validate required inputs on AI nodes (#29159) 2026-04-27 13:47:47 +00:00
oleg
3a9c922bf4
fix(instance-ai): Make SANDBOX_LINK_SDK flag bypass Dockerfile SDK install (no-changelog) (#29207) 2026-04-27 13:42:48 +00:00
Alexander Gekov
5f2c32ad6e
feat(OpenAI Node): Use dynamic model selection for image edit and update analyze model filter (#29223)
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
2026-04-27 13:28:49 +00:00
Ali Elkhateeb
b4373715f3
feat(core): Add PATCH endpoint for data table column management (#29090) 2026-04-27 12:53:02 +00:00
José Braulio González Valido
29cdd011b0
fix(ai-builder): Honor --timeout-ms across the eval harness (no-changelog) (#29219)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-27 12:49:01 +00:00
Matsu
3637287ee1
chore: Prepare tsconfigs for tsgo (#29230) 2026-04-27 12:30:22 +00:00
Irénée
ff6d65e22a
feat: Enable log streamin settings via env vars (#29005) 2026-04-27 11:39:42 +00:00
Andreas Fitzek
b2b1370e5d
fix(core): Harden event log parse against malformed input (#29004) 2026-04-27 09:27:52 +00:00
Jon
e4004fa26a
chore: Deprecate SerpAPI tool node in favour of official verified node (#28829) 2026-04-27 09:13:53 +00:00
Michael Kret
f6582783ea
feat: In the n8n Connect table on row click open execution related to that usage row (#29075)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2026-04-27 09:03:17 +00:00
José Braulio González Valido
250b718936
fix(ai-builder): Stop tombstoning example UUIDs in LangSmith dataset sync (no-changelog) (#29112)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-27 08:52:17 +00:00
Sandra Zollner
2b0add185f
feat(core): Add public API endpoints for data table column management… (#29073)
Co-authored-by: Ali Elkhateeb <ali.elkhateeb@n8n.io>
2026-04-27 08:22:19 +00:00
Mutasem Aldmour
b44e9d1207
fix(core): Allow .trim() in workflow-sdk parsing and coerce stringified patches (#29111)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-27 08:17:22 +00:00