Declan Carroll
e19bc4f694
ci: Update node popularity data and workflow ( #24014 )
2026-01-08 08:38:26 +00:00
Svetoslav Dekov
aed05b4b86
fix(editor): Fix input type switch when pasting expression ( #23535 )
2026-01-08 09:12:00 +02:00
Robert Squires
57e4bf2b41
fix(editor): Sidebar bottom section always visible (no-changelog) ( #23958 )
2026-01-07 16:25:40 +00:00
Mutasem Aldmour
4e6063c91e
feat(ai-builder): Prefer core nodes over code node ( #23937 )
...
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2026-01-07 17:23:53 +01:00
Alex Grozav
f80e6e5a0a
feat(editor): Add support for route layouts (no-changelog) ( #23729 )
2026-01-07 18:05:13 +02:00
David P
565a428ec4
fix(core): Coerce BinaryDataConfig dbMaxFileSizeSchema to a number ( #23927 )
...
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2026-01-07 16:43:49 +01:00
Suguru Inoue
5234921fc4
fix(core): ChatHub: respond error details from execution ( #23732 )
2026-01-07 15:34:59 +01:00
Dawid Myslak
014e435319
docs: Update Playwright test command in AGENTS.md ( #23974 )
2026-01-07 15:24:29 +01:00
Michael Drury
edb844e9c7
chore(ai-builder): Consolidate structured output parser recommendation and guidance prompts ( #23978 )
2026-01-07 14:19:26 +00:00
Sandra Zollner
09ed1f6869
fix(editor): Fix typo in source control push modal message ( #23971 )
2026-01-07 15:08:29 +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
Albert Alises
64498cdca8
fix(editor): Make AI assistant tool steps visible during streaming ( #23898 )
...
- Steps visible during generation: When the AI assistant is working, users can now see each step (tool calls) as they happen in real-time, rather than having them hidden behind a collapsed section
- Auto-collapse on completion: Once the assistant finishes responding (or the user stops it), the steps automatically collapse to keep the final view clean and focused on the result
- Consistent loading state: The initial "thinking" state now uses the same visual component as the step list, providing a smoother transition as steps appear
- Cleaner copy: Removed trailing ellipsis from status text ("Thinking" instead of "Thinking...", "Processing" instead of "Processing...")
- Smoother transitions: Fixed a visual glitch where "Workflow generated" would briefly flash before the next step appeared
2026-01-07 12:59:50 +01:00
Maxime Pauvert
5076909bce
feat(Mailjet Node): Add Custom Campaign and Deduplicate Campaign Additional Fields ( #11715 )
...
Co-authored-by: Michael Kret <michael.k@radency.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
2026-01-07 13:43:08 +02:00
Jonathan Laliberte
f7e2029917
fix(Box Node): Fix webhook deletion bug that could delete wrong webhooks ( #18155 )
...
Co-authored-by: Michael Kret <michael.k@radency.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
2026-01-07 13:42:57 +02:00
Dawid Myslak
4f606d7ae4
fix(core): Fix for jumpy UI when using drag/drop to fields in NDV ( #23516 )
...
Co-authored-by: Michael Kret <michael.k@radency.com>
2026-01-07 12:25:40 +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
Michael Drury
f98b7bee02
fix(editor): Keep structured output parser error icon in correct position when running ( #23930 )
2026-01-07 11:00:46 +00:00
Declan Carroll
1ce650a4d0
test: Fixing flaky test ( #23961 )
...
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
2026-01-07 10:45:27 +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
Suguru Inoue
76f4703728
chore: Fix infinite requests in hosted storybook ( #23933 )
2026-01-07 10:36:02 +01:00
Irénée
f3115a367a
test: Skip source control flakey tests ( #23941 )
2026-01-07 08:54:09 +00: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
bb3d2b668e
fix: Bump versions for qs/langchain ( #23939 )
2026-01-06 18:01:31 +00:00
Declan Carroll
fa41b40459
feat: Add git commit info to workfolder push ( #23903 )
2026-01-06 18:01:11 +00:00
Michael Drury
64aed9fb27
chore(ai-builder): Support filtering by do/don't criteria in pairwise evals ( #23914 )
2026-01-06 16:40:28 +00:00
Artem Sorokin
851f85ae0b
ci: Rename GH workflows for consistent naming ( #23904 )
2026-01-06 17:27:35 +01:00
Ricardo Espinoza
569695dc67
fix(Data Table Node): Fix issue with insert and update operation ( #23936 )
2026-01-06 11:24:31 -05:00
Elias Meire
62f3019260
fix: Resolve expressions in custom form HTML fields for HITL nodes ( #23922 )
2026-01-06 17:19:54 +01:00
Iván Ovejero
182d48d083
Merge commit from fork
2026-01-06 17:19:32 +01:00
Elias Meire
1d37363ced
chore: Move codemirror-lang-html-n8n into monorepo ( #23928 )
2026-01-06 17:19:23 +01:00
Irénée
9bfb014cb9
refactor: Migrate source control feature to modules ( #22453 )
2026-01-06 15:59:11 +00:00
Thomas B.
639c09f69a
fix(McpClientTool Node): Sanitize MCP tool arguments based on schema ( #23167 )
...
Co-authored-by: Dimitri Lavrenük <20122620+dlavrenuek@users.noreply.github.com>
2026-01-06 16:48:14 +01:00
James Gee
66f8fd63db
(no-changelog) chore: Move trivy alerts to a new channel and push critical only to the current one ( #23923 )
...
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2026-01-06 16:35:48 +01:00
Iván Ovejero
5719a574b5
Merge commit from fork
2026-01-06 16:23:39 +01:00
Ricardo Espinoza
aae0f33743
chore: Remove all mentions of --tunnel (no-changelog) ( #23886 )
2026-01-06 10:03:13 -05:00
Charlie Kolb
c63cd347e4
refactor(editor): Move more workflow setters to workflowState ( #23917 )
2026-01-06 15:27:40 +01:00
Ricardo Espinoza
a92bbf0707
chore: Clean up command bar feature flag (no-changelog) ( #23830 )
2026-01-06 09:12:37 -05:00
Stephen Wright
64c27e5c34
feat: Add feature flag for tamper proof invite links ( #23920 )
2026-01-06 13:30:42 +00:00
Iván Ovejero
b1c84f7667
chore: Fix lint and typecheck on CI ( #23912 )
2026-01-06 14:14:16 +01:00
eilonc-pillar
760701c45d
Merge commit from fork
2026-01-06 13:23:20 +01:00
Eugene
c465a49dae
feat(ai-builder): Data persistence technique best practice document ( #23852 )
...
Co-authored-by: Michael Drury <me@michaeldrury.co.uk>
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Eugene <burivuhster@users.noreply.github.com>
2026-01-06 12:25:28 +01:00
Charlie Kolb
b4eeba8032
fix(core): Avoid copying execution data table on AddWorkflowVersionIdToExecutionData migration ( #23901 )
2026-01-06 11:15:59 +01:00
Artem Sorokin
e649879c07
ci: Resolve Poutine security scanner findings ( #23900 )
2026-01-06 11:10:04 +01:00
Guillaume Jacquart
072a1dd825
fix(core): Fix redirection of user missing MFA to personal settings ( #23881 )
2026-01-06 10:38:30 +01:00
Robert Squires
3cc0552cef
fix(editor): Remove template creator CTA (no-changelog) ( #23880 )
2026-01-06 08:55:42 +00:00
Svetoslav Dekov
4f059a758f
fix(editor): Fix wf history item display issue (no-changelog) ( #23875 )
2026-01-06 10:55:07 +02:00
Svetoslav Dekov
27111a7524
chore(editor): Cleanup old workflow activation FE code (no-changelog) ( #23857 )
2026-01-06 10:36:56 +02:00