Iván Ovejero
131baabb7f
refactor(core): Remove legacy expression evaluator ( #14518 )
2025-05-13 17:29:48 +02:00
Iván Ovejero
3176f6fc89
refactor(core): Move dependencies of Logger to standalone packages ( #15338 )
2025-05-13 16:55:42 +02:00
Ricardo Espinoza
42016143ab
feat(core): Update endpoint to retrieve folder to allow returning the path to root (no-changelog) ( #15158 )
2025-05-13 10:09:36 -04:00
Iván Ovejero
e122b3f0f9
refactor(core): Move UserRepository and subscribers to @n8n/db ( #15352 )
2025-05-13 15:24:26 +02:00
कारतोफ्फेलस्क्रिप्ट™
c42df1c268
refactor(core): Restructure decorators and add tests ( #15348 )
2025-05-13 15:04:58 +02:00
Yiorgis Gozadinos
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
Iván Ovejero
52f27a76ac
refactor(core): Move workflow repository to @n8n/db ( #15260 )
...
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
2025-05-13 14:21:59 +02:00
Benjamin Schroth
ff156930c5
feat: Optimise langchain calls in batching mode ( #15243 )
2025-05-13 13:58:38 +02:00
कारतोफ्फेलस्क्रिप्ट™
8591c2e0d1
refactor(core): Migrate DB setup to use DI ( #15324 )
2025-05-13 13:28:41 +02:00
कारतोफ्फेलस्क्रिप्ट™
eb634eacf4
fix(core): Upgrade snowflake-sdk to address CVE-2025-46328 ( #15345 )
2025-05-13 12:38:19 +02:00
oleg
e750d5366e
fix(Azure OpenAI Chat Model Node): Simplify Azure Entra ID Authentication and Auto-Refresh token ( #15335 )
2025-05-13 10:48:51 +02:00
Eugene
a0a4476175
chore: Rename Test workflow -> Execute workflow ( #15112 )
2025-05-13 09:35:41 +02:00
Iván Ovejero
b2d8a1cb10
refactor(core): Move webhook repository to @n8n/db ( #15318 )
2025-05-12 17:30:59 +02:00
Charlie Kolb
d683a54da0
fix(editor): Make AI Agent appear before Magento 2 when typing agent ( #15302 )
2025-05-12 17:06:19 +02:00
कारतोफ्फेलस्क्रिप्ट™
52bf9203f0
feat(API): Add Public API endpoint for updating variables ( #15315 )
2025-05-12 16:50:24 +02:00
github-actions[bot]
2674d7fe61
🚀 Release 1.93.0 ( #15311 )
...
Co-authored-by: netroy <196144+netroy@users.noreply.github.com>
2025-05-12 16:23:44 +02:00
कारतोफ्फेलस्क्रिप्ट™
41179f71c1
refactor(core): Move settings repository to @n8n/db ( #15310 )
2025-05-12 15:21:13 +02:00
Justin Ellingwood
8cc5a5da3b
docs: Lowercase xAI credentials documentation link (no-changelog) ( #15249 )
...
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
2025-05-12 13:52:47 +01:00
Benjamin Schroth
8b467e3f56
feat(core): Implement partial execution for all tool nodes ( #15168 )
2025-05-12 12:31:17 +02:00
Jaakko Husso
15e62e6dfa
fix(editor): Correct WF counts on folder with archived filter (no-changelog) ( #15195 )
2025-05-10 11:38:36 +03:00
Iván Ovejero
1f6a36e26e
refactor(core): Move shared workflow and shared credentials repositories to @n8n/db ( #15255 )
2025-05-09 17:10:25 +02:00
oleg
3a36f941b5
chore(Azure OpenAI Chat Model Node): Bump the default apiVersion to 2025-03-01-preview ( #15204 )
2025-05-09 15:02:09 +02:00
Iván Ovejero
591aee5e62
refactor(core): Improve workflow activation logs ( #15180 )
2025-05-09 14:55:20 +02:00
Michael Kret
24638420bd
feat: Community Nodes in the Nodes Panel ( #13923 )
...
Co-authored-by: Dana Lee <dana@n8n.io>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-05-09 11:14:41 +01:00
Iván Ovejero
f2ee990a57
refactor(core): Move third batch of repositories to @n8n/db ( #15166 )
2025-05-09 09:57:54 +02:00
Iván Ovejero
3079059e96
refactor(core): Tear down OrchestrationService ( #15100 )
2025-05-09 09:45:27 +02:00
Yiorgis Gozadinos
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 Ovejero
c6ceee2bee
refactor(core): Expand error message for unknown webhook request ( #15178 )
2025-05-07 14:45:57 +02:00
Ricardo Espinoza
715127fa87
feat(core): Add endpoint to transfer folder to another project (no-changelog) ( #15005 )
2025-05-07 07:51:03 -04:00
Jaakko Husso
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 Ovejero
32b72011e6
refactor(core): Move second batch of repositories to @n8n/db ( #15137 )
2025-05-06 16:40:34 +02:00
Iván Ovejero
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
Lea
22022642bf
fix: Center circular element in Milvus logo ( #15078 )
2025-05-06 14:12:36 +03:00
Iván Ovejero
75c1a4c5b3
fix(core): Fix task runner validation error on array of arrays ( #15106 )
2025-05-06 11:23:45 +02:00
Iván Ovejero
ade546fb48
refactor(core): Move first batch of repositories to @n8n/db ( #15130 )
2025-05-06 11:22:43 +02:00
oleg
939ff97ec4
fix: Revert AI nodes batching ( #15129 )
2025-05-06 11:18:11 +02:00
Iván Ovejero
ca0e7ffe3b
refactor(core): Separate license state from license service ( #15097 )
2025-05-06 09:43:08 +02:00
Iván Ovejero
e86edf536f
fix(core): Fix task runner logging to browser console ( #15111 )
2025-05-06 09:42:46 +02:00
oleg
07e6c7e13f
feat(core): Improve nodeNameToToolName special characters normalization ( #15126 )
2025-05-06 09:31:43 +02:00
github-actions[bot]
b3205c25c7
🚀 Release 1.92.0 ( #15107 )
...
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-05-05 14:23:05 +02:00
oleg
4b5f045281
feat(Anthropic Chat Model Node): Add configurable base URL for Anthropic API ( #15063 )
2025-05-05 09:57:10 +02:00
Ricardo Espinoza
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 Ovejero
bd258be052
refactor(core): Move final batch of entities to @n8n/db ( #15061 )
2025-05-02 17:46:05 +02:00
Benjamin Schroth
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 Ovejero
20834abb56
refactor(core): Move interrelated entities to @n8n/db ( #15050 )
2025-05-02 12:19:32 +02:00
Iván Ovejero
f8ead7d3eb
refactor(core): Set up @n8n/backend-common package ( #15051 )
2025-05-02 11:34:13 +02:00
Shireen Missi
31003aacd1
fix(HTTP Request Node): Add support for Bearer Auth in HttpRequest node ( #15043 )
2025-05-02 10:33:46 +01:00
Alex Grozav
833d8e3c18
refactor(editor): Refactor usePushConnection and introduce new queueing system ( #14529 )
2025-04-30 15:36:43 +03:00
Iván Ovejero
1de95ead0d
refactor(core): Move leaf entities to @n8n/db ( #15010 )
2025-04-30 10:31:28 +02:00