Commit Graph

4357 Commits

Author SHA1 Message Date
Jaakko Husso
1527ff5aaf
feat(core): Add separate Azure API key and Entra ID providers (no-changelog) (#22101) 2025-11-21 15:57:16 +02:00
Milorad FIlipović
648f1749e9
feat(core): Add more details to MCP errors and telemetry (no-changelog) (#22118) 2025-11-21 14:48:54 +01:00
Daria
b56a87337c
feat(core): Add new internal endpoints for draft/publish (no-changelog) (#22105) 2025-11-21 15:27:38 +02: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
Nikhil Kuriakose
81a3d395f2
feat(editor): CSV download support for data tables (#22048) 2025-11-21 12:59:20 +01:00
Jaakko Husso
94505bfad4
fix(core): Safely handle paths at Data Table CSV imports (no-changelog) (#22139) 2025-11-21 13:58:41 +02:00
Jaakko Husso
ed2dea674e
feat(core): Add Vercel AI Gateway provider support for chat hub (no-changelog) (#22090) 2025-11-21 13:58:07 +02:00
Jaakko Husso
fde05ce697
feat(core): Add xAI Grok provider support for chat hub (no-changelog) (#22084) 2025-11-21 13:28:51 +02:00
Jaakko Husso
24a4de8cf9
feat(core): Add Chat settings admin view (no-changelog) (#22009) 2025-11-21 12:39:54 +02:00
Jaakko Husso
731024c941
feat(core): Add Groq provider support for chat hub (no-changelog) (#22071) 2025-11-21 12:34:56 +02:00
Jaakko Husso
e4605c37fb
feat(core): Add OpenRouter provider support for chat hub (no-changelog) (#22094) 2025-11-21 11:58:10 +02:00
mfsiega
ed3b5d3d04
test: Specify timezone in test data (no-changelog) (#22134) 2025-11-21 10:51:52 +01:00
Jaakko Husso
990f196499
feat(core): Add DeepSeek support to chat hub (no-changelog) (#22037) 2025-11-21 11:11:55 +02:00
Mutasem Aldmour
55c3150c11
feat: Add support for global credentials (#21700)
Co-authored-by: Claude <noreply@anthropic.com>
2025-11-20 17:48:49 +01:00
Tomi Turtiainen
4c2c1ce9d1
feat(core): Update binary data breaking change (#22100) 2025-11-20 16:48:13 +01:00
Daria
ac91020bd3
feat(core): Use active version instead of current version (no-changelog) (#21202) 2025-11-20 17:47:24 +02:00
Jaakko Husso
da5c8ff3c5
feat(core): Add Cohere provider support for chat hub (no-changelog) (#22068) 2025-11-20 17:00:08 +02:00
Suguru Inoue
11e111e372
perf(editor): Render chat sidebar faster (no-changelog) (#22039) 2025-11-20 14:55:14 +01:00
Jaakko Husso
11e898eafe
feat(core): Add Mistral cloud provider to chat hub (no-changelog) (#22067) 2025-11-20 15:36:36 +02: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
Iván Ovejero
3d3e8ccf1d
fix(core)!: Switch to image extension for n8nio/runners (#22079) 2025-11-20 12:48:16 +01:00
Nikhil Kuriakose
a0c2071cb0
fix(API): Add correct payload example (#22057) 2025-11-20 12:36:52 +01:00
Guillaume Jacquart
db16933c5e
chore(core): Add instanceType condition to load insights module only for main aand webhook (#22052) 2025-11-20 11:11:56 +01:00
Milorad FIlipović
eb6cbfc5e3
fix(core): Fix mcp access scope issue (#22031) 2025-11-19 19:35:13 +01:00
Jaakko Husso
e1fef800d2
feat(core): Add AWS Bedrock support to chat hub (no-changelog) (#22033) 2025-11-19 17:12:20 +02:00
Irénée
fe297d09ab
fix: In queue mode "Respond to Webhook" node returns 500 when there is an error in the execution (#21981) 2025-11-19 08:48:03 +00:00
Iván Ovejero
da7b171a19
feat(core): Add instance types option to backend modules (no-changelog) (#21990) 2025-11-18 18:30:34 +01:00
Ricardo Espinoza
2830665f7a
feat(core): Allow creating data tables from csv files (#21051) 2025-11-18 11:32:38 -05:00
Eugene
0a355ccadb
feat(ai-builder): Send workflow validation issues to telemetry (#21837)
Co-authored-by: Michael Drury <michael.drury@n8n.io>
2025-11-18 16:30:16 +00:00
Guillaume Jacquart
cb0fa963ca
fix(core): Add project id on /new and /from-url endpoints to add project scope auth (#21865) 2025-11-18 16:16:51 +01:00
Guillaume Jacquart
219b60b8d1
fix(core): Prevent worker instance from running insights collection (#21610) 2025-11-18 11:46:49 +01:00
Tomi Turtiainen
b0e1a53b32 Merge tag 'n8n@1.121.0' 2025-11-18 12:34:13 +02:00
Jaakko Husso
7cd871b234
feat(core): Add new Chat hub providers (no-changelog) (#21946) 2025-11-18 12:02:20 +02:00
Elias Meire
296684e67c
fix(core): Use execFile instead of exec to prevent command injection (#21952) 2025-11-18 11:06:18 +02: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
mi1os
a896417300
feat(core): Configurable workflow statistics metrics (#18241)
Co-authored-by: Dávid Mikuš (Dasio) <david.mikus@kiwi.com>
2025-11-18 08:22:24 +01: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
Guillaume Jacquart
8e5e5965b1
feat(editor): Add missing doc url from backend response. remove feature flag (#21936) 2025-11-17 14:36:03 +01:00
Milorad FIlipović
acdec59a12
feat(core): Add Execute workflow mcp tool (no-changelog) (#21840)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2025-11-17 12:40:55 +01:00
Iván Ovejero
77162128ff
fix(core): Ensure database fallback when Redis cache fails on webhook lookup (#21872) 2025-11-17 11:36:58 +01:00
Danny Martini
09c8b2dea8
fix(core): Add timeout and recovery for database connection health checks (#21506)
Co-authored-by: Declan Carroll <declan@n8n.io>
2025-11-17 10:40:43 +01:00
Andreas Fitzek
ec5e17ff4b
chore(core): Propagate execution context (#21880) 2025-11-17 10:23:39 +01:00
RomanDavydchuk
2a623eacf3
feat(MCP Client Tool Node): Add multiple headers authentication option (#21435)
Co-authored-by: Elias Meire <elias@meire.dev>
2025-11-17 10:35:24 +02:00
Milorad FIlipović
e3104be709
feat(core): Final mcp phase 1 updates (no-changelog) (#21873) 2025-11-14 19:10:13 +01:00
yehorkardash
64137eb4d6
fix(Form Trigger Node): Do not translate checkbox values (#21737) 2025-11-14 16:57:17 +02:00
RomanDavydchuk
6eeb739c92
fix(core): Validate package version when installing community node (#21886)
Co-authored-by: Elias Meire <elias@meire.dev>
2025-11-14 16:56:09 +02:00
Guillaume Jacquart
363a7773b8
feat(core): Implement all breaking changes rules to v2 (#21217) 2025-11-14 14:05:41 +01:00
Stephen Wright
040dcdbfc9
feat: Support custom encryption keys for imports / exports (#21863) 2025-11-14 12:47:51 +00:00
Jaakko Husso
25bb08ecfc
feat(core): Support attaching tools to chat hub sessions (no-changelog) (#21491) 2025-11-14 13:28:34 +02:00
Raúl Gómez Morales
fe5ada527a
chore(editor): Follow up bugs fixes and polish for custom roles (#21819)
Co-authored-by: Guillaume Jacquart <jacquart.guillaume@gmail.com>
2025-11-14 10:14:22 +01:00