Commit Graph

4647 Commits

Author SHA1 Message Date
Stephen Wright
934bd9ab6f
feat: Allow skipping migration checks for imports (#24229) 2026-01-13 14:23:49 +00:00
phyllis-noester
8eb5e756d2
fix(core): Put source control preferences behind auth (#24113) 2026-01-13 12:30:24 +00:00
Daria
0c8b59a3f3
fix: Fix CLI import (#24215) 2026-01-13 11:56:36 +00:00
Iván Ovejero
8ccad70c16
perf(core): Reduce baseline memory usage by 33 MB for all instance types (#24107) 2026-01-13 10:34:36 +00:00
Irénée
1d5928762d
fix: Apply source control configuration changes to all multi main instances (#24038) 2026-01-13 10:32:26 +00:00
Declan Carroll
30decbba85
feat: Add public API testing to e2e tests (#24194) 2026-01-13 09:03:27 +00:00
Jaakko Husso
10165c34a0
feat(core): Add Chat hub support for 'When Last Node Finishes' and 'Using Response Nodes' response modes (#24189) 2026-01-12 16:04:51 +00:00
Irénée
116b245230
fix: Use http proxy for source control git commands (#24104) 2026-01-12 13:49:20 +00:00
Tomi Turtiainen
dd1daaba9b Merge tag 'n8n@2.4.0' 2026-01-12 16:39:49 +02:00
Ricardo Espinoza
6084fc406f
chore: Remove N8N_RUNNERS_ENABLED env variable (no-changelog) (#23885) 2026-01-12 13:38:33 +00:00
n8n-assistant[bot]
d222a6a7ce
🚀 Release 2.4.0 (#24178)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2026-01-12 13:37:10 +00:00
Charlie Kolb
5a168dfcae
test: Fix flaky active-executions test (#23871) 2026-01-12 13:19:40 +00:00
Stephen Wright
5cc55af426
feat: Add feature for clearing credentials on resolver update (#24169) 2026-01-12 12:47:45 +00:00
Guillaume Jacquart
5013a46c54
fix(core): Revert auto publish on pull (#24101) 2026-01-12 10:29:28 +00:00
Marcus
7aa5307a80
fix(core): Resolve file path correctly when serving node icons from N8N_CUSTOM_EXTENSIONS (#23029)
Co-authored-by: Roman Davydchuk <roman.davydchuk@n8n.io>
2026-01-12 10:09:53 +00:00
Guillaume Jacquart
c399e8efbe
fix(core): Connect to external secrets provider before testing (#24135) 2026-01-12 09:47:59 +00:00
Nikhil Kuriakose
46c91dfaab
feat(API): Update docs to mention publish action (#24003)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2026-01-12 09:38:57 +00:00
Marc Littlemore
ae1fb77203
feat(core): Add execution source to workflow-executed event (#24058) 2026-01-12 08:59:07 +00:00
Suguru Inoue
9a0e1548cf
feat(editor): Improve model selection dropdown in ChatHub (#23612) 2026-01-12 08:11:34 +00:00
Charlie Kolb
29ab6be235
refactor(core): Clean up workflow history compaction service and related utils (#24043) 2026-01-12 07:44:23 +00:00
Jaakko Husso
dc82d85fb4
fix(core): Cancel chat stream timeout promise after stream ends (no-changelog) (#24079) 2026-01-09 21:41:12 +00:00
Daria
37aa56e6ff
feat: Autosave workflows (#23036)
Co-authored-by: Svetoslav Dekov <svetoslav.dekov@n8n.io>
Co-authored-by: Artem Sorokin <artem@n8n.io>
Co-authored-by: Charlie Kolb <charlie@n8n.io>
Co-authored-by: Declan Carroll <declan@n8n.io>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Svetoslav Dekov <scdekov@users.noreply.github.com>
Co-authored-by: Robert Squires <robtf9@icloud.com>
Co-authored-by: Michael Drury <me@michaeldrury.co.uk>
2026-01-09 18:40:24 +00:00
Marc Littlemore
588fa50f2a
fix(core): Add license check to LDAP configuration endpoints (#24105) 2026-01-09 16:33:17 +00:00
Stephen Wright
8d1e1eb25e
feat: Add new acceptance API, make UI use correct API for tokens (#24084) 2026-01-09 14:40:37 +00:00
Suguru Inoue
8fa5aa0a7a
fix(core): Ensure all streaming chunks are processed before deleting ChatHub workflow (#24040) 2026-01-08 15:05:36 +00:00
phyllis-noester
d58d3671b1
feat(core): Add log streaming events for external secrets provider (#23990)
Co-authored-by: Marc Littlemore <MarcL@users.noreply.github.com>
2026-01-08 13:40:55 +00:00
Stephen Wright
e0f9381468
feat: Accept invitation to use new JWT for tamper proof invites (#24025) 2026-01-08 13:40:41 +00:00
Marc Littlemore
647a684580
fix(core): Add license check to DELETE variables endpoint (#24028) 2026-01-08 12:53:35 +00:00
Stephen Wright
4793610c2c
feat: Use new generated links within the UI and emails if feature is enabled (#23962) 2026-01-08 09:20:47 +00:00
Suguru Inoue
5234921fc4
fix(core): ChatHub: respond error details from execution (#23732) 2026-01-07 15:34:59 +01:00
James Gee
42adee8b05
feat(core): UI changes to support TLS over TCP (#23938)
Co-authored-by: konstantintieber <konstantin.tieber@n8n.io>
2026-01-07 14:39:47 +01:00
Guillaume Jacquart
b68d0ec485
chore(core): Add DTOs for workflow create / update validation (#23935) 2026-01-07 13:50:16 +01:00
Irénée
699698c5ee
docs: Add source control setup demo to SourceControl module README.md (#23964) 2026-01-07 11:03:46 +00:00
Marc Littlemore
2f29603908
feat(core): Add log streaming events for executions (#23372) 2026-01-07 10:24:04 +00:00
Guillaume Jacquart
def0a09d8a
feat(core): First shot in resolving the credential resolver config expressions (#23110) 2026-01-07 11:17:42 +01:00
Stephen Wright
7b74533a14
feat: Add new api for generating invite links (#23929) 2026-01-07 06:52:53 +00:00
James Gee
279d6fd10f
feat(core): Add TLS support to Syslog client (#23304)
Signed-off-by: James Gee <1285296+geemanjs@users.noreply.github.com>
2026-01-06 21:15:02 +01:00
Declan Carroll
fa41b40459
feat: Add git commit info to workfolder push (#23903) 2026-01-06 18:01:11 +00:00
Irénée
9bfb014cb9
refactor: Migrate source control feature to modules (#22453) 2026-01-06 15:59:11 +00:00
Ricardo Espinoza
aae0f33743
chore: Remove all mentions of --tunnel (no-changelog) (#23886) 2026-01-06 10:03:13 -05:00
Guillaume Jacquart
072a1dd825
fix(core): Fix redirection of user missing MFA to personal settings (#23881) 2026-01-06 10:38:30 +01:00
James Gee
79f529c145
fix(core): Bug with incorrect DI in some cases - picked up by enabling linting rule (#23855)
Signed-off-by: James Gee <1285296+geemanjs@users.noreply.github.com>
2026-01-05 21:30:23 +01:00
Guillaume Jacquart
7610a50f49
fix(core): Check if user data changed before calling save on ldap sync (#23796) 2026-01-05 17:13:13 +01:00
Guillaume Jacquart
77cbe50aea
fix(core): Inserts into execution metadata table fail due to fk (#23759) 2026-01-05 17:10:56 +01:00
Cornelius Suermann
19c5c96312
Merge tag 'n8n@2.3.0' 2026-01-05 16:31:55 +01:00
Guillaume Jacquart
14a4b74c62
fix(core): Automatically re-publish workflow with new version on pull (#23859) 2026-01-05 16:29:37 +01:00
Suguru Inoue
495841f591
feat: Allow to set ChatHub workflow agent icon in NDV (#23562) 2026-01-05 16:18:23 +01:00
n8n-assistant[bot]
2b35b1bca3
🚀 Release 2.3.0 (#23866)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2026-01-05 16:57:14 +02:00
Shashwat
23ae22bab2
fix(core): Fix CORS issue in waiting webhook responses (#23697)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
Co-authored-by: Michael Kret <michael.k@radency.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
2026-01-05 13:47:08 +00:00
Guillaume Jacquart
0fe358b4cc
chore(core): Add test to compare insights and workflow statistics (#23739) 2026-01-05 14:36:13 +01:00