Commit Graph

1626 Commits

Author SHA1 Message Date
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
Benjamin Schroth
40b1fc9a4f
refactor(AI Agent Node): Split node in helpers (#21363) 2025-11-18 09:48:06 +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
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
Farzad Sunavala
9c11c3f71e
feat(Azure AI Search API Node): Add Azure AI Search Vector Store Node (v2) (#21892)
Co-authored-by: farzad528 <farzad528@users.noreply.github.com>
2025-11-17 18:14:02 +02:00
Alex Grozav
323468a697
fix: Update tsdown and packages imports/exports (no-changelog) (#21935) 2025-11-17 16:36:22 +02:00
Vic A
0ab07f0478
fix(Embeddings Azure OpenAi Node): Add proxy agent (#18663)
Co-authored-by: RomanDavydchuk <roman.davydchuk@n8n.io>
2025-11-17 13:11:23 +02: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
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
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
RomanDavydchuk
4dd853b2d5
fix(Git Node): Disable git hooks by default (#21797)
Co-authored-by: yehorkardash <yehor.kardash@n8n.io>
2025-11-14 16:55:46 +02:00
mfsiega
6a01e4955c
test: Basic app metrics during benchmark run (#21866) 2025-11-14 15:18:34 +01:00
Robert Squires
570b03f3b8
refactor(editor): New token files and primitive tweaks (#21287)
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
2025-11-14 12:25:13 +00:00
Michael Drury
628b4a71d3
chore(ai-builder): Build with CLI command for testing prompt changes (#21876) 2025-11-14 11:50:26 +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
Elias Meire
970f1b7070
fix: Improve dev mode output and command reliability in n8n-node CLI (#21231) 2025-11-14 09:42:24 +01:00
Andreas Fitzek
9afe9298b8
chore(core): Improvements to log stream sending (#21448) 2025-11-13 17:47:14 +01:00
Irénée
b3af602ed0
feat: Prevent ldap email based account when there are deplicate emails (#21745) 2025-11-13 16:07:35 +00:00
Michael Kret
49eebcf929
fix: Enable respond to chat node as tool (#21253) 2025-11-13 13:46:26 +00:00
Guillaume Jacquart
2e27198c96
feat(editor): Create breaking change audit page (#21633)
Co-authored-by: r00gm <raul00gm@gmail.com>
2025-11-13 14:41:14 +01:00
mfsiega
c8d604d2c4
Merge commit from fork
* enforce content type multipart/form-data when we handle body.files

* fix unit tests
2025-11-13 12:51:40 +02:00
Charlie Kolb
e45a4b1073
feat(core): Add name, autosaved, description columns to workflow history (no-changelog) (#21541) 2025-11-13 10:34:19 +01:00
Svetoslav Dekov
95ab79f3f8
feat(editor): Global row search on data table details view (#21447) 2025-11-13 11:10:41 +02:00
Daria
5031e088eb
feat: Improve backfill missing workflow history records migration (no-changelog) (#21743) 2025-11-13 10:04:10 +02:00
Milorad FIlipović
35488e7acc
feat(core): Improve workflows text search (#21738)
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
2025-11-12 15:23:11 +01:00
Ricardo Espinoza
bc61f94274
feat(core): Add ACR parameter to OIDC settings (#20974) 2025-11-11 11:11:02 -05:00
Daria
baefd3aa35
test: Create history for workflows with activation logic (#21724) 2025-11-11 14:05:29 +02:00
Andreas Fitzek
8aed72ffb1
chore(core): Remove md5 usage for user id generation in postgres (#21687) 2025-11-11 12:18:32 +01:00
Tomi Turtiainen
13b7fa5c68 Merge tag 'n8n@1.120.0' 2025-11-11 12:38:48 +02:00
Iván Ovejero
e9d8757010
fix(core): Enforce timeout for task requests (#21493) 2025-11-11 10:50:41 +01: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
Daria
e3267b257a
feat(core): Enable workflow history to all users (#21240) 2025-11-11 09:05:36 +02:00
Michael Drury
72dfa553a1
feat(ai-builder): Updating prompt suggestions for the workflow builder (#21690) 2025-11-10 19:51:06 +02:00
Ricardo Espinoza
8ed34862bb
feat(core): Return WWW-Authenticate header in /mcp-server/http endpoint (#21686) 2025-11-10 10:12:11 -05:00
RomanDavydchuk
9299a7ee00
fix(MCP Client Tool Node): Respect the timeout option (#21478) 2025-11-10 14:05:02 +00:00
Daria
80f13414c5
refactor(core): Fix migration import format (#21676) 2025-11-10 11:29:49 +02:00
oleg
53d91ee89f
fix(Embeddings AWS Bedrock Node, AWS Bedrock Chat Model Node): Fix HTTP proxy (#21509)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2025-11-10 08:27:28 +01:00
Ricardo Espinoza
3070e446bf
feat: Allow CORS in the discovery endpoints (#21602) 2025-11-10 08:21:10 +01:00
Milorad FIlipović
ecc67062a4
feat(core): Add workflow descriptions (#21526)
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
2025-11-07 08:49:57 +01:00
Ricardo Espinoza
8504beb154
fix(core): Column size for token column (#21609) 2025-11-06 10:28:06 -05:00
Milorad FIlipović
276ae834a5
feat(editor): Add oAuth clients management page (no-changelog) (#21443)
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
2025-11-06 15:39:17 +01:00