Commit Graph
3503 Commits
Author SHA1 Message Date
कारतोफ्फेलस्क्रिप्ट™ de03452631 fix(core): Fix missing encryption key check on workers (#14603) 2025-04-14 16:58:22 +02:00
github-actions[bot]andCharlieKolb 981eaf0728 🚀 Release 1.89.0 (#14614)
Co-authored-by: CharlieKolb <13814565+CharlieKolb@users.noreply.github.com>
2025-04-14 14:59:30 +02:00
Guillaume JacquartandIván Ovejero b568caa209 feat(core): Handle disabled modules logic and db engine dependent default for insights (#14243)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2025-04-14 12:52:56 +02:00
Ricardo EspinozaandMilorad FIlipović cade309d3b feat: Add nested search in folders (#14372)
Co-authored-by: Milorad FIlipović <milorad@n8n.io>
2025-04-11 19:17:28 -04:00
Cornelius Suermann f38bd84fd1 chore: Bump license-sdk to v2.20.0 (no-changelog) (#14555) 2025-04-11 17:18:17 +02:00
Elias Meire 8c352293b5 fix(editor): Schema preview displays for some empty nodes (#14488) 2025-04-11 14:47:29 +01:00
Iván Ovejero 9397320af9 refactor(core): Validate all string union config fields (#14527) 2025-04-11 13:58:07 +02:00
Guillaume Jacquart 61957899e1 feat(API): Add user id information on push tracking when available (#14519) 2025-04-10 17:04:48 +02:00
Iván Ovejero 313cfec74d fix(core): Restore run data value when offloading to workers (#14516) 2025-04-10 11:13:53 +02:00
Guillaume Jacquart ec73958797 feat(API): Match insights summary period with number of days filter in graphs and table (#14500) 2025-04-10 10:52:23 +02:00
github-actions[bot]andnetroy 0ff9ca989f 🚀 Release 1.88.0 (#14513)
Co-authored-by: netroy <196144+netroy@users.noreply.github.com>
2025-04-10 08:48:31 +02:00
34252f53f9 feat(MCP Client Tool Node): Add MCP Client Tool Node to connect to MCP servers over SSE (#14464)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
Co-authored-by: JP van Oosten <jp@n8n.io>
2025-04-09 17:31:53 +02:00
jeanpaulandकारतोफ्फेलस्क्रिप्ट™ 8360283c6f feat(MCP Server Trigger Node): Add MCP Server Trigger node to expose tools to MCP clients (#14403)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-04-09 14:45:24 +02:00
Iván Ovejero 84e85c9469 fix(core): Fall back to regular mode for execute and executeBatch commands (#14381) 2025-04-09 10:26:10 +02:00
कारतोफ्फेलस्क्रिप्ट™ 9ba58ca80b refactor(core): Persist node execution order, and forward it to the frontend (#14455) 2025-04-09 10:19:58 +02:00
कारतोफ्फेलस्क्रिप्ट™ 4edb90f557 Merge tag 'n8n@1.87.0' 2025-04-08 12:23:08 +02:00
कारतोफ्फेलस्क्रिप्ट™ b5d5b57118 fix(core): Fix routing for waiting webhooks and forms (#14470) 2025-04-08 12:17:01 +02:00
Guillaume Jacquart 6c73d7ed81 fix(API): Fix ratio tests on insights by workflow (#14448) 2025-04-08 10:48:57 +02:00
कारतोफ्फेलस्क्रिप्ट™ 3816ca4b41 chore: Upgrade pkce-challenge (no-changelog) (#14465) 2025-04-08 10:10:29 +02:00
Cornelius Suermann 7463f0c18a fix: Isolate license SDK proxy settings to avoid affecting unrelated requests (#14451) 2025-04-08 09:40:31 +02:00
Guillaume JacquartandDanny Martini 60afb46094 perf(core): Batch raw insights save and add metadata cache (#14261)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-04-07 18:18:11 +02:00
github-actions[bot] 368ee9cfbf 🚀 Release 1.87.0 (#14444) 2025-04-07 15:45:29 +02:00
Marc Littlemore 89d2eb7aa3 feat: Add license helpers for insights (no-changelog) (#14180) 2025-04-07 09:18:46 +01:00
Ricardo Espinoza adbfb44c26 fix(core): Detach workflow from parent folder in source project when transferring ownership (#14414) 2025-04-05 14:31:55 -04:00
Cornelius SuermannandIván Ovejero c9565fc0be feat(core): Make detaching floatable entitlements on shutdown configurable (#14266)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2025-04-04 17:35:32 +02:00
39e2d35a71 fix(core): Return correct trigger count for nodes with multiple webhooks (#14300)
Co-authored-by: Danny Martini <danny@n8n.io>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-04-04 14:15:10 +01:00
Charlie Kolbandकारतोफ्फेलस्क्रिप्ट™ 73748e300e feat(core): Add special @tool displayOption (#14318)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-04-04 09:22:13 +02:00
Charlie Kolb 9104743a5f fix(editor): Improve sub-workflow debugging for more node error types (#14347) 2025-04-04 08:33:29 +02:00
Danny Martini 7379f44896 feat(core): Don't store insights for sub workflow executions (#14384) 2025-04-03 15:16:50 +02:00
कारतोफ्फेलस्क्रिप्ट™ cc465a5593 refactor(core): Extract code out of WorkflowHelpers.executeWebhook, and add tests - Part 1 (no-changelog) (#14331) 2025-04-03 14:16:02 +02:00
कारतोफ्फेलस्क्रिप्ट™ 178628a59b fix(core): Add cross-origin checks on push endpoints (#14365) 2025-04-03 14:04:27 +02:00
कारतोफ्फेलस्क्रिप्ट™ 4110f3188e feat(core): Upgrade to express 5 to address CVE-2024-52798 (#14332) 2025-04-03 13:43:52 +02:00
Guillaume Jacquart 17a829f1a2 feat(API): Add config to set age threshold for insights compaction (#14221) 2025-04-02 17:18:51 +02:00
Guillaume JacquartandDanny Martini db381492a9 feat(API): Implement BE api for insights data (#14064)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-04-02 16:34:57 +02:00
Michael Kret 501963f568 fix: Show correct message on retry (#14321) 2025-04-02 17:20:21 +03:00
Michael Kret df9ea095fc fix(n8n Form Node): Add doctype to page (#14306) 2025-04-02 16:12:54 +03:00
कारतोफ्फेलस्क्रिप्ट™ 9c8a5f9c57 fix(core): Sandbox HTML binary files in viewing mode (#14350) 2025-04-02 14:55:15 +02:00
Justin EllingwoodandMichael Kret 0e9e28356e fix: Fix small wording issue in form template (no-changelog) (#11738)
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-04-02 08:49:12 +03:00
Guillaume Jacquart cf37ee3ced fix(API): Insights - round failure rate to 3 decimals (#14325) 2025-04-01 17:23:08 +02:00
Guillaume Jacquart 837131fc96 feat(API): Add insights config on frontend settings (#14315) 2025-04-01 15:18:26 +02:00
कारतोफ्फेलस्क्रिप्ट™ 4a95035b3a fix(core): Upgrade swagger/openai setup to address CVE-2024-57083 (#14314) 2025-04-01 12:52:30 +02:00
कारतोफ्फेलस्क्रिप्ट™ 58b1cee153 ci: Update project references for backend and nodes packages (no-changelog) (#14308) 2025-04-01 12:24:45 +02:00
Dana 4bc1c1a547 fix(n8n Form Node): Remove field requirement and do not inherit description (#14254) 2025-04-01 12:21:39 +02:00
कारतोफ्फेलस्क्रिप्ट™ 73e8d76e13 refactor: Overhaul nodes-testing setup - Part 1 (no-changelog) (#14303) 2025-04-01 10:15:13 +02:00
github-actions[bot]andtomi 7e6a1e69bf 🚀 Release 1.86.0 (#14293)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-03-31 14:39:15 +02:00
Elias Meire 4ea219b1f7 fix(core): Fix OAuth1 callback token request (#14251) 2025-03-28 18:59:30 +00:00
Michael Kret af777307b3 fix(n8n Form Node): Show Form Complition after Form Complition page (#14226) 2025-03-28 16:13:35 +01:00
Guillaume Jacquart bf274c0a87 fix(API): Summarize insights from current datetime instead of beginning of the day (#14186) 2025-03-28 10:00:34 +01:00
Guillaume Jacquart ffc0a596e0 feat(API): Return null deviation on insights summary if previous period has no data (#14193) 2025-03-26 17:56:56 +01:00
Charlie Kolb 41b1797a25 test: Add tests to validate usableAsTool directly (no-changelog) (#14197) 2025-03-26 17:23:36 +01:00