Commit Graph

17453 Commits

Author SHA1 Message Date
Guillaume Jacquart
6ccffed46d
chore(core): Extract ldap into module, and introduce auth handler for registering it (#24494) 2026-01-23 09:39:52 +00:00
Albert Alises
09222733e1
feat(ai-builder): Add webhook notifications for AI evaluation results (#24653) 2026-01-23 09:39:04 +00:00
Declan Carroll
7d233b2f58
feat: Centralizes debounce timing constants (#24710) 2026-01-23 09:35:22 +00:00
Stephen Wright
c5a8355dc7
feat: When adding an instance owner / admin to a project, they should default to project admin (#24723) 2026-01-23 09:30:37 +00:00
Irénée
dc8383ee76
chore: Add secrets provider api contracts (#24718) 2026-01-23 09:19:59 +00:00
Alex Grozav
a05d606b6b
feat(editor): Make expression resolution async (#24249)
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
2026-01-23 09:05:26 +00:00
Elias Meire
9b19b4380c
fix(editor): Fix assignment component spacing (#24592) 2026-01-23 08:43:57 +00:00
Svetoslav Dekov
eb4f2bcae7
feat(editor): Update template detail UX (no-changelog) (#24402) 2026-01-23 08:20:27 +00:00
RomanDavydchuk
0c120174b4
fix(Git Node): Clean up URLs returned from config (#24713) 2026-01-23 08:16:04 +00:00
Michael Kret
58bbb8a473
feat(Kafka Trigger Node): Additional options for batch processing (#24596) 2026-01-23 08:12:43 +00:00
Andreas Fitzek
ccac24b0de
chore(core): Remove gracefull error handling for http header extractor (#24714) 2026-01-22 17:42:13 +00:00
mfsiega
94ff4effa4
fix(core): Reconcile remote and local state for leader election (#24722) 2026-01-22 16:29:17 +00:00
Mutasem Aldmour
d513f1ca3f
fix(AI Agent Node): Fix gemini 3 thought signature handling on Vertex AI (#24473)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: Benjamin Schroth <benjamin@n8n.io>
2026-01-22 16:21:46 +00:00
Filipe Tavares
4dedbdde4e
chore(API): Adds jitter middleware and swallow forgot password errors to prevent user enumeration (no-changelog) (#24553)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 16:11:02 +00:00
Michael Drury
3e13296059
docs: Add Claude Code guidance for workflow traversal and prompt building (no-changelog) (#24708) 2026-01-22 16:01:28 +00:00
phyllis-noester
a5e5ea044c
feat: Dynamic creds workflow fails if no dynamic creds exist (#24660) 2026-01-22 15:52:34 +00:00
Andreas Fitzek
da42ca6fd4
chore(core): Remove allow failure toggle for context extractor (#24679) 2026-01-22 15:40:26 +00:00
Stephen Wright
bdb035c9d8
feat: Make default none for auth'd domains on domain aware credentials (#24702) 2026-01-22 15:39:40 +00:00
Charlie Kolb
d9cc9592c4
feat(core): Reduce optimizingMinimumAgeHours in Workflow History Compaction from 3 hours to 15min (#24709) 2026-01-22 15:35:36 +00:00
Declan Carroll
a588facc4a
test: Add Kafka test container (#24116) 2026-01-22 14:47:53 +00:00
Tomi Turtiainen
6d9ee3a1ef
fix(core): Fix concurrency control not releasing capacity if execution continuation fails (#24396) 2026-01-22 14:24:09 +00:00
Michael Drury
6f2c1efc2f
feat(ai-builder): Providing instructions from workflow builder on creation of data tables (#24595) 2026-01-22 14:23:11 +00:00
Michael Kret
8fc88bca5a
fix: Validate attachments url (#24683) 2026-01-22 14:15:06 +00:00
Charlie Kolb
d1328aae76
feat(core): Improve Workflow History Compaction additive merging (no-changelog) (#24700) 2026-01-22 13:46:20 +00:00
Iván Ovejero
5d481988a9
perf(core): Lazyload login strategies and external secrets (#24693) 2026-01-22 13:43:57 +00:00
Declan Carroll
eed218e1a9
build: Remove tsup from nodes-langchain to unblock Vitest migration (no-changelog) (#24670) 2026-01-22 11:59:21 +00:00
Svetoslav Dekov
add046aa2c
feat(editor): Rework recommended templates UX (no-changelog) (#24294) 2026-01-22 11:19:05 +00:00
Albert Alises
a6e8afeee7
feat(ai-builder): Remove techniques selection limit of 5 (#24530) 2026-01-22 11:07:47 +00:00
Rob Hough
1d2a32dda0
feat(editor): Add new Button component to design system (no-changleog) (#24467) 2026-01-22 10:51:27 +00:00
Guillaume Jacquart
c223f8cba7
feat(core): Check if dynamic credentials auth token is set, return 400 otherwise (#24647) 2026-01-22 10:12:27 +00:00
Iván Ovejero
efc6c123c8
Merge commit from fork
* refactor(core): Improve expressions handling

* refactor(core): More expressions handling improvements
2026-01-22 12:40:09 +02:00
Filipe Tavares
650fd00b11
chore(editor): Trial indicator shows days, hours and minutes left (no-changelog) (#24629) 2026-01-22 10:10:05 +00:00
Tomi Turtiainen
8e0de0be02
feat(core): Add limits to fields used for rate limiter keys (#24665) 2026-01-22 10:09:20 +00:00
James Gee
ee1a77cd46
fix(core): Workflow tag removal syncing (#24557) 2026-01-22 09:44:59 +00:00
Mutasem Aldmour
b21c53677c
feat: Add workflow demo diff view (#24585)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 09:18:21 +00:00
RomanDavydchuk
ac47bcb9a2
fix(core): Remove duplicate Resource Mapper Component fields (#24432) 2026-01-22 09:13:50 +00:00
Antonio Piazza
b7c6d54523
feat(Microsoft Teams Node): Add support for government cloud tenants (#17297)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: RomanDavydchuk <roman.d@radency.com>
Co-authored-by: RomanDavydchuk <roman.davydchuk@n8n.io>
2026-01-22 09:10:52 +00:00
Charlie Kolb
4456bf3c9a
refactor(core): Move workflow history compaction logs to debug (#24680) 2026-01-22 09:06:02 +00:00
Loganaden Velvindron
0aeb4a25e2
fix: Update nodejs to fix CVE-2025-59466 (#24352) 2026-01-22 07:04:18 +00:00
Jaakko Husso
cb07d6b0be
fix(core): Make Respond to Chat nodes work on Chat hub with multi-main instances (#24657) 2026-01-21 22:05:09 +00:00
Iván Ovejero
d2e410a244
ci: Authenticate before syncing to private repo (#24656) 2026-01-21 16:48:40 +00:00
Nikhil Kuriakose
1894aaf49b
fix(editor): Layout changes to the input triple (#24527) 2026-01-21 16:19:49 +00:00
Nikhil Kuriakose
4e7710e15c
fix(editor): Always connect start node to trigger node (#24531) 2026-01-21 16:19:35 +00:00
Charlie Kolb
98079c9245
fix(Data Table Node): Require condition for upsert (#24640) 2026-01-21 16:02:18 +00:00
Albert Alises
99cb5982a0
ci(core): Add automated AI workflow builder evaluations (#24582) 2026-01-21 15:30:45 +00:00
Stephen Wright
8864bc5136
feat: Remove stub resolver for dynamic credentials (#24637) 2026-01-21 14:22:35 +00:00
Tomi Turtiainen
b73e767fe3
chore: Add claude settings (#24638) 2026-01-21 14:20:32 +00:00
Tomi Turtiainen
d9862bb4aa
feat(core): Implement two-layered rate limiting system (#24636) 2026-01-21 14:02:05 +00:00
Romeo Balta
06dfc3b6fe
feat(editor): Resource center experiment (no-changelog) (#24510) 2026-01-21 13:39:30 +00:00
Dimitri Lavrenük
8e6d7f45a2
fix: Move webhook duplication checks to backend and make them more reliable (#23094)
Co-authored-by: Michael Siega <michael.siega@n8n.io>
Co-authored-by: Michael Kret <michael.k@radency.com>
2026-01-21 10:49:20 +00:00