Commit Graph

1099 Commits

Author SHA1 Message Date
कारतोफ्फेलस्क्रिप्ट™
f1ecd9b68c fix(core): Stop reporting ExpressionError to Sentry (no-changelog) (#11943) 2024-11-28 14:49:21 +01:00
Raúl Gómez Morales
b8da4ff9ed fix(editor): Implement dirty nodes for partial executions (#11739)
Co-authored-by: Danny Martini <danny@n8n.io>
2024-11-28 14:04:55 +01:00
github-actions[bot]
2d89f5cb64 🚀 Release 1.70.0 (#11927)
Co-authored-by: netroy <196144+netroy@users.noreply.github.com>
2024-11-27 14:36:59 +01:00
Eugene
845ba6c917 feat(core): Initial TestRunner service with basic test execution (no-changelog) (#11735) 2024-11-26 16:04:24 +01:00
Danny Martini
3320436a6f fix: Retain execution data between partial executions (new flow) (#11828) 2024-11-26 13:32:39 +01:00
Bin Chang
adf026c201 fix: Fix some comments (no-changelog) (#11816)
Signed-off-by: binchengqu <bincheng@before.tech>
2024-11-22 13:31:52 +01:00
github-actions[bot]
4435b14424 🚀 Release 1.69.0 (#11812)
Co-authored-by: netroy <196144+netroy@users.noreply.github.com>
2024-11-20 16:22:11 +01:00
Raúl Gómez Morales
cd5ad65e90 fix(editor): Fix executions sorting (#11808) 2024-11-20 15:33:16 +01:00
Mutasem Aldmour
fd3254d587 feat(core): Improve debugging of sub-workflows (#11602) 2024-11-14 23:04:43 +01:00
github-actions[bot]
a91abeeff5 🚀 Release 1.68.0 (#11725)
Co-authored-by: ShireenMissi <94372015+ShireenMissi@users.noreply.github.com>
2024-11-13 19:06:31 +01:00
कारतोफ्फेलस्क्रिप्ट™
0d8aada490 feat(core): Make all http requests made with httpRequestWithAuthentication abortable (#11704) 2024-11-13 14:18:21 +01:00
oleg
565f8cd8c7 feat(editor): Improve how we show default Agent prompt and Memory session parameters (#11491) 2024-11-12 11:33:20 +01:00
Iván Ovejero
4c41575098 refactor(core): Mark finished as deprecated (#11682) 2024-11-11 18:12:41 +01:00
कारतोफ्फेलस्क्रिप्ट™
600479bf36 fix(core): Make push work for waiting webhooks (#11678) 2024-11-11 17:15:27 +01:00
oleg
9b6123dfb2 fix(AI Agent Node): Throw better errors for non-tool agents when using structured tools (#11582) 2024-11-08 16:15:33 +01:00
Eugene
57467d0285 fix(core): Improve model sub-nodes error handling (#11418) 2024-11-08 10:17:11 +01:00
github-actions[bot]
3dc0904a6c 🚀 Release 1.67.0 (#11599)
Co-authored-by: RicardoE105 <16496553+RicardoE105@users.noreply.github.com>
2024-11-06 11:09:56 -05:00
Alex Grozav
93fae5d8a7 fix: Fix loading workflows with null connection value (no-changelog) (#11592) 2024-11-06 16:16:47 +02:00
कारतोफ्फेलस्क्रिप्ट™
ccd2564cd4 refactor(core): Extract execute-single context out of NodeExecutionFunctions (no-changelog) (#11543) 2024-11-06 10:36:21 +01:00
Michael Kret
8a484077af feat(AI Transform Node): UX improvements (#11280)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2024-11-05 18:47:52 +00:00
कारतोफ्फेलस्क्रिप्ट™
3eb05e6df9 chore(core): Change NodeOperationError default level to warning (no-changelog) (#11542) 2024-11-04 17:43:11 +01:00
कारतोफ्फेलस्क्रिप्ट™
19a5c2fcf1 refactor(core): Extract hook context out of NodeExecutionFunctions (no-changelog) (#11537) 2024-11-04 16:27:23 +01:00
कारतोफ्फेलस्क्रिप्ट™
a092b8e972 fix(core): Use the correct docs URL for regular nodes when used as tools (#11529) 2024-11-04 12:31:17 +01:00
Tomi Turtiainen
e4aa1d01f3 feat: Only send needed data to task runner (no-changelog) (#11487) 2024-11-04 11:13:09 +02:00
कारतोफ्फेलस्क्रिप्ट™
2104fa1733 refactor(core): Extract poll context out of NodeExecutionFunctions (no-changelog) (#11449) 2024-11-04 09:49:52 +01:00
github-actions[bot]
dd7d374185 🚀 Release 1.66.0 (#11488)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2024-10-31 17:07:37 +02:00
कारतोफ्फेलस्क्रिप्ट™
8f5fe05a92 refactor(core): All calls to supplyData should use a distinct context type (no-changelog) (#11421) 2024-10-28 11:37:23 +01:00
कारतोफ्फेलस्क्रिप्ट™
5341ed228d fix(core): Do not report instances of FilterError to Sentry (no-changelog) (#11388) 2024-10-24 17:56:32 +02:00
github-actions[bot]
247bcc16c8 🚀 Release 1.65.0 (#11386)
Co-authored-by: cstuncsik <5410822+cstuncsik@users.noreply.github.com>
2024-10-24 12:29:51 +02:00
Tomi Turtiainen
c078a516be feat(core): Enforce config file permissions on startup (#11328)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
2024-10-23 12:54:53 +03:00
Michael Kret
643d66c0ae feat(n8n Form Page Node): New node (#10390)
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2024-10-17 14:59:53 +01:00
github-actions[bot]
c090fcb340 🚀 Release 1.64.0 (#11281)
Co-authored-by: michael-radency <88898367+michael-radency@users.noreply.github.com>
2024-10-16 14:26:07 +03:00
feelgood-interface
785b47feb3 feat(Gong Node): New node (#10777) 2024-10-16 10:23:09 +01:00
Mutasem Aldmour
d3b05f1c54 feat: Add tracking for node errors and update node graph (#11060) 2024-10-15 12:38:17 +02:00
Iván Ovejero
873851b54e refactor(core): Revamp logs for scaling mode (#11244) 2024-10-14 15:15:42 +02:00
Iván Ovejero
a7fc7fc229 fix(core): Ensure error reporter does not promote info to error messages (#11245) 2024-10-14 13:26:13 +02:00
Tomi Turtiainen
1078fa662a fix: Make sure errors are transferred correctly from js task runner (no-changelog) (#11214) 2024-10-10 21:01:38 +03:00
Shireen Missi
52dd2c7619 feat(core): Dedupe (#10101)
Co-authored-by: Jan Oberhauser <jan@n8n.io>
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
Co-authored-by: Elias Meire <elias@meire.dev>
2024-10-10 16:12:05 +01:00
github-actions[bot]
d78ab2983a 🚀 Release 1.63.0 (#11190)
Co-authored-by: fedme <3295133+fedme@users.noreply.github.com>
2024-10-09 18:30:19 +02:00
Tomi Turtiainen
e94cda3837 feat: Add support for $env in the js task runner (no-changelog) (#11177) 2024-10-09 17:31:45 +03:00
Iván Ovejero
4c7caf734c chore(core): Better debug logs for local dev (#11096) 2024-10-07 16:57:06 +02:00
Michael Kret
41228b472d feat: Human in the loop (#10675)
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
2024-10-07 16:45:22 +03:00
github-actions[bot]
3c7556542c 🚀 Release 1.62.1 (#11068)
Co-authored-by: netroy <196144+netroy@users.noreply.github.com>
2024-10-02 16:37:44 +02:00
github-actions[bot]
86069321a1 🚀 Release 1.62.0 (#11056)
Co-authored-by: netroy <196144+netroy@users.noreply.github.com>
2024-10-02 16:19:12 +02:00
oleg
ef5b7cf9b7 feat(core): Implement Dynamic Parameters within regular nodes used as AI Tools (#10862) 2024-10-02 13:31:22 +02:00
Val
27d83e0d91 feat: Initial Code Task Runners support (no-changelog) (#10698)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2024-10-02 09:31:56 +01:00
oleg
b5f4afe12e fix(Chat Trigger Node): Fix Allowed Origins paramter (#11011) 2024-09-30 15:42:37 +02:00
Michael Kret
2df5a5b649 fix(Respond to Webhook Node): Node does not work with Wait node (#10992) 2024-09-27 15:23:31 +03:00
Iván Ovejero
afda049491 refactor(core): Separate execution startedAt from createdAt (#10810) 2024-09-27 13:32:12 +02:00
Elias Meire
7073ec6fe5 fix(editor): Fix performance issue in credentials list (#10988) 2024-09-27 12:04:00 +02:00