oleg
|
538181cbe3
|
fix: Handle nodes with missing type field in ActivateExecuteWorkflowTriggerWorkflows migration (#23392)
|
2025-12-19 12:04:48 +01:00 |
|
Jaakko Husso
|
6b2887c95f
|
refactor(core): Make Chat db queries faster (#23397)
|
2025-12-19 12:03:51 +02:00 |
|
Konstantin Tieber
|
011c4bba12
|
feat(core): Add dedicated workflow:publish project scope to use instead of the generic workflow:update (#23289)
|
2025-12-18 22:07:46 +01:00 |
|
Charlie Kolb
|
337d8daa15
|
feat(core): Add workflowVersionId column to ExecutionData table (no-changelog) (#21926)
|
2025-12-17 18:03:22 +01:00 |
|
Suguru Inoue
|
0ed70e0c09
|
chore(core): Set foreign key constraint on ChatHub agentId (#23275)
|
2025-12-16 14:37:58 +01:00 |
|
Milorad FIlipović
|
a84b0e544d
|
feat(editor): Connect workflows from MCP settings page (#23025)
|
2025-12-15 19:25:29 +01:00 |
|
github-actions[bot]
|
5a825a01c5
|
🚀 Release 2.1.0 (#23236)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
|
2025-12-15 17:51:59 +02:00 |
|
Suguru Inoue
|
b7c92e07c7
|
feat(core, editor): Better distinguish personal and workflow agents in chat (no-changelog) (#23032)
Co-authored-by: Jaakko Husso <jaakko@n8n.io>
|
2025-12-15 15:40:13 +01:00 |
|
Guillaume Jacquart
|
2f329b38f9
|
feat(core): Add isResolvable in public and internal APIs (#23119)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
|
2025-12-15 10:33:23 +01:00 |
|
Guillaume Jacquart
|
a19fefece5
|
feat(core): Add resolvable fields to credential entity (#22712)
|
2025-12-12 08:06:04 +01:00 |
|
Daria
|
9a608dc00c
|
feat: Set autosave for history versions (no-changelog) (#23076)
|
2025-12-11 18:14:42 +02:00 |
|
S Rishiraj
|
9a2f2e77aa
|
fix(editor): Column order in workflow UNION query to fix sorting (#22026)
Co-authored-by: Nikhil Kuriakose <nikhilkuria@gmail.com>
|
2025-12-11 13:41:06 +01:00 |
|
Daria
|
5074c992c7
|
fix: Backfill missing workflow history records (#23070)
|
2025-12-11 12:54:56 +02:00 |
|
Tomi Turtiainen
|
9144314476
|
Merge branch 'master' into v2
|
2025-12-10 10:08:10 +02:00 |
|
Daria
|
50e337f0ba
|
fix: Add version history records when importing workflows (#22974)
|
2025-12-09 19:22:31 +02:00 |
|
github-actions[bot]
|
a8ecda44f7
|
🚀 Release 2.0.0 (#22939)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
|
2025-12-08 19:11:21 +02:00 |
|
Jaakko Husso
|
58cf94a9d9
|
feat(core): Add 'Project Chat User' role for chat only access use case (no-changelog) (#22837)
|
2025-12-08 16:50:40 +02:00 |
|
Svetoslav Dekov
|
311d347226
|
fix(editor): Fix workflow list endpoint triggerNodeType filter query (no-changelog) (#22912)
|
2025-12-08 15:50:44 +02:00 |
|
Charlie Kolb
|
a2da5641fc
|
fix(core): Exclude Sub-workflow and Error triggers from triggerCount again (no-changelog) (#22906)
|
2025-12-08 14:18:49 +01:00 |
|
Ricardo Espinoza
|
f7cb18ce38
|
fix(core): Update migration that activate workflows with executeWorkflowTrigger (#22860)
|
2025-12-08 12:39:31 +01:00 |
|
Svetoslav Dekov
|
a2373d846e
|
fix(editor): Use active workflow nodes to determine wf inputs when executing by parent (no-changelog) (#22907)
|
2025-12-08 13:12:56 +02:00 |
|
Ricardo Espinoza
|
ca8494af95
|
fix: Allow the activation of workflows with the errorTrigger and the executionWorkflowTrigger trigger (no-changelog) (#22019)
Co-authored-by: Daria Staferova <daria.staferova@n8n.io>
|
2025-12-05 11:24:33 -05:00 |
|
Andreas Fitzek
|
e78250f94c
|
chore(core): Implement generic credential storage provider (#22662)
|
2025-12-05 11:04:26 +01:00 |
|
mfsiega
|
3026a813b0
|
fix(core, editor): Move single webhook trigger check to the backend (#22450)
Co-authored-by: Danny Martini <danny@n8n.io>
|
2025-12-04 18:20:13 +01:00 |
|
github-actions[bot]
|
c0407fd76c
|
🚀 Release 2.0.0-rc.3 (#22757)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
|
2025-12-04 17:01:22 +02:00 |
|
Danny Martini
|
ce6403262b
|
fix(core): Address review feedback for sub-workflow wait fix (#22745)
|
2025-12-04 14:39:47 +01:00 |
|
github-actions[bot]
|
030b25ed89
|
🚀 Release 2.0.0-rc.1 (#22729)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
|
2025-12-04 13:04:22 +02:00 |
|
Tomi Turtiainen
|
a3278e9d65
|
Merge tag 'n8n@2.0.0-rc.0' into v2
|
2025-12-04 12:49:38 +02:00 |
|
Danny Martini
|
14205dc0c6
|
fix(core): Make sub-workflows with waits return correct data to parents (#22611)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-12-04 11:32:30 +01:00 |
|
Guillaume Jacquart
|
a02d7ba9d4
|
feat(core): Add credential resolver entity for dynamic credential module (#22609)
|
2025-12-04 09:41:47 +01:00 |
|
Jaakko Husso
|
241bb0fe59
|
feat(core): Chat only users (no-changelog) (#22355)
|
2025-12-03 17:54:10 +02:00 |
|
Svetoslav Dekov
|
f69721ffec
|
fix(editor): Fix displaying of workflow publish info (no-changelog) (#22605)
|
2025-12-02 17:55:24 +02:00 |
|
github-actions[bot]
|
84148c1774
|
🚀 Release 2.0.0-rc.0 (#22613)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
|
2025-12-02 16:50:45 +02:00 |
|
Tomi Turtiainen
|
6ceef13914
|
Merge tag 'n8n@1.123.0'
|
2025-12-01 22:39:11 +02:00 |
|
Tomi Turtiainen
|
6d67db4449
|
🚀 Release 1.123.0 (#22565)
|
2025-12-01 22:10:38 +02:00 |
|
Tomi Turtiainen
|
a4757cf009
|
chore: Initial V2 changes (#22553)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: yehorkardash <yehor.kardash@n8n.io>
Co-authored-by: Daria <daria.staferova@n8n.io>
Co-authored-by: Svetoslav Dekov <svetoslav.dekov@n8n.io>
Co-authored-by: Nikhil Kuriakose <nikhilkuria@gmail.com>
Co-authored-by: Charlie Kolb <charlie@n8n.io>
|
2025-12-01 20:44:59 +02:00 |
|
Benjamin Schroth
|
143136fb02
|
chore: Update langchain (#22500)
|
2025-12-01 16:38:55 +01:00 |
|
Iván Ovejero
|
01ad587b03
|
refactor(core): Deprecate workflow.active field (#22533)
|
2025-12-01 13:34:11 +01:00 |
|
Declan Carroll
|
75b2cd0de6
|
fix: Pin n8n packages to workspace version (#22460)
|
2025-12-01 09:52:01 +00:00 |
|
Charlie Kolb
|
79ea109581
|
feat(core): Add workflowPublishHistory relation to history endpoints (no-changelog) (#22466)
|
2025-11-28 17:47:47 +01:00 |
|
Charlie Kolb
|
9f2efb75aa
|
feat(core): Introduce workflowPublishHistory table (no-changelog) (#22043)
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
|
2025-11-28 14:57:38 +01:00 |
|
Milorad FIlipović
|
32c2909d72
|
feat(core): Use new workflow history in mcp tools (#22384)
|
2025-11-27 14:45:57 +01:00 |
|
Konstantin Tieber
|
e1f154d7a8
|
refactor(core): Remove admin API token scopes when user is demoted from admin to member via SSO (#22359)
|
2025-11-27 11:14:48 +01:00 |
|
Iván Ovejero
|
934b9a7346
|
feat(core): Introduce database mode for binary data storage (#22162)
|
2025-11-26 13:02:10 +01:00 |
|
Tomi Turtiainen
|
4832042b16
|
Merge tag 'n8n@1.122.0'
|
2025-11-24 22:25:40 +02:00 |
|
mfsiega
|
9319139a08
|
feat(core): Switch to structured destination node (no-changelog) (#22143)
Co-authored-by: Danny Martini <danny@n8n.io>
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-11-24 16:13:37 +01:00 |
|
github-actions[bot]
|
2ca66ce269
|
🚀 Release 1.122.0 (#22237)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
|
2025-11-24 15:35:52 +01:00 |
|
Daria
|
b56a87337c
|
feat(core): Add new internal endpoints for draft/publish (no-changelog) (#22105)
|
2025-11-21 15:27:38 +02:00 |
|
Iván Ovejero
|
d91187ccca
|
refactor(core): Update binary data config (#22141)
|
2025-11-21 14:13:21 +01:00 |
|
Iván Ovejero
|
d509dad475
|
refactor(core): Set up binary data table (#22137)
|
2025-11-21 13:44:48 +01:00 |
|