Commit Graph

1250 Commits

Author SHA1 Message Date
Iván Ovejero
fc094518d6 test(core): Test security validation in native Python runner (#19146) 2025-09-03 16:19:01 +02:00
Iván Ovejero
b9aa322c3d fix(core): Reconnect native Python runner on ws connection drop (no-changelog) (#19140) 2025-09-03 15:37:03 +02:00
Iván Ovejero
e4fb6e5f31 feat: Add graceful shutdown and idle timeout to native Python runner (no-changelog) (#19125) 2025-09-03 12:47:45 +02:00
Iván Ovejero
89fc91bed6 refactor: Add native Python runner runtime env var (#19109) 2025-09-03 09:35:25 +02:00
Iván Ovejero
63a3502283 refactor(core): Replace pickle with JSON serialization in native Python runner (#19123) 2025-09-03 09:34:47 +02:00
Ricardo Espinoza
6432555082 feat(core): Allow filtering workflows by availableInMCP (#18646) 2025-09-02 16:21:12 -04:00
Andreas Fitzek
5be3181f2b fix(core): Fix role management controller no-changelog (#19107) 2025-09-02 19:08:04 +02:00
Iván Ovejero
fbaee9ac02 refactor(core): Consolidate task result validation in Code node (#18928) 2025-09-02 16:05:10 +02:00
Stephen Wright
9569965a0b feat: PAY-2613 add missing status field for select (#19071)
Co-authored-by: Stephen Wright <stephen.wright@Mac.Home>
2025-09-02 13:34:27 +01:00
Jaakko Husso
6d405a6d66 ci: Add Dockerfile for multi-runner task runners image (#18975) 2025-09-02 15:00:55 +03:00
Iván Ovejero
de30ecc359 fix(core): Resolve Python multiprocessing queue deadlock (#19084) 2025-09-02 13:12:48 +02:00
Elias Meire
bd8ad0a0c5 chore: Bump node-cli and create-node package versions to 0.4.0 (no-changelog) (#19090) 2025-09-02 12:39:38 +02:00
Benjamin Schroth
583dd48d8a fix(Basic LLM Chain Node): Remove fallback connection on lower versions (#19053) 2025-09-02 12:23:27 +02:00
Iván Ovejero
4c4c0932d1 chore: Add Sentry to native Python runner (#19082) 2025-09-02 12:14:11 +02:00
Jake Ranallo
238fe84540 fix(Gemini Node): Allow Nano Banana model to be selected (#19080)
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
2025-09-02 11:02:30 +01:00
Mutasem Aldmour
2ba544284f fix: Update builder to better work with loops and binary data (no-changelog) (#19040) 2025-09-02 11:41:26 +02:00
Tomi Turtiainen
35e4772210 fix(core): Set more reasonable defaults for scaling mode queue lock (#19059) 2025-09-02 09:54:18 +03:00
Tomi Turtiainen
8f6c5445f3 Merge tag 'n8n@1.110.0' 2025-09-02 09:01:57 +03:00
Elias Meire
be8061c2a5 feat: Add release and lint scripts to node CLI (#18935) 2025-09-02 04:48:43 +01:00
Andreas Fitzek
1b5f9b220f chore(core): Introduce license feature flag for custom roles (#19038) 2025-09-01 17:40:49 +02:00
github-actions[bot]
a442a2c5b5 🚀 Release 1.110.0 (#19062)
Co-authored-by: CharlieKolb <13814565+CharlieKolb@users.noreply.github.com>
2025-09-01 16:55:15 +02:00
oleg
94f0048f02 feat: Add planning step to AI workflow builder (no-changelog) (#18737)
Co-authored-by: Eugene Molodkin <eugene@n8n.io>
2025-09-01 16:28:19 +02:00
Charlie Kolb
81c26676a3 fix: Expose projectId for remaining Data Table contexts (no-changelog) (#19058) 2025-09-01 16:15:53 +02:00
Mutasem Aldmour
a9d59ed84a feat: Decrease AI Builder wordiness (no-changelog) (#18920) 2025-09-01 11:36:12 +02:00
Iván Ovejero
d0ffd6e659 perf: Skip browser logging for production tasks in native Python runner (#19028) 2025-09-01 10:55:20 +02:00
Iván Ovejero
b08d993529 chore: Add health checks to native Python runner (#19023) 2025-09-01 10:24:03 +02:00
Guillaume Jacquart
027edbe89d feat(core): Allow custom project roles from being set to a user project relation (#18926) 2025-09-01 10:22:33 +02:00
Iván Ovejero
5b5f60212a refactor: Remove nanoid dependency from native Python task runner (#19025) 2025-09-01 10:22:27 +02:00
Iván Ovejero
61f79319df refactor: Add tracing details to native Python runner logs (#19024) 2025-09-01 10:08:48 +02:00
Iván Ovejero
2c6e2f6c7e refactor(core): Block __import__ via AST validation in native Python runner (#18974) 2025-09-01 09:47:15 +02:00
Suguru Inoue
d64a94753f chore: Enable ESLint rule consistent-type-exports (#18973) 2025-08-29 19:02:49 +02:00
Guillaume Jacquart
2882547a69 fix(editor): Fix role DTO exported types (#18977) 2025-08-29 16:45:52 +02:00
Andreas Fitzek
7cfef64799 chore(core): Add custom role management service and endpoints (#18717) 2025-08-29 14:20:32 +02:00
Iván Ovejero
3b574306f3 feat(core): Harden native Python task runner (no-changelog) (#18826) 2025-08-29 14:19:38 +02:00
Ria Scholz
8dae565dc3 feat: Adds community scanner package (#18946)
Co-authored-by: Elias Meire <elias@meire.dev>
2025-08-29 12:38:09 +02:00
Eugene
44b686e944 feat(core): Add workflow JSON context trimming for AI workflow builder (no-changelog) (#18828) 2025-08-28 16:22:44 +02:00
Guillaume Jacquart
f757790394 feat(core): Rebuild project roles to load from the database (#17909) 2025-08-28 11:00:31 +02:00
Jaakko Husso
ab7998b441 fix(editor): Make resource locator work with data tables (no-changelog) (#18899) 2025-08-28 11:38:47 +03:00
Mutasem Aldmour
d244b99484 feat: Simplify builder tool calls (no-changelog) (#18798) 2025-08-28 10:14:03 +02:00
Charlie Kolb
cae2b01288 feat: Revamp Data Table column name restrictions (no-changelog) (#18851) 2025-08-28 09:29:19 +02:00
Charlie Kolb
820fd12f08 chore(core): Rename Data Store DB entries to Data Table (no-changelog) (#18670) 2025-08-27 15:36:00 +02:00
Daria
2ea3d034e3 feat(core): Add support for data table row comparison filters (no-changelog) (#18863) 2025-08-27 16:13:33 +03:00
Csaba Tuncsik
98bde4f478 fix(core): Add optional context parameter to track creation source for workflows, credentials, and projects (#18736)
Co-authored-by: r00gm <raul00gm@gmail.com>
2025-08-27 10:50:53 +02:00
Jaakko Husso
e776bcf6ea fix(editor): Fix dev build by exporting filter as type (no-changelog) (#18846) 2025-08-27 11:21:09 +03:00
yehorkardash
fca571716d chore(core): Use tsc-watch in node-cli dev mode (#18811) 2025-08-27 09:48:07 +03:00
Ricardo Espinoza
589806b7d7 fix: Add description for chunkSize and chunkOverlap (no-changelog) (#18680) 2025-08-26 19:16:27 -04:00
Andreas Fitzek
ecad12b77a chore(core): Use roles from database in global roles (#18768) 2025-08-26 17:53:46 +02:00
Daria
46432da41b feat(core): Add support for like match filters (no-changelog) (#18755) 2025-08-26 17:03:00 +03:00
jeanpaul
df9521ff8e fix(core): Prevent race condition in tiktoken encoding cache (no-changelog) (#18780)
Co-authored-by: Claude <noreply@anthropic.com>
2025-08-26 13:47:42 +02:00
Iván Ovejero
6cccc4ab9f refactor(core): Make native Python runner compatible with launcher (#18788) 2025-08-26 13:19:09 +02:00