Commit Graph

1391 Commits

Author SHA1 Message Date
github-actions[bot]
e0cfbdc48b
🚀 Release 1.123.10 (#23753)
Co-authored-by: CharlieKolb <13814565+CharlieKolb@users.noreply.github.com>
2026-01-02 09:18:48 +01:00
Shireen Missi
f7cf22f92c
fix(core): Modify path validation to work cross platforms (#23740) 2025-12-30 16:32:11 +00:00
github-actions[bot]
6eb2bac670
🚀 Release 1.123.9 (#23564)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-12-23 13:02:00 +02:00
github-actions[bot]
aed5416484
🚀 Release 1.123.8 (#23523)
Co-authored-by: ShireenMissi <94372015+ShireenMissi@users.noreply.github.com>
2025-12-22 14:14:12 +00:00
Shireen Missi
97365caf25
fix: Limit access to files based on regex pattern (#23528)
Co-authored-by: Dimitri Lavrenük <20122620+dlavrenuek@users.noreply.github.com>
2025-12-22 13:37:00 +00:00
Tomi Turtiainen
ae8097e60e
fix(core): Only resolve the filepath once (#23466)
Co-authored-by: mfsiega <93014743+mfsiega@users.noreply.github.com>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-12-19 15:47:53 +02:00
Tomi Turtiainen
1448293d48
🚀 Release 1.123.7 (#23352) 2025-12-17 14:00:00 +01:00
github-actions[bot]
8be76b3c5a
🚀 Release 1.123.6 (#23231)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-12-15 16:03:37 +02:00
github-actions[bot]
4560a305dd 🚀 Release 1.123.2 (#22733)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-12-12 21:14:51 +02:00
Tomi Turtiainen
158afd1d15 fix(core): Fix html header check (#22713) 2025-12-12 21:14:51 +02:00
Tomi Turtiainen
573a0a34aa chore: Revert "chore: Initial V2 changes (#22553)"
This reverts commit a4757cf009.
2025-12-03 12:51:33 +02:00
Tomi Turtiainen
6ceef13914 Merge tag 'n8n@1.123.0' 2025-12-01 22:39:11 +02:00
Tomi Turtiainen
6d67db4449
🚀 Release 1.123.0 (#22565) 2025-12-01 22:10:38 +02:00
Tomi Turtiainen
a4757cf009
chore: Initial V2 changes (#22553)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: yehorkardash <yehor.kardash@n8n.io>
Co-authored-by: Daria <daria.staferova@n8n.io>
Co-authored-by: Svetoslav Dekov <svetoslav.dekov@n8n.io>
Co-authored-by: Nikhil Kuriakose <nikhilkuria@gmail.com>
Co-authored-by: Charlie Kolb <charlie@n8n.io>
2025-12-01 20:44:59 +02:00
Suguru Inoue
9dd5b31c9c
fix: Fix error handling in sending chat message (no-changelog) (#22515)
Co-authored-by: Jaakko Husso <jaakko@n8n.io>
2025-12-01 13:28:54 +01:00
Declan Carroll
75b2cd0de6
fix: Pin n8n packages to workspace version (#22460) 2025-12-01 09:52:01 +00:00
Iván Ovejero
97d8b39326
fix(core): Defer requirements check for Python runner in internal mode (#22448) 2025-11-28 12:35:11 +01:00
Danny Martini
3c2d14fb5a
refactor(core, editor): Split logic based on payload type / manual execution type (#22219)
Co-authored-by: Michael Siega <michael.siega@n8n.io>
Co-authored-by: mfsiega <93014743+mfsiega@users.noreply.github.com>
2025-11-27 14:16:06 +01:00
RomanDavydchuk
a49b179e89
fix(Git Node): Throw an error if the repository path is blocked (#22253) 2025-11-26 15:50:50 +02:00
Andreas Fitzek
fbb135e012
chore(core): Context establishment hook setup (#22293) 2025-11-26 14:34:51 +01:00
Iván Ovejero
934b9a7346
feat(core): Introduce database mode for binary data storage (#22162) 2025-11-26 13:02:10 +01:00
Iván Ovejero
df1aa130cb
fix(editor, core): Fix display for binary data metadata origin (#22270) 2025-11-26 10:11:21 +01:00
Tomi Turtiainen
4832042b16 Merge tag 'n8n@1.122.0' 2025-11-24 22:25:40 +02:00
mfsiega
9319139a08
feat(core): Switch to structured destination node (no-changelog) (#22143)
Co-authored-by: Danny Martini <danny@n8n.io>
Co-authored-by: Claude <noreply@anthropic.com>
2025-11-24 16:13:37 +01:00
github-actions[bot]
2ca66ce269
🚀 Release 1.122.0 (#22237)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-11-24 15:35:52 +01:00
Andreas Fitzek
36149ee8ba
chore(core): Execution context establishment hook registry (#22098) 2025-11-24 12:24:32 +01:00
Iván Ovejero
4ca5bba901
refactor(core): Decouple chathub binary data from core (#22147) 2025-11-21 16:04:54 +01:00
Iván Ovejero
d91187ccca
refactor(core): Update binary data config (#22141) 2025-11-21 14:13:21 +01:00
mfsiega
3857f6fd44
refactor(core): Always use RunExecutionData factory (no-changelog) (#22096)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-11-21 13:42:13 +01:00
Suguru Inoue
5c58bf919f
feat: File attachment support in chat (no-changelog) (#21437)
Co-authored-by: Jaakko Husso <jaakko@n8n.io>
Co-authored-by: Alex Grozav <alex@grozav.com>
2025-11-20 14:11:14 +01:00
github-actions[bot]
31e37d3961
🚀 Release 1.121.0 (#21972)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-11-18 10:01:47 +02:00
Tomi Turtiainen
d6f5c64c58
refactor(core): Add factory functions to create instances of IRunExecutionData (#21554)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-11-17 20:19:50 +02:00
Andreas Fitzek
ec5e17ff4b
chore(core): Propagate execution context (#21880) 2025-11-17 10:23:39 +01:00
yehorkardash
d9e2dc2166
fix(MCP Client Tool Node): Use proxy for MCP calls (#21720) 2025-11-17 11:04:05 +02:00
yehorkardash
8a935aa5c1
fix(Form Node): Update mime-types package to handle x-zip-compressed (#21492)
Co-authored-by: Roman Davydchuk <roman.davydchuk@n8n.io>
2025-11-17 10:35:43 +02:00
Stephen Wright
040dcdbfc9
feat: Support custom encryption keys for imports / exports (#21863) 2025-11-14 12:47:51 +00:00
RomanDavydchuk
e3a996d7d2
fix(core): Declarative Node - Continue using Error Output returns empty item (#21823)
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-11-14 10:46:26 +02:00
Andreas Fitzek
d9f208e9d9
chore(core): Run core unit tests in the CI (#21854) 2025-11-14 08:47:20 +01:00
Andreas Fitzek
1098db4f18
fix(core): Fix type issues for execution context (#21852) 2025-11-14 08:24:55 +01:00
Benjamin Schroth
5b2d15e78d
fix(editor): Provide better output for subnode execution errors (#21714) 2025-11-13 18:14:08 +01:00
Andreas Fitzek
b1fb445a3d
chore(core): Extend FunctionsBase for easy access to execution context (#21829) 2025-11-13 18:02:41 +01:00
Andreas Fitzek
7f976f4399
chore(core): Establish execution context for workflows (#21729) 2025-11-13 17:46:09 +01:00
Csaba Tuncsik
343413dbd9
fix(core): Capture stoppedAt timestamp and improve fullRunData handling (#21290) 2025-11-12 13:23:12 +01:00
Tomi Turtiainen
13b7fa5c68 Merge tag 'n8n@1.120.0' 2025-11-11 12:38:48 +02:00
Marc Littlemore
08fea7b17f
fix(core): Correctly filter custom nodes when NODES_INCLUDE/EXCLUDE is set (#21705) 2025-11-11 09:56:18 +00:00
github-actions[bot]
ef065bec8d
🚀 Release 1.120.0 (#21688)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-11-11 09:34:51 +01:00
github-actions[bot]
6c99b838f4
🚀 Release 1.119.0 (#21485)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-11-03 14:32:38 +01:00
oleg
11531c8936
fix(core): Fix AI Agent v3 Tool Execution Issues (#21477)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2025-11-03 11:33:11 +01:00
Elias Meire
71de992eb9
feat: Support dynamic node icons using expressions (#20814) 2025-10-31 16:49:24 +01:00
Jaakko Husso
5d9be86139
feat(core): New 'chat' execution mode for Chat hub (no-changelog) (#21306) 2025-10-29 14:24:37 +02:00