Commit Graph
865 Commits
Author SHA1 Message Date
Yiorgis GozadinosandGitHub 59ba162bd9 feat(MCP Server Trigger Node): Handle multiple tool calls in mcp server trigger (#15064) 2025-05-07 21:37:07 +02:00
Iván OvejeroandGitHub c6ceee2bee refactor(core): Expand error message for unknown webhook request (#15178) 2025-05-07 14:45:57 +02:00
Ricardo EspinozaandGitHub 715127fa87 feat(core): Add endpoint to transfer folder to another project (no-changelog) (#15005) 2025-05-07 07:51:03 -04:00
Jaakko HussoandGitHub 3a13139f78 feat(core): Change workflow deletions to soft deletes (#14894)
Adds soft‑deletion support for workflows through a new boolean column `isArchived`.

When a workflow is archived we now set `isArchived` flag to true and the workflows
stays in the database and is omitted from the default workflow listing query.

Archived workflows can be viewed in read-only mode, but they cannot be activated.

Archived workflows are still available by ID and can be invoked as sub-executions,
so existing Execute Workflow nodes continue to work. Execution engine doesn't
care about isArchived flag.

Users can restore workflows via Unarchive action at the UI.
2025-05-06 17:48:24 +03:00
Iván OvejeroandGitHub 32b72011e6 refactor(core): Move second batch of repositories to @n8n/db (#15137) 2025-05-06 16:40:34 +02:00
Iván OvejeroandGitHub c76245519c refactor(core): Set up @n8n/integration-test-utils package (#15098) 2025-05-06 15:27:19 +02:00
2bb190349b refactor(core): Move more code into @n8n/permissions. Add aditional tests and docs (no-changelog) (#15062)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-05-06 15:11:05 +02:00
LeaandGitHub 22022642bf fix: Center circular element in Milvus logo (#15078) 2025-05-06 14:12:36 +03:00
Iván OvejeroandGitHub 75c1a4c5b3 fix(core): Fix task runner validation error on array of arrays (#15106) 2025-05-06 11:23:45 +02:00
Iván OvejeroandGitHub ade546fb48 refactor(core): Move first batch of repositories to @n8n/db (#15130) 2025-05-06 11:22:43 +02:00
olegandGitHub 939ff97ec4 fix: Revert AI nodes batching (#15129) 2025-05-06 11:18:11 +02:00
Iván OvejeroandGitHub ca0e7ffe3b refactor(core): Separate license state from license service (#15097) 2025-05-06 09:43:08 +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
b3205c25c7 🚀 Release 1.92.0 (#15107)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-05-05 14:23:05 +02:00
olegandGitHub 4b5f045281 feat(Anthropic Chat Model Node): Add configurable base URL for Anthropic API (#15063) 2025-05-05 09:57:10 +02:00
e01bab58a5 feat(core): Add onlySharedWithMe filter to GET /credentials endpoint (no-changelog) (#14885)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-05-02 13:08:30 -04:00
Iván OvejeroandGitHub bd258be052 refactor(core): Move final batch of entities to @n8n/db (#15061) 2025-05-02 17:46:05 +02:00
f3e29d25ed feat: Optimize langchain calls in batching mode (#15011)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-05-02 17:09:31 +02:00
Iván OvejeroandGitHub 20834abb56 refactor(core): Move interrelated entities to @n8n/db (#15050) 2025-05-02 12:19:32 +02:00
Iván OvejeroandGitHub f8ead7d3eb refactor(core): Set up @n8n/backend-common package (#15051) 2025-05-02 11:34:13 +02:00
Shireen MissiandGitHub 31003aacd1 fix(HTTP Request Node): Add support for Bearer Auth in HttpRequest node (#15043) 2025-05-02 10:33:46 +01:00
Alex GrozavandGitHub 833d8e3c18 refactor(editor): Refactor usePushConnection and introduce new queueing system (#14529) 2025-04-30 15:36:43 +03:00
Iván OvejeroandGitHub 1de95ead0d refactor(core): Move leaf entities to @n8n/db (#15010) 2025-04-30 10:31:28 +02:00
Iván OvejeroandGitHub a88b889309 refactor(core): Introduce @OnLifecycleEvent decorator (#14987) 2025-04-30 10:15:56 +02:00
olegandGitHub cf0008500c feat(Azure OpenAI Chat Model Node): Implement Azure Entra ID OAuth2 Authentication (#15003) 2025-04-30 08:42:07 +02:00
Iván OvejeroandGitHub 20115a8fa1 refactor(core): Move initial files to @n8n/db (#14953) 2025-04-29 18:14:52 +02:00
कारतोफ्फेलस्क्रिप्ट™andGitHub 979f9e6327 refactor: Overhaul nodes-testing setup - Part 3 (no-changelog) (#14967) 2025-04-29 17:42:21 +02:00
56a5546b4e 🚀 Release 1.91.0 (#14957)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-04-28 17:21:51 +02:00
97055d5714 feat: AI workflow builder front-end (no-changelog) (#14820)
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
2025-04-28 15:38:32 +02:00
Ricardo EspinozaandGitHub dbffcdc2ff feat(core): Allow setting folder destination when transferring workflow ownership (#14935) 2025-04-28 09:35:02 -04:00
कारतोफ्फेलस्क्रिप्ट™andGitHub 2212aeba30 refactor(core): Move the Memoized decorator to @n8n/decorators (no-changelog) (#14952) 2025-04-28 14:16:00 +02:00
bfd85dd3c9 feat(editor): Add time range selector to Insights (#14877)
Co-authored-by: Guillaume Jacquart <jacquart.guillaume@gmail.com>
2025-04-28 11:11:36 +02:00
Iván OvejeroandGitHub 2d60e469f3 refactor(core): Introduce @OnLeaderTakeover and @OnLeaderStepdown (#14940) 2025-04-28 10:53:01 +02:00
Iván OvejeroandGitHub 9e270cf700 refactor(core): Set up @n8n/db package (#14904) 2025-04-28 09:08:07 +02:00
Suguru InoueandGitHub e27e630af9 chore(core): Add temporary CLI option to enable logs view (no-changelog) (#14899) 2025-04-25 15:44:55 +02:00
Guillaume JacquartandGitHub 28596a633e feat(core): Implement granularity and date range filtering on insights (#14841) 2025-04-25 13:54:24 +02:00
Charlie KolbandGitHub 5ff073bd7b feat(editor): Include NodeDetailsView in URL (#14349) 2025-04-25 10:57:22 +02:00
Iván OvejeroandGitHub 4bb165398c chore: Add multi-main mode to debug info (#14835) 2025-04-25 09:40:45 +02:00
jeanpaulandGitHub 897338bd24 fix(AI Agent Node): Prevent adding empty binary message (#14871) 2025-04-24 15:59:38 +02:00
Yiorgis GozadinosandGitHub 11379bf656 feat(OpenAI Node): Support gpt-image-1 for image generation (#14870) 2025-04-24 14:10:07 +02:00
olegandGitHub 1b1d6043d6 feat: AI Workflow Builder backend (no-changelog) (#14837) 2025-04-24 08:43:35 +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
Guillaume JacquartandGitHub 9082adf89a feat(core): Export new dto and schemas (#14828) 2025-04-23 16:50:09 +02:00
Iván OvejeroandGitHub e6381e09e3 refactor(core): Introduce @n8n/decorators package (#14784) 2025-04-23 16:39:49 +02:00
Benjamin SchrothandGitHub 9021e195fa fix(Text Classifier Node): Validate inputText parameter (#14832) 2025-04-23 14:18:36 +02:00
Mutasem AldmourandGitHub 6197b0cb6d feat: Group memory nodes into section in nodes panel (#14826) 2025-04-23 13:13:17 +02:00
Iván OvejeroandGitHub 9243e18de6 refactor(core): Introduce @n8n/constants package (#14825) 2025-04-23 12:25:39 +02:00
Iván OvejeroandGitHub 14d8ae1c1a refactor(core): Remove legacy middleware from insights module (#14819) 2025-04-23 12:18:22 +02:00
Yiorgis GozadinosandGitHub 0e2eceb33f feat(OpenAI Node): Filter available models by blacklisting rather than whitelisting (#14780) 2025-04-23 11:09:16 +02:00