Commit Graph
650 Commits
Author SHA1 Message Date
Danny MartiniandGitHub 48644ca2f8 fix(core): Show correct error messages when nodes can't be used in an expression (#16549) 2025-06-20 14:52:11 +02:00
RomanDavydchukandGitHub f598b3bf00 fix(core): Incorrect data returned by the node when using retry on error + continue on error (#16516) 2025-06-20 12:58:52 +03:00
Benjamin SchrothandGitHub c3653275f2 fix(core): Reset destination node after partial execution of tools (#16376) 2025-06-16 16:04:31 +02:00
Mutasem AldmourGitHubcubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
aa273745ec fix: Run evaluations successfully when offload manual executions is true with queue mode (#16307)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-06-13 15:33:48 +02:00
Danny MartiniandGitHub 879114b572 fix: Postgres node with ssh tunnel getting into a broken state and not being recreated (#16054) 2025-06-13 14:38:21 +02:00
Suguru InoueandGitHub b2eb33351f fix(editor): Logs not shown when tools are partially executed (#16274) 2025-06-13 10:09:52 +02:00
Charlie KolbandGitHub 4e94488622 feat(editor): Change default node names depending on node operation and resource (#16188) 2025-06-12 13:57:26 +02:00
Elias MeireandGitHub e58de1a6e4 fix(core): Fix http requests by using correct agent (#16258) 2025-06-12 10:50:06 +02:00
Elias MeireandGitHub e3675bdfb4 fix(core): Fix HTTP proxy support in all nodes and other axios requests (#16092) 2025-06-10 14:42:51 +02:00
Charlie KolbandGitHub d17a15ef9a Revert "feat(editor): Change default node names depending on node ope… (#16169) 2025-06-10 11:34:08 +02:00
Charlie KolbandGitHub c92701cbdf feat(editor): Change default node names depending on node operation and resource (#15954) 2025-06-10 08:50:46 +02:00
कारतोफ्फेलस्क्रिप्ट™andGitHub 8c63ca7d57 fix(core): Unloading a community package should also unload all its files from require.cache (#16072) 2025-06-05 21:48:19 +02:00
कारतोफ्फेलस्क्रिप्ट™andGitHub 2258a74518 refactor(core): Simplify ExternalSecretsProxy setup and move it to core (#16021) 2025-06-05 12:49:08 +02:00
कारतोफ्फेलस्क्रिप्ट™andGitHub 4b11268a6e refactor(core): Implement a new OnPubSubEvent decorator (#15688) 2025-06-04 18:32:33 +02:00
Andreas FitzekandGitHub 40de4ed91c fix(core): Copy metadata information for binary data when data is migrated using filesystem (no-changelog) (#16003) 2025-06-04 14:52:15 +02:00
कारतोफ्फेलस्क्रिप्ट™andGitHub f8c9038c10 refactor(core): Lazy-load sentry sdk again (#15982) 2025-06-03 19:32:04 +02:00
कारतोफ्फेलस्क्रिप्ट™andGitHub 7c806ff532 refactor(core): Refactor some imports to reduce baseline memory usage (#15916) 2025-06-03 11:23:44 +02:00
Danny MartiniandGitHub 8abd556597 feat(core): Allow logging JSON to stdout (#15766) 2025-06-03 10:42:49 +02:00
Iván OvejeroandGitHub c229e915ea refactor(core): Move Logger to @n8n/backend-common (#15721) 2025-05-30 12:57:47 +02:00
Alex GrozavandGitHub e704077864 refactor(editor): Extract @n8n/i18n package for internationalization (no-changelog) (#15466) 2025-05-30 12:44:33 +03:00
olegandGitHub b6370fb2ec fix(editor): Fix partial chat executions (#15379) 2025-05-15 17:12:08 +02:00
Ricardo EspinozaandGitHub 726438d95e feat(editor): Improve manual description in nodes as tools (#15373) 2025-05-15 10:45:16 -04:00
Iván OvejeroandGitHub 226f1c73ce refactor(core): Move isObjectLiteral to @n8n/backend-common (#15414) 2025-05-15 12:31:58 +02:00
6a70841a05 fix: Align release Docker image build with lockfile (no-changelog) (#14966)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-05-14 08:16:50 +01:00
Iván OvejeroandGitHub 3176f6fc89 refactor(core): Move dependencies of Logger to standalone packages (#15338) 2025-05-13 16:55:42 +02:00
cd1d6c9dfc fix(AI Agent Node): Fix tool calling when tools run in a loop (#15250)
Co-authored-by: JP van Oosten <jp@n8n.io>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-05-13 14:40:07 +02:00
कारतोफ्फेलस्क्रिप्ट™andGitHub 8591c2e0d1 refactor(core): Migrate DB setup to use DI (#15324) 2025-05-13 13:28:41 +02:00
Benjamin SchrothandGitHub 8b467e3f56 feat(core): Implement partial execution for all tool nodes (#15168) 2025-05-12 12:31:17 +02:00
86807978c1 fix(editor): Fix AI Node Logs View to Filter Duplicate Executions (#15049)
Co-authored-by: autologie <suguru@n8n.io>
2025-05-07 08:55:58 +02:00
Iván OvejeroandGitHub e86edf536f fix(core): Fix task runner logging to browser console (#15111) 2025-05-06 09:42:46 +02:00
olegandGitHub 07e6c7e13f feat(core): Improve nodeNameToToolName special characters normalization (#15126) 2025-05-06 09:31:43 +02:00
Charlie KolbandGitHub 1d4f63985b fix(core): Use manual tool description if neither resources or operations exist (#15093) 2025-05-05 11:44:28 +02:00
Benjamin SchrothandGitHub 5fa41bd73a fix(core): Error in partial execution of vector stores (#15019) 2025-05-01 00:54:02 +02:00
b4a06aaff9 fix(core): Increment executionIndex in partial executions (no-changelog) (#14946)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-04-30 13:16:27 +02:00
Iván OvejeroandGitHub 9c0e0f0d2e refactor(core): Decouple leadership-change handlers using decorators (#15009) 2025-04-30 12:59:57 +02:00
Danny MartiniandGitHub a33e3a807a fix(core): Don't create additional nodeExecuteBefore message (#14958) 2025-04-29 15:07:30 +02:00
कारतोफ्फेलस्क्रिप्ट™andGitHub 2212aeba30 refactor(core): Move the Memoized decorator to @n8n/decorators (no-changelog) (#14952) 2025-04-28 14:16:00 +02:00
Benjamin SchrothandGitHub bc6f98928e feat(core): Implement partial execution of tool nodes (no-changelog) (#14939) 2025-04-28 13:24:56 +02:00
कारतोफ्फेलस्क्रिप्ट™andGitHub 271024ded0 feat(core): Add InstanceRole auth support for binary-data object- storage backend (#14800) 2025-04-23 16:56:13 +02:00
Iván OvejeroandGitHub e6381e09e3 refactor(core): Introduce @n8n/decorators package (#14784) 2025-04-23 16:39:49 +02:00
कारतोफ्फेलस्क्रिप्ट™andGitHub 3e5e3a585c refactor(core): Trim down NodeHelpers (no-changelog) (#14829) 2025-04-23 13:46:46 +02:00
Michael KretandGitHub b615e51f13 feat: Option to skip validation in getNodeParameter (#14726) 2025-04-18 10:05:25 +03:00
Danny MartiniandGitHub ddfe594cf0 fix(core): Prefer triggers with run data during partial executions (#14691) 2025-04-17 11:09:54 +02:00
Jaakko HussoandGitHub 302258dda2 feat(editor): Align DynamicStructuredTool and DynamicTool name fields (#14604)
feat(Code Tool Node): Use node's name instead of separate name field as tool name

feat(Vector Store Tool Node): Use node's name instead of separate name field as tool name

feat(Custom n8n Workflow Tool Node): Use node's name instead of separate name field as tool name
2025-04-16 09:53:53 +03:00
Charlie KolbandGitHub d42e61bc35 feat(HTTP Request Node): Port optimizeResponse from httpRequest tool to standalone node (no-changelog) (#14307) 2025-04-16 08:48:16 +02:00
कारतोफ्फेलस्क्रिप्ट™andGitHub 2ca742cb15 refactor(core): Migrate binary-data config to a decorated config class (#14616) 2025-04-15 10:32:38 +02:00
7723a138a1 feat(core): Add support for signed URLs for binary data (#14492)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-04-14 19:59:40 +02:00
कारतोफ्फेलस्क्रिप्ट™andGitHub de03452631 fix(core): Fix missing encryption key check on workers (#14603) 2025-04-14 16:58:22 +02:00
कारतोफ्फेलस्क्रिप्ट™andGitHub 965baae093 feat(core): Add a new option to customize SSH tunnel idle timeout (#14522) 2025-04-10 14:35:10 +02:00
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