Lorent Lempereur
|
fc47494df6
|
refactor(core): Migrate log-streaming webhook destination to OutboundHttp (#32407)
|
2026-06-18 15:33:17 +00:00 |
|
Csaba Tuncsik
|
f19d7448b1
|
fix(Kafka Node): Route Schema Registry client through configurable egress protection (#32370)
|
2026-06-18 14:41:46 +00:00 |
|
Iván Ovejero
|
1d6415cd59
|
feat(core): Add Azure storage mode for execution data (#32368)
|
2026-06-18 11:33:04 +00:00 |
|
Mike Repeć
|
aae88a5db5
|
fix(core): Resolve legacy $item accessor properties in vm expression engine (no-changelog) (#32551)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Danny Martini <danny@n8n.io>
|
2026-06-18 10:27:32 +00:00 |
|
Guillaume Jacquart
|
8cac6e7261
|
feat(core): Gate MCP tool calls on the caller's private-credential status (#32446)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
2026-06-18 07:46:48 +00:00 |
|
Matsu
|
328c1a4745
|
chore: Extraneous deps cleanup (#32386)
|
2026-06-18 07:42:31 +00:00 |
|
Ali Elkhateeb
|
f6c2bcc6ec
|
fix(core): Exclude error workflow executions from billable execution count (#32315)
|
2026-06-18 07:35:19 +00:00 |
|
Mike Repeć
|
10856a4f4d
|
feat(core): Track binary data size on execution entity rows (no-changelog) (#32387)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
2026-06-17 15:14:27 +00:00 |
|
oleg
|
f4a1ab6d99
|
feat(instance-ai): Simulate destructive and user-action nodes during workflow verification (#32209)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
|
2026-06-17 08:53:55 +00:00 |
|
Emilia
|
aaa4fa8610
|
perf(core): Improve performance of pre-execution workflow checks (#32363)
Co-authored-by: Danny Martini <danny@n8n.io>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
2026-06-17 07:39:13 +00:00 |
|
Andreas Fitzek
|
d6cc6c655e
|
feat(core): Resolve the triggering user's private credentials over MCP OAuth (#32432)
|
2026-06-17 07:39:09 +00:00 |
|
Dhakshin V
|
beba723a88
|
fix(core): Evaluate expressions in AI tool description for node-as-to… (#31495)
Co-authored-by: Benjamin Schroth <68321970+schrothbn@users.noreply.github.com>
|
2026-06-16 14:29:46 +00:00 |
|
Lorent Lempereur
|
ac9e5a87f0
|
refactor(core): Define the outbound HTTP factory contract for backend-network (no-changelog) (#32245)
|
2026-06-16 11:14:26 +00:00 |
|
n8n-assistant[bot]
|
f4871fea29
|
🚀 Release 2.27.0 (#32365)
Co-authored-by: Matsuuu <16068444+Matsuuu@users.noreply.github.com>
|
2026-06-16 10:13:05 +00:00 |
|
Declan Carroll
|
1b6a3bd814
|
chore: Type-check @n8n/performance benchmarks (#32361)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-06-16 08:25:18 +00:00 |
|
Andreas Fitzek
|
e7b1c1c2ef
|
feat(MCP Server Trigger Node): Add n8n OAuth2 authentication option (#32326)
|
2026-06-16 08:16:52 +00:00 |
|
Emilia
|
c4c0e91807
|
fix(core): Prevent queue recovery from marking waiting executions as crashed (#32316)
|
2026-06-16 08:04:47 +00:00 |
|
Parvesh Saini
|
7a778985c1
|
fix(core): Preserve trailing letter-less text in toSentenceCase() exp… (#32242)
Co-authored-by: Danny Martini <danny@n8n.io>
|
2026-06-16 07:44:01 +00:00 |
|
Iván Ovejero
|
2a6acf3cd6
|
feat(core): Add S3 storage mode for execution data (#32226)
|
2026-06-15 10:48:13 +00:00 |
|
Danny Martini
|
fbad049db9
|
fix(core): Throw a clear error for $evaluateExpression in the Code node under secure mode (#31721)
|
2026-06-15 08:22:19 +00:00 |
|
Ricardo Espinoza
|
9373433aae
|
feat(core): Add explore_node_resources MCP tool (#31018)
|
2026-06-13 00:11:52 +00:00 |
|
Svetoslav Dekov
|
d8cfbb47db
|
fix(editor): Drop nodes grouping validation for single main io on the start and end group nodes (no-changelog) (#31285)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
|
2026-06-12 13:12:18 +00:00 |
|
Iván Ovejero
|
4b4a76a375
|
perf(core): Ungate minimize execution data fetching (#30969)
|
2026-06-12 12:12:40 +00:00 |
|
Mike Repeć
|
612cb772c2
|
feat(core): Add sizeBytes and workflowVersionId to executions (no-changelog) (#32067)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
|
2026-06-12 09:44:19 +00:00 |
|
Emilia
|
a254a89d49
|
fix(core): Prevent nodes from throwing context.getNodeParameter is not a function when n8n is installed via npm (#32123)
|
2026-06-12 06:49:06 +00:00 |
|
Emilia
|
6afba57091
|
fix(core): Propagate sub-workflow errors to parent after wait resume (#31927)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Co-authored-by: Danny Martini <danny@n8n.io>
|
2026-06-11 14:10:04 +00:00 |
|
Matsu
|
31bb246234
|
chore: Create a lightweight version of pnpm reset (#32125)
|
2026-06-11 12:24:46 +00:00 |
|
Tomi Turtiainen
|
ef2f21fed3
|
feat(core): Add trigger diffing to workflow publication (no-changelog) (#31971)
|
2026-06-10 14:57:59 +00:00 |
|
Guillaume Jacquart
|
424bb518b8
|
fix(core): Track private credential attempts in telemetry (no-changelog) (#31796)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
2026-06-10 13:31:01 +00:00 |
|
n8n-assistant[bot]
|
71262655e4
|
chore: Bundle/2.x (#32031)
Co-authored-by: Matsu <matias.huhta@n8n.io>
Co-authored-by: Dawid Myslak <dawid.myslak@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Arvin A <51036481+DeveloperTheExplorer@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: Dimitri Lavrenük <20122620+dlavrenuek@users.noreply.github.com>
Co-authored-by: Garrit Franke <32395585+garritfra@users.noreply.github.com>
Co-authored-by: Jaakko Husso <jaakko@n8n.io>
Co-authored-by: Daria <daria.staferova@n8n.io>
Co-authored-by: Oğuz Eroğlu <oguz.eroglu@n8n.io>
Co-authored-by: Robin Braumann <robin.braumann@n8n.io>
Co-authored-by: oleg <me@olegivaniv.com>
Co-authored-by: Riqwan Thamir <rmthamir@gmail.com>
Co-authored-by: José Braulio González Valido <jose.gonzalez@n8n.io>
Co-authored-by: Alexander Gekov <40495748+alexander-gekov@users.noreply.github.com>
Co-authored-by: Bernhard Wittmann <bernhard.wittmann@n8n.io>
|
2026-06-10 07:42:43 +00:00 |
|
n8n-assistant[bot]
|
5be570c735
|
🚀 Release 2.26.0 (#31967)
Co-authored-by: Matsuuu <16068444+Matsuuu@users.noreply.github.com>
|
2026-06-09 10:03:45 +00:00 |
|
Thanasis G
|
72ab6d770b
|
fix(editor): Preserve workflow redaction policy under instance floor (#31932)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Csaba Tuncsik <csaba@n8n.io>
|
2026-06-09 05:42:39 +00:00 |
|
n8n-cat-bot[bot]
|
377fd15636
|
refactor: Migrate remaining ApplicationError throws in (#31861)
Co-authored-by: n8n-cat-bot[bot] <n8n-cat-bot[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
Co-authored-by: Declan Carroll <declan@n8n.io>
|
2026-06-08 12:55:07 +00:00 |
|
Declan Carroll
|
29735c7a04
|
chore: Standardize license metadata across all first-party packages and tighten SBOM pipeline (no-changelog) (#31880)
Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
|
2026-06-08 10:19:32 +00:00 |
|
n8n-cat-bot[bot]
|
d28e122fe7
|
test: Strengthen augment-object mutation coverage (#31854)
Co-authored-by: n8n-cat-bot[bot] <n8n-cat-bot[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Co-authored-by: Declan Carroll <declan@n8n.io>
|
2026-06-08 09:17:34 +00:00 |
|
Declan Carroll
|
be85b1079e
|
fix(core): Dedupe getConnectedNodes results and add fast-check property tests (#31793)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
2026-06-06 11:36:51 +00:00 |
|
n8n-cat-bot[bot]
|
fd7402cef1
|
test: Strengthen workflow-checksum mutation coverage (#31853)
Co-authored-by: n8n-cat-bot[bot] <n8n-cat-bot[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-06-05 17:00:24 +00:00 |
|
Eugene
|
a4f7f9a8bc
|
feat(core): Support structured output for agents called from workflows (no-changelog) (#31673)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
2026-06-05 10:32:36 +00:00 |
|
n8n-cat-bot[bot]
|
942682e66a
|
test: Strengthen getChildNodes tests to raise mutation score (#31771)
Co-authored-by: n8n-cat-bot[bot] <n8n-cat-bot[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-06-04 18:43:54 +00:00 |
|
n8n-cat-bot[bot]
|
6cfcc4c386
|
test: Strengthen getParentNodes tests to raise mutation score (#31759)
Co-authored-by: n8n-cat-bot[bot] <n8n-cat-bot[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-06-04 16:44:52 +00:00 |
|
Raúl Gómez Morales
|
22eb20f183
|
feat(core): Surface workflow execution source to the editor (no-changelog) (#31724)
|
2026-06-04 12:22:10 +00:00 |
|
Svetoslav Dekov
|
f16befcb3b
|
feat(editor): Guard canvas node groups during graph edits (no-changelog) (#30473)
Co-authored-by: Daria <daria.staferova@n8n.io>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-06-04 11:32:28 +00:00 |
|
Thanasis G
|
58b0965f66
|
feat(core): Track redaction policy source on execution runtime data (#31079)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-06-03 20:34:02 +00:00 |
|
Danny Martini
|
a089408968
|
test(core): Guard $jmespath resolution under the VM expression engine (#31671)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
2026-06-03 15:57:36 +00:00 |
|
Julian
|
68b205317a
|
fix(core): Include node and field details in WorkflowHasIssuesError message (#30944)
Co-authored-by: Danny Martini <danny@n8n.io>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
2026-06-03 15:40:52 +00:00 |
|
Eugene
|
9cb9a1fc46
|
feat(core): Manual workflow executions call the unpublished agent (no-changelog) (#31585)
|
2026-06-03 14:44:48 +00:00 |
|
Tomi Turtiainen
|
6d73d8d9ca
|
build: Disable typecheck on build commands (no-changelog) (#31636)
|
2026-06-03 13:52:25 +00:00 |
|
n8n-cat-bot[bot]
|
31c60bf959
|
ci: Pin behaviour of graph helpers to kill 0% mutation (#31611)
Co-authored-by: n8n-cat-bot[bot] <n8n-cat-bot[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-06-03 12:56:16 +00:00 |
|
Guillaume Jacquart
|
7e83c7b591
|
fix(editor): Polish private credential pills, callout, and banners (#31604)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
2026-06-03 11:45:15 +00:00 |
|
n8n-cat-bot[bot]
|
8eda311630
|
test: Cover getChildNodes parameter defaults (#31456)
Co-authored-by: n8n-cat-bot[bot] <n8n-cat-bot[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-06-03 11:31:03 +00:00 |
|