Commit graph

13099 commits

Author SHA1 Message Date
autologie b17cbec3af
feat(editor): Add ‘execute workflow’ buttons below triggers on the canvas (#12769)
Co-authored-by: Danny Martini <danny@n8n.io>
Co-authored-by: Mutasem Aldmour <mutasem@n8n.io>
2025-02-10 09:14:39 +01:00
Michael Kret e92556260f
feat(Microsoft Teams Node): New operation sendAndWait (#12964) 2025-02-10 09:31:45 +02:00
कारतोफ्फेलस्क्रिप्ट™ d41ca832dc
refactor(core): Move ExecutionLifecycleHooks to core (#13042) 2025-02-07 18:16:37 +01:00
Marc Littlemore cae98e733d
fix(core): Allow secrets manager secrets to be used in credentials (#13110) 2025-02-07 17:43:00 +01:00
कारतोफ्फेलस्क्रिप्ट™ 4577ce0846
refactor(core): Move more code out of NodeExecutionFunctions, and add unit tests (no-changelog) (#13131) 2025-02-07 17:35:51 +01:00
Ria Scholz ccdca6b39f
docs(Chat Trigger Node): Add option for loadPreviousSession (#13132) 2025-02-07 16:49:22 +01:00
Elias Meire cd8b300d5c
fix(Google Sheets Trigger Node): Do not return header row in rowAdded mode (#13119) 2025-02-07 12:57:18 +01:00
कारतोफ्फेलस्क्रिप्ट™ ac8c5527ca
chore(editor): Upgrade curlconverter, remove the custom patch (no-changelog) (#13124) 2025-02-07 12:48:38 +01:00
Tomi Turtiainen 4a362815f6
ci: Create task runner sentry release on publish (#13123) 2025-02-07 13:36:22 +02:00
कारतोफ्फेलस्क्रिप्ट™ fc440eb68b
fix(core): Handle cancellation of waiting executions correctly (#13051) 2025-02-07 12:34:03 +01:00
कारतोफ्फेलस्क्रिप्ट™ be39d0a0f1
fix(core): Add an option to enable dual-stack lookup to support IPv6 for redis (#13118) 2025-02-07 12:06:12 +01:00
Csaba Tuncsik 8b28d6ce8e
refactor: Move cURL converter to frontend (#11432)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-02-07 12:05:04 +01:00
Milorad FIlipović 94789e0309
feat(editor): Add node_id to canvas events (no-changelog) (#13120) 2025-02-07 10:55:34 +01:00
jeanpaul 2b1eb049f2
fix(Basic LLM Chain Node): Use correct mimetype for binary data (#12978) 2025-02-07 09:49:11 +01:00
oleg 9e4e1ca1f4
fix(Call n8n Sub-Workflow Tool Node): Fix json type when using $fromAI (#13102) 2025-02-06 17:58:43 +01:00
oleg 577d5a1bff
refactor(Google Gemini Chat Model Node): Provide custom message mapper to N8nLlmTracing (no-changelog) (#13076) 2025-02-06 17:28:13 +01:00
jeanpaul 76e0c99613
feat(OpenAI Chat Model Node): Add reasoning effort option to control the amount of reasoning tokens to use (#13103) 2025-02-06 17:21:34 +01:00
oleg fff46fa75e
refactor(Call n8n Sub-Workflow Tool Node): Remove duplicate FromAIParser service (no-changelog) (#13105) 2025-02-06 17:19:27 +01:00
Tomi Turtiainen fff98b16bb
fix(editor): Fix issues with push connect reconnection (#13085) 2025-02-06 16:39:18 +02:00
Iván Ovejero e59d9830bf
fix(core): Fix high volume of node operation errors in Sentry (#13053) 2025-02-06 15:32:12 +01:00
Michael Kret 4c2546dc78
feat: Do not assign all paired items (no-changelog) (#11716) 2025-02-06 13:46:28 +00:00
Mutasem Aldmour 2eabca5613
fix(editor): Fix prompt in easy ai template (#13091) 2025-02-06 14:30:12 +01:00
कारतोफ्फेलस्क्रिप्ट™ a81344cfcd
Merge tag 'n8n@1.78.0' 2025-02-06 14:28:13 +01:00
कारतोफ्फेलस्क्रिप्ट™ 2b133aa201
feat(core): Add an option to allow community nodes as tools (#13075) 2025-02-06 14:17:15 +01:00
Charlie Kolb ff8b1c1108
feat(editor): Add docs link in $fromAI hover info tooltip (#13097) 2025-02-06 14:17:01 +01:00
github-actions[bot] 700dd916f6
🚀 Release 1.78.0 (#13096)
Co-authored-by: elsmr <8850410+elsmr@users.noreply.github.com>
2025-02-06 14:04:06 +01:00
Elias Meire 3ed827ed66
fix: Add version to new @n8n/composables package (no-changelog) (#13098) 2025-02-06 13:47:10 +01:00
कारतोफ्फेलस्क्रिप्ट™ 1593b6cb41
fix(core): Do not emit workflow-post-execute event for waiting executions (#13065) 2025-02-06 13:37:13 +01:00
Elias Meire a37c8e8fb8
fix(core): Only use new resource mapper type validation when it is enabled (#13099) 2025-02-06 13:21:13 +01:00
Alex Grozav ef87da4c19
feat: Add reusable frontend composables package (#13077)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
2025-02-06 12:44:30 +02:00
Elias Meire df89c6fff4
test: Fix flaky code node switching test (#13090) 2025-02-06 11:38:39 +01:00
Elias Meire 00e3ebc9e2
fix(editor): Code node overwrites code when switching nodes after edits (#13078) 2025-02-05 17:07:32 +01:00
oleg 16d59e98ed
fix(editor): Allow to re-open sub-connection node creator if already active (#13041) 2025-02-05 16:45:26 +01:00
Jon 2a33d07aa0
feat: Add new schema files (no-changelog) (#13062) 2025-02-05 12:48:45 +00:00
Charlie Kolb 32f2ac6773
fix(editor): Fix overrideField text overflow (no-changelog) (#13068) 2025-02-05 13:19:15 +01:00
Tim 0bc0fc6c12
feat(Facebook Graph API Node): Update node to support API v22.0 (#13024)
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
2025-02-05 12:18:16 +00:00
Ria Scholz be5e49d56c
feat(Summarize Node): Preserves original field data type (#13069) 2025-02-05 12:52:16 +01:00
Eugene a90529fd51
fix(AI Agent Node): Ignore SSL errors option for SQLAgent (#13052)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
2025-02-05 12:35:05 +01:00
oleg b67a003e0b
feat(HTTP Request Tool Node): Relax binary data detection (#13048) 2025-02-05 12:14:31 +01:00
Charlie Kolb a7792684a6
chore: Fix CI type-checking issue (no-changelog) (#13067) 2025-02-05 11:53:39 +01:00
Charlie Kolb 2492c35e90
fix(editor): Move overrideButton and other options to the left to line up with container boundary (no-changelog) (#13061) 2025-02-05 11:25:32 +01:00
Jon 2c2d63157b
feat: Add support for client credentials with Azure Log monitor (#13038) 2025-02-05 08:51:09 +00:00
Charlie Kolb 21773764d3
feat(editor): Easy $fromAI Button for AI Tools (#12587) 2025-02-05 08:42:50 +01:00
Dana 182fc150be
feat(n8n Form Node): Respond with Text (#12979) 2025-02-04 18:35:25 +01:00
Dana ddc40ef7de
chore(n8n Form Node): Incorporate design feedback for Custom HTML (#12817) 2025-02-04 18:03:19 +01:00
Ricardo Espinoza b60011a180
feat(core): Add sorting to GET /workflows endpoint (#13029) 2025-02-04 10:52:35 -05:00
Csaba Tuncsik 18eaa5423d
fix(editor): Add telemetry to source control feature (#13016) 2025-02-04 15:51:32 +01:00
Charlie Kolb cc907fbca9
fix: Increment runIndex in WorkflowToolV2 tool executions to avoid reusing out of date inputs (#13008) 2025-02-04 13:02:50 +01:00
Elias Meire fdcff9082b
fix(core): Do not enable strict type validation by default for resource mapper (#13037) 2025-02-04 12:31:59 +01:00
autologie 3a908aca17
fix(editor): Fix position of connector buttons when the line is straight (#13034) 2025-02-04 12:18:07 +01:00