Commit Graph

4580 Commits

Author SHA1 Message Date
Suguru Inoue
346cf84671
test: Add more ChatHub e2e tests (#23522) 2025-12-23 12:57:20 +01:00
Jaakko Husso
62d7386f02
refactor(core): Rework how credential access is checked on Chat hub (#23519) 2025-12-23 12:47:02 +02:00
Jaakko Husso
06cd720760
refactor(core): Remove 'beginTransaction' parameter from withTransaction (#23449) 2025-12-23 12:46:33 +02:00
Tomi Turtiainen
3919879b5e Merge tag 'n8n@2.2.0' 2025-12-22 21:11:59 +02:00
Iván Ovejero
c7fed98563
fix(core): Validate missing code param in Code node (#23405) 2025-12-22 17:29:52 +01:00
mfsiega
be7713b684
fix(core): Use Redis prefix everywhere (no-changelog) (#23366) 2025-12-22 17:29:38 +01:00
github-actions[bot]
67e25c890a
🚀 Release 2.2.0 (#23533)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-12-22 14:57:23 +00:00
Andreas Fitzek
a4206483f0
chore(core): Include workflow:publish for global owner and admin (#23532) 2025-12-22 15:19:40 +01:00
Jaakko Husso
240f10a6ed
fix(core): Fix access control checks for displaying workflow and execution links on Chat hub (#23524) 2025-12-22 15:20:30 +02:00
Declan Carroll
078e060162
ci: Add duration-based test orchestration for Playwright E2E (#23257) 2025-12-22 13:01:22 +00:00
Guillaume Jacquart
35be04f9dd
chore(core): Refactor external secrets (#23337) 2025-12-19 17:05:03 +01:00
Mutasem Aldmour
5818d58588
feat(ai-builder): Add support for versioning in ai-builder (#23060) 2025-12-19 15:47:20 +01:00
Alex Grozav
b8e6e0f455
feat: Provide auto-generated workflow ids in new workflows (no-changelog) (#21955)
Co-authored-by: Danny Martini <danny@n8n.io>
Co-authored-by: Sculptor <sculptor@imbue.com>
Co-authored-by: cubic Bot <contact@cubic.dev>
2025-12-19 16:11:00 +02:00
Jaakko Husso
2868d1bab7
fix(core): Skip saving workflow statistics on 'chat' executions (#23465) 2025-12-19 15:58:18 +02:00
Michael Kret
bded5f58b2
fix(n8n Form Node): Restores executions status check for waiting forms (#23452) 2025-12-19 11:45:56 +00:00
Jaakko Husso
0611184bee
fix(core): Fix Ollama models support on Chat hub (#23458) 2025-12-19 13:34:16 +02:00
Iván Ovejero
6b6b828e96
fix(core): Fix verified community packages reinstall (#23428) 2025-12-19 11:58:48 +01:00
Jaakko Husso
6b2887c95f
refactor(core): Make Chat db queries faster (#23397) 2025-12-19 12:03:51 +02:00
Marc Littlemore
150d16d410
feat(core): Add log streaming events for variables (#23425) 2025-12-19 09:24:46 +00:00
Irénée
d5c093411a
feat: Assign default project admin on pull (#23355) 2025-12-19 09:04:43 +00:00
Suguru Inoue
8ce21cb39b
test: Add e2e tests for ChatHub (#23396) 2025-12-19 09:05:02 +01:00
Jaakko Husso
5c69d7435c
chore(core): Use interfaces instead of session / agent entities to solve partial deep type issues (#23438) 2025-12-19 09:51:20 +02:00
Konstantin Tieber
011c4bba12
feat(core): Add dedicated workflow:publish project scope to use instead of the generic workflow:update (#23289) 2025-12-18 22:07:46 +01:00
mfsiega
256575745d
feat(core): Add options necessary for AWS elasticache cluster with TLS (#23274) 2025-12-18 12:56:13 +01:00
Andreas Fitzek
906e0c01ad
chore(core): Expose credential name in workflow status (#23344) 2025-12-17 16:42:15 +01:00
Iván Ovejero
794f8e84a6
refactor(core): Remove oversized payloads from logs (#23353) 2025-12-17 16:28:23 +01:00
Andreas Fitzek
44ff6a734f
chore(core): Fixes skipping auth for OAuth callback (#23364) 2025-12-17 15:54:40 +01:00
Stephen Wright
c739d33903
fix: Don't encrypt state for hooks calls (#23357) 2025-12-17 13:39:19 +00:00
Marc Littlemore
ca96ffc804
feat(core): Add log streaming events for 2FA enable/disable (#23302) 2025-12-17 08:58:51 +00:00
Jaakko Husso
1c8e76d9ba
refactor(core): Drop self-referencing entity fields from ChatHubMessage entity to solve deep type instantiation issues (#23291) 2025-12-17 10:25:01 +02:00
Marc Littlemore
4ece6dc4c8
feat(core): Add workflow settings to log streaming (#23294) 2025-12-16 16:29:59 +00:00
Andreas Fitzek
3041f45f15
chore(core): Dynamic credential resolution depends on credential context (#23290) 2025-12-16 16:35:39 +01:00
Andreas Fitzek
7e94eb88c3
chore(core): Update workflow status endpoint to use absolute URL (#23285) 2025-12-16 16:08:05 +01:00
Suguru Inoue
5c3b7b6186
fix(core): Check mime type when restoring attachments in chat memory (#23287) 2025-12-16 15:35:52 +01:00
Ricardo Espinoza
2f4cda5a8e
chore: Clean up references to the Start node (no-changelog) (#23183) 2025-12-16 09:30:46 -05:00
Eugene
d9d5a01ca5
fix(core): Error running evaluations in queue mode (#23248) 2025-12-16 12:39:53 +01:00
Andreas Fitzek
662ec62122
chore(core): OAuth2 data storage for dynamic credentials (#23227) 2025-12-16 10:29:23 +01:00
Marc Littlemore
42effef538
feat(core): Add workflow activation events to log streaming (#23251) 2025-12-16 08:50:41 +00:00
Milorad FIlipović
a84b0e544d
feat(editor): Connect workflows from MCP settings page (#23025) 2025-12-15 19:25:29 +01:00
Tomi Turtiainen
0cdfcffa0a Merge tag 'n8n@2.1.0' 2025-12-15 18:30:44 +02:00
github-actions[bot]
5a825a01c5
🚀 Release 2.1.0 (#23236)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-12-15 17:51:59 +02:00
Stephen Wright
0f17bef1a0
feat: Support dynamic credentials in oauth refresh (#23225) 2025-12-15 15:16:25 +00:00
Suguru Inoue
b7c92e07c7
feat(core, editor): Better distinguish personal and workflow agents in chat (no-changelog) (#23032)
Co-authored-by: Jaakko Husso <jaakko@n8n.io>
2025-12-15 15:40:13 +01:00
Guillaume Jacquart
957ebef54e
fix(API): Fixes how toJsonSchema creates dependant allOf checks when multiple fields depend on same field (#23114) 2025-12-15 14:56:18 +01:00
Jaakko Husso
e3da10e20f
feat(core): Add Chat commands on command bar (#23063) 2025-12-15 15:21:23 +02:00
Marc Littlemore
568dba2c8f
feat(core): Add workflow cancellation events to log streaming (#23151) 2025-12-15 13:06:22 +00:00
Andreas Fitzek
173666fd71
chore(core): Workflow credential status endpoint (#23066) 2025-12-15 14:00:16 +01:00
Declan Carroll
d490cc93f9
fix: Improve webhook trigger node tests (#23187) 2025-12-15 12:31:34 +00:00
Jaakko Husso
342c851499
chore: Remove debug logging from chat controller (no-changelog) (#23222) 2025-12-15 13:46:54 +02:00
Guillaume Jacquart
2f329b38f9
feat(core): Add isResolvable in public and internal APIs (#23119)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-12-15 10:33:23 +01:00