Commit Graph

1668 Commits

Author SHA1 Message Date
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
Svetoslav Dekov
36b4eda378
feat(editor): Rename draft/publish feature env variable (no-changelog) (#22235) 2025-11-24 17:00:54 +02: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
Benjamin Schroth
5f5181ec28
test(ai-builder): Integrate structural workflow comparison (#22209) 2025-11-24 15:25:12 +01:00
Konstantin Tieber
6786915537
feat(core): Make user role provisioning available on enterprise (#22166) 2025-11-24 13:21:35 +01:00
yehorkardash
60a9cbf133
fix: Improve json repair logic (#22088) 2025-11-24 14:02:05 +02:00
Mutasem Aldmour
214a7e9af3
feat: Add best practices for all builder categories (#21943)
Co-authored-by: Michael Drury <michael.drury@n8n.io>
2025-11-24 11:58:31 +00:00
Suguru Inoue
609880e8b3
fix: File attachment bugfixes (no-changelog) (#22142)
Co-authored-by: Jaakko Husso <jaakko@n8n.io>
2025-11-24 12:58:20 +01:00
krisn0x
75402fb681
fix(OpenAi Node): Fix grammar in audio operation descriptions (#22041) 2025-11-24 13:48:45 +02:00
Andreas Fitzek
36149ee8ba
chore(core): Execution context establishment hook registry (#22098) 2025-11-24 12:24:32 +01:00
Iván Ovejero
b3ceeafb96
fix(core): Restore moment to regular runners image (#22212) 2025-11-24 10:21:16 +01:00
Tomi Turtiainen
2de664c0a6
test: Disable log colors in benchmark task runners (#22211) 2025-11-24 11:17:05 +02:00
Tomi Turtiainen
6f2709608f
test: Fix flaky js task runner test (#22146)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-11-24 10:01:28 +02:00
RomanDavydchuk
7c4771e623
fix(OpenAI Node): Use new model for text classification (#22130) 2025-11-21 17:02:10 +00:00
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
Benjamin Schroth
246387e3c9
feat(ai-builder): Add python script for workflow comparison (#21927) 2025-11-21 14:56:37 +01:00
Michael Drury
6bec15a114
chore: Hide Github document loader (deprecated) (#22138) 2025-11-21 13:33:57 +00:00
Daria
b56a87337c
feat(core): Add new internal endpoints for draft/publish (no-changelog) (#22105) 2025-11-21 15:27:38 +02:00
Iván Ovejero
d91187ccca
refactor(core): Update binary data config (#22141) 2025-11-21 14:13:21 +01:00
Iván Ovejero
d509dad475
refactor(core): Set up binary data table (#22137) 2025-11-21 13:44:48 +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
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
Jaakko Husso
990f196499
feat(core): Add DeepSeek support to chat hub (no-changelog) (#22037) 2025-11-21 11:11:55 +02:00
Michael Drury
231e4eff57
fix(Agent Node): Thinking model issue - undefined .map error (#22046) 2025-11-21 09:01:25 +00:00
RomanDavydchuk
69e092a263
feat(MCP Client Node): New node (#21942) 2025-11-21 10:50:32 +02:00
RomanDavydchuk
27eeec0157
fix: @n8n/scan-community-package not working on Windows (#22077) 2025-11-20 16:50:07 +00: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
Michael Drury
aa17707805
fix(core): Allow chat to process text files as well as images (#22093) 2025-11-20 16:46:51 +00:00
Daria
ac91020bd3
feat(core): Use active version instead of current version (no-changelog) (#21202) 2025-11-20 17:47:24 +02:00
Michael Drury
77b7c2dd1a
fix: Fixing failing CI tests for nodes-langchain package (#22099) 2025-11-20 15:28:23 +00:00
Jaakko Husso
da5c8ff3c5
feat(core): Add Cohere provider support for chat hub (no-changelog) (#22068) 2025-11-20 17:00:08 +02:00
Andreas Fitzek
88943838cc
chore(core): Add "test:unit" scripts to most of the backend packages (#22091) 2025-11-20 15:28:28 +01: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
Andreas Fitzek
dcea7a9d5f
chore(core): Interface definition for context establishment hooks (#22073) 2025-11-20 12:26:02 +01:00
Ricardo Espinoza
8720a0e5f3
fix(core): Update state column type (no-changelog) (#22053)
Co-authored-by: Milorad FIlipović <milorad@n8n.io>
2025-11-20 10:24:03 +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
Michael Drury
da2446ead3
fix(ai-builder): Improving workflow builder following model instructions and using AI agent node (#22011) 2025-11-19 14:58:12 +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
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