Commit Graph

4804 Commits

Author SHA1 Message Date
Iván Ovejero
5446098653
perf(core): Make event loop block detection configurable (#25291) 2026-02-04 10:39:18 +00:00
Jaakko Husso
ef22db2c62
feat(core): Add workflowExecuteResume lifecycle hook (#25240) 2026-02-04 09:58:08 +00:00
Stephen Wright
a5f84ec040
feat: Project users public endpoint (#25189) 2026-02-04 09:16:46 +00:00
Andreas Fitzek
eaf805215e
fix(core): Skip AuthRolesService.init() for workers to prevent scope deletion (#25245)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 08:55:20 +00:00
Albert Alises
50e1f66c8f
feat(core): Add MCP queue mode and multi-main support (#25147) 2026-02-04 08:40:48 +00:00
Tomi Turtiainen
a3ff1841af
fix(core): Prevent SQL syntax error when filtering users with empty ids array (#25284)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 07:32:58 +00:00
Jaakko Husso
eeca75d254
fix(core): Make restartExecutionId get passed on queue mode (#25234) 2026-02-03 19:12:39 +00:00
Jon
381c6f91a3
fix: Fix issue with MCP DCR always trying to use base url and not keeping the path (#25174) 2026-02-03 15:24:26 +00:00
Guillaume Jacquart
642cb061ed
chore(core): Add auth handler registry to reverse control of the ldap call (#25078) 2026-02-03 13:23:06 +00:00
Tomi Turtiainen
103468af05
perf(core): Check if row exists instead of querying it entirely (#25223) 2026-02-03 13:05:16 +00:00
Milorad FIlipović
ce1c787d11
fix(core): Stop showing setup on first load in demo mode (#25226) 2026-02-03 12:52:58 +00:00
Iván Ovejero
3cd17485fe
perf(core): Remove redundant webhook cache rebuild on activation (#25220) 2026-02-03 12:07:52 +00:00
Iván Ovejero
5209c52e83
perf(core): Skip workflow_history JOIN for activate, deactivate, and update (#25185) 2026-02-03 12:00:17 +00:00
Iván Ovejero
1a2b1cfa73
perf(core): Remove more JOINs from workflow queries (#25182) 2026-02-03 12:00:02 +00:00
Irénée
b351d8dd1e
feat(core): Add secrets completions API endpoints for global and project scopes (#25205) 2026-02-03 11:19:12 +00:00
Irénée
9e24f5b099
feat: Implement Secret Providers Types API endpoints (no-changelog) (#25200) 2026-02-03 10:30:55 +00:00
Stephen Wright
7108ef45fa
feat: Selectively skip auth only for dynamic creds (#25184) 2026-02-02 16:35:25 +00:00
Stephen Wright
e1a1e87001
feat: Disallow usage of unsupported protocols in oauth fields (#25170) 2026-02-02 15:37:47 +00:00
Iván Ovejero
8057b725dc
perf(core): Optimize credentials access (#25150) 2026-02-02 14:07:34 +00:00
Iván Ovejero
c9b661fecf
perf(core): Optimize access for webhooks and workflows (#25149) 2026-02-02 14:02:56 +00:00
James Gee
aaf69b8254
feat(core): Support disabling publishing workflows in personal space (no-changelog) (#24111)
Co-authored-by: konstantintieber <konstantin.tieber@n8n.io>
Co-authored-by: Andreas Fitzek <andreas.fitzek@n8n.io>
2026-02-02 13:49:51 +00:00
Tomi Turtiainen
b726db2ee0 Merge tag 'n8n@2.7.0' 2026-02-02 16:00:50 +02:00
Stephen Wright
f516d9495b
feat: Update log streaming to unwrap nested proxy (#25159) 2026-02-02 13:45:37 +00:00
Iván Ovejero
427556a4d8
ci: Fix flaky folders test (#25152) 2026-02-02 13:33:53 +00:00
n8n-assistant[bot]
abe0d8a362
🚀 Release 2.7.0 (#25167) 2026-02-02 15:30:26 +02:00
Irénée
638d3f87a7
feat(core): Add project-scoped support to external secrets manager (no-changelog) (#25090)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 13:28:55 +00:00
Iván Ovejero
eaacb5af81
chore: Revert reversion of ensuring execution ID in webhook response (#25164) 2026-02-02 13:06:30 +00:00
Sandra Zollner
9c52c963da
refactor(core): Update date query validation to accommodate timing issue (#25095) 2026-02-02 10:54:39 +00:00
Jon
f9e230e2d0
fix: Fix issue with workflowId not being correctly validated (#24866) 2026-02-02 10:04:20 +00:00
Daria
18487d0459
feat(core): Add auto-publish on Environments Feature Pull (#24701) 2026-02-02 09:45:27 +00:00
Andreas Fitzek
038a399ada
chore(core): Change db column type to TEXT for subject_id (#25044) 2026-02-02 09:34:37 +00:00
Guillaume Jacquart
40f670562e
fix(core): Update ownership cache update on folder transfer (#24974) 2026-02-02 09:27:00 +00:00
Jaakko Husso
d4a6a068d4
refactor(core): Split title generation and executions handling from Chat hub service (#25110) 2026-02-02 08:53:37 +00:00
Michael Kret
805b2223a8
feat(Microsoft Agent 365 Trigger Node): Integration for Microsoft Agents 365 (#25145)
Co-authored-by: Rick Brighenti <202984599+rbrighenti@users.noreply.github.com>
2026-02-02 08:42:43 +00:00
Iván Ovejero
a7408fa082
fix(core): Revert ensuring execution ID in webhook response (#25146) 2026-02-02 08:42:22 +00:00
mfsiega
754386247c
feat(core): Index both draft and published workflow versions (no-changelog) (#25009) 2026-02-02 08:41:24 +00:00
Milorad FIlipović
ff68b7bd2c
feat(editor): Add AI Usage settings page (#20926) 2026-02-02 08:20:54 +00:00
Iván Ovejero
075ffd05f1
perf(core): Optimize saving execution progress (#25089) 2026-02-02 08:12:49 +00:00
Tomi Turtiainen
4995710fcb
chore: Upgrade pg to 8.17.0 (#25116) 2026-02-02 07:45:27 +00:00
yehorkardash
89f8fb04ca
fix(AMQP Trigger Node): Save failed executions (#21878)
Co-authored-by: Michael Kret <michael.k@radency.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
2026-01-31 12:07:35 +00:00
Tomi Turtiainen
1ae7b6ee1b
chore: Remove error reporting of too large telemetry events (#25103) 2026-01-30 19:56:06 +00:00
Svetoslav Dekov
4f3358810a
feat(editor): Add dynamic templates experiment (no-changelog) (#25030) 2026-01-30 15:43:08 +00:00
Jaakko Husso
0396402e69
refactor(core): Use websockets on Chat hub message streaming (#24995) 2026-01-30 15:19:39 +00:00
Iván Ovejero
ea4d2d217a
fix(core): Fix missing early return on Bull error (#25084) 2026-01-30 14:49:45 +00:00
Andreas Fitzek
e91edc794f
chore(core): Support cookie for auth token extraction in dynamic credential endpoints (#25036) 2026-01-30 14:35:15 +00:00
yehorkardash
e1dd07777d
fix(core): Use proxy for all npm commands (#24909) 2026-01-30 14:15:25 +00:00
Iván Ovejero
c4ce0fbfbb
refactor(core): Route execution creation through ExecutionPersistence (#24912) 2026-01-30 12:46:53 +00:00
Iván Ovejero
efd741f529
perf(core): Minimize execution data fetching (#25073) 2026-01-30 11:32:13 +00:00
mfsiega
7e580ea8cf
fix(core): Support reconnecting on Redis failover (#25038) 2026-01-30 11:05:44 +00:00
Guillaume Jacquart
a4a9234a39
chore(editor): Remove all calls to fetch all users and replace with targeted filtering (#25024) 2026-01-30 10:53:37 +00:00