Commit Graph

529 Commits

Author SHA1 Message Date
Charlie Kolb
f85a23809c
feat(core): Rename workflow history compaction env vars and short term compaction (#24384) 2026-01-19 11:30:12 +00:00
Charlie Kolb
b7ea4109ce
feat(core): Introduce long term workflow history trimming (#24382) 2026-01-19 09:02:20 +00:00
Mutasem Aldmour
0c721c3a36
fix(editor): Clear AI Builder chat when switching workflows (#24401)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 12:57:20 +00:00
Tomi Turtiainen
91fd383f32
refactor(core): Remove legacy sqlite driver code paths (#24376)
Co-authored-by: Danny Martini <danny@n8n.io>
2026-01-16 12:54:43 +00:00
Nikhil Kuriakose
4e28e01ba0
feat(editor): Notify users on first prod error (#21764) 2026-01-16 09:30:43 +00:00
Guillaume Jacquart
5262773683
chore(core): Create sso-saml module and move all saml related files to module (#24304) 2026-01-15 13:18:00 +00:00
Andreas Fitzek
ee9c1d77da
chore(core): Introduce CORS settings for dynamic credential interface (#24324) 2026-01-14 17:17:58 +00:00
Guillaume Jacquart
4aa9399c3d
fix(core): Fix workflow statistics constraint (#22620) 2026-01-14 16:00:03 +00:00
Stephen Wright
934bd9ab6f
feat: Allow skipping migration checks for imports (#24229) 2026-01-13 14:23:49 +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
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
Charlie Kolb
29ab6be235
refactor(core): Clean up workflow history compaction service and related utils (#24043) 2026-01-12 07:44:23 +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
Stephen Wright
e0f9381468
feat: Accept invitation to use new JWT for tamper proof invites (#24025) 2026-01-08 13:40:41 +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
Guillaume Jacquart
def0a09d8a
feat(core): First shot in resolving the credential resolver config expressions (#23110) 2026-01-07 11:17:42 +01: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
Charlie Kolb
bd16e7181c
feat(core): Adjust Workflow Compaction History algorithm (no-changelog) (#23763)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2026-01-05 13:28:30 +01:00
Mutasem Aldmour
74b552d5bd
feat: Add instance id to ai assistant service client (#23474) 2026-01-05 13:25:38 +01:00
Iván Ovejero
ea889bee89
refactor(core, editor): Remove Pyodide (#23572) 2025-12-29 14:54:15 +01:00
ByteEVM
1dd0fac24e
fix(editor): Add defaultLocale to public settings (#23134) 2025-12-29 09:59:53 +00:00
Charlie Kolb
e9e480bb8e
feat(core): Introduce WorkflowHistory compaction service (#23238)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-12-24 09:00:58 +01:00
Iván Ovejero
3af145ec71
fix(core): Fix race condition in executions pruning on leadership change (#23575) 2025-12-23 15:44:19 +01:00
Mutasem Aldmour
5818d58588
feat(ai-builder): Add support for versioning in ai-builder (#23060) 2025-12-19 15:47:20 +01:00
Jaakko Husso
2868d1bab7
fix(core): Skip saving workflow statistics on 'chat' executions (#23465) 2025-12-19 15:58:18 +02:00
mfsiega
256575745d
feat(core): Add options necessary for AWS elasticache cluster with TLS (#23274) 2025-12-18 12:56:13 +01:00
Mutasem Aldmour
776152dbe3
fix(ai-builder): Refresh license in sdk when renewed (#22969) 2025-12-09 16:51:45 +01:00
yehorkardash
fd08baf141
fix(core): Throw error when workflow is too big for webhook registration (#21860) 2025-12-09 10:47:25 +01:00
Mutasem Aldmour
dcbc24d3f7
feat(ai-builder): Consolidate builder telemetry (#22644) 2025-12-08 10:56:38 +01:00
Filipe Tavares
8364430471
chore(editor): Add trial upgrade button to main sidebar experiment (no-changelog) (#22151)
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
Co-authored-by: Romeo Balta <7095569+romeobalta@users.noreply.github.com>
2025-12-08 09:43:46 +00:00
James Gee
5c76f1ec56
fix: PAY-4074 - Owner registration in multi-main setup (#22520)
Signed-off-by: James Gee <james@justec.io>
Signed-off-by: James Gee <1285296+geemanjs@users.noreply.github.com>
2025-12-05 21:04:12 +01:00
Konstantin Tieber
3979e76c1b
chore: Revert add version back to public settings (no-changelog) (#22821) 2025-12-05 14:53:41 +01:00
Konstantin Tieber
28c3018c95
fix(core): Add version back to public settings (no-changelog) (#22804) 2025-12-05 13:30:04 +01:00
oleg
f2930e2db9
chore(ai-builder): Add workflow naming, compaction, and session cleanup to multi-agent (no-changelog) (#22646)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2025-12-03 17:50:22 +01:00
Jaakko Husso
241bb0fe59
feat(core): Chat only users (no-changelog) (#22355) 2025-12-03 17:54:10 +02: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
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
Jaakko Husso
80ee4490fa
feat(core): Use 'chat' and 'webhook' execution modes on chat hub (no-changelog) (#22282) 2025-11-25 16:47:45 +02:00
Nikhil Kuriakose
7068fe2510
fix(core): Send prod workflow succeeded for wfs in projects (#22223) 2025-11-25 11:23:32 +01:00
Irénée
83809e62ad
feat: Reduce unauthentication information in settings endpoint further (#22106) 2025-11-25 10:11:51 +00:00
mfsiega
3857f6fd44
refactor(core): Always use RunExecutionData factory (no-changelog) (#22096)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-11-21 13:42:13 +01:00
Mutasem Aldmour
55c3150c11
feat: Add support for global credentials (#21700)
Co-authored-by: Claude <noreply@anthropic.com>
2025-11-20 17:48:49 +01:00
Daria
ac91020bd3
feat(core): Use active version instead of current version (no-changelog) (#21202) 2025-11-20 17:47:24 +02:00
Eugene
0a355ccadb
feat(ai-builder): Send workflow validation issues to telemetry (#21837)
Co-authored-by: Michael Drury <michael.drury@n8n.io>
2025-11-18 16:30:16 +00:00
Tomi Turtiainen
d6f5c64c58
refactor(core): Add factory functions to create instances of IRunExecutionData (#21554)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-11-17 20:19:50 +02:00
Stephen Wright
040dcdbfc9
feat: Support custom encryption keys for imports / exports (#21863) 2025-11-14 12:47:51 +00:00
Daria
e3267b257a
feat(core): Enable workflow history to all users (#21240) 2025-11-11 09:05:36 +02:00