Commit Graph

15376 Commits

Author SHA1 Message Date
Daria
af6da1027e feat(Data Table Node): Add returnAll for get all rows (no-changelog) (#19454) 2025-09-12 12:10:14 +03:00
Jaakko Husso
c5ee969433 fix(editor): Make inputs dragged to Python Code editor produce working code (#19415) 2025-09-12 11:52:08 +03:00
Mutasem Aldmour
b6abd1ef69 fix: Show correct "canceled" node status for chat model nodes (#19366) 2025-09-12 10:21:35 +02:00
Andreas Fitzek
6f4dcf1f58 chore(core): Fix execution retry test for mysql (#19449) 2025-09-12 09:55:02 +02:00
Raúl Gómez Morales
47d9936fd4 refactor(editor): Move externalSecrets.ee API to @n8n/rest-api-client package (#19404) 2025-09-12 08:56:55 +02:00
Svetoslav Dekov
c4d26982e3 feat(editor): Show data table storage limit banners (no-changelog) (#19175)
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Charlie Kolb <charlie@n8n.io>
2025-09-12 08:51:32 +02:00
Declan Carroll
c3ce2f4819 test: Remove wait for spinner nodes (#19436) 2025-09-11 20:16:46 +01:00
Iván Ovejero
41aa8b4ec6 refactor: Switch multiprocessing context to fork in native Python runner (#19402) 2025-09-11 14:49:40 +02:00
Daria
b91219ea15 fix(editor): Set workflow name when importing (no-changelog) (#19410) 2025-09-11 15:29:41 +03:00
Irénée
3af4541391 feat(API): Add running status query on the executions public api endpoint (#19205)
Co-authored-by: Konstantin Tieber <46342664+konstantintieber@users.noreply.github.com>
2025-09-11 13:03:23 +01:00
yehorkardash
03b865d4db fix(editor): Fix highlighting in SQL editor (#19291) 2025-09-11 11:46:41 +00:00
Mutasem Aldmour
45e8209142 fix(editor): Handle lots of text better in chat input (#19381) 2025-09-11 13:39:18 +02:00
Tuukka Kantola
477dd27b08 feat(editor): Separate node execution and validation error states (#19029) 2025-09-11 13:23:37 +02:00
Csaba Tuncsik
ff1f9ff69e test(editor): Clean up duplicate DOM setup code in frontend tests (no-changelog) (#19382) 2025-09-11 12:28:20 +02:00
Csaba Tuncsik
1e00a7c788 fix(core): Improve Websocket connection setup for custom headers (#19242)
Co-authored-by: Danny Martini <danny@n8n.io>
Co-authored-by: Claude <noreply@anthropic.com>
2025-09-11 11:45:00 +02:00
Iván Ovejero
052e24ef0e refactor: Replace Pyodide with native Python with env flag is enabled (#19403) 2025-09-11 11:28:12 +02:00
yehorkardash
18cccb29ea fix(editor): Add debounce to text parameter input (#19339) 2025-09-11 08:56:18 +00:00
yehorkardash
fea0a62f8e fix(core): Add support for .cn Amazon regions (#19363) 2025-09-11 08:55:52 +00:00
Daria
12f12da288 feat(core): Add mysql pool size and increase it for CI (no-changelog) (#19347) 2025-09-11 11:14:02 +03:00
Konstantin Tieber
c4f41bb534 feat(core): Add retry execution endpoint to public api (#19132)
Co-authored-by: Csaba Tuncsik <csaba.tuncsik@gmail.com>
Co-authored-by: Marc Littlemore <MarcL@users.noreply.github.com>
2025-09-11 10:12:53 +02:00
Daria
b147709189 feat(core): Use filters for delete data table rows (no-changelog) (#19375) 2025-09-11 10:31:27 +03:00
Charlie Kolb
6dd7797c39 refactor(core): Store projectId on additionalData independent of dataStore context (no-changelog) (#19093) 2025-09-11 09:21:40 +02:00
oleg
a0d92a72b9 chore: Remove AI WF Builder planner step (no-changelog) (#19343) 2025-09-11 08:56:38 +02:00
oleg
df31868da5 fix(AI Agent Node): Fix double wrapping issue in ToolsAgent output parsing (#19376) 2025-09-11 08:56:28 +02:00
Elias Meire
e404e55ce5 fix: Improve @n8n/node-cli cross-platform compatibility and dev experience (no-changelog) (#19368) 2025-09-11 08:47:26 +02:00
Jaakko Husso
306bdb9a2a ci: Take task-runner-launcher 1.3.1 into use on n8nio/runners (#19384) 2025-09-10 18:32:36 +03:00
Danny Martini
8f60b52533 fix(editor): Optimize workflow selector search performance by implementing pagination (#19252)
Co-authored-by: Claude <noreply@anthropic.com>
2025-09-10 17:17:10 +02:00
Elias Meire
d3ee6512a9 fix(editor): Include n8n version in user identify call (no-changelog) (#19306)
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-09-10 16:27:44 +02:00
Idir Ouhab Meskine
5c6094dfd7 feat(core): Add HTTPS protocol support for repository connections (#18250)
Co-authored-by: konstantintieber <konstantin.tieber@n8n.io>
2025-09-10 16:08:07 +02:00
Ricardo Espinoza
eb389a787b feat: Enforce data-stores limits (no-changelog) (#19116)
Co-authored-by: Charlie Kolb <charlie@n8n.io>
2025-09-10 09:39:41 -04:00
Suguru Inoue
815ecfe680 fix(editor): Input loses focus after typing to a fixed collection parameter (#19372) 2025-09-10 15:26:04 +02:00
ongdisheng
2514301abd fix(Set Node): Handle special replacement patterns in JSON expressions (#18162) 2025-09-10 16:03:57 +03:00
Iván Ovejero
f378a7e870 docs: Deduplicate runners documentation (#19367) 2025-09-10 14:18:47 +02:00
Milorad FIlipović
6e6a8f8be8 feat(editor): Improve Data Table UX based on feedback (no-changelog) (#19312) 2025-09-10 14:14:25 +02:00
Jason Schell
52d44c26db feat(Redis Node): Add option to disable TLS verification in Redis node (#19143)
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-09-10 19:51:57 +08:00
Raúl Gómez Morales
6cd1dbd109 feat(editor): Enhance diffs formatting for jsCode and sticky notes (#19289) 2025-09-10 09:51:46 +02:00
Eugene
bae6e3b12b fix(editor): Show correct options in the NDV runs selector (#19297)
Co-authored-by: Charlie Kolb <charlie@n8n.io>
2025-09-09 17:13:17 +02:00
yehorkardash
3ee827c7a5 fix(editor): Focus on selection when clicking 'tidy up' (#19303) 2025-09-09 17:00:29 +03:00
Daria
d0df25c148 fix(editor): Fix alignment of back to canvas icon (no-changelog) (#19341) 2025-09-09 16:34:03 +03:00
Charlie Kolb
39565475ad fix(Data Table Node): Show node hint if selected table has no columns (no-changelog) (#19338) 2025-09-09 14:46:05 +02:00
Charlie Kolb
897c69c70d feat(Data Table Node): Add bulk insert mode (no-changelog) (#19294) 2025-09-09 14:01:40 +02:00
yehorkardash
a910604822 refactor(Code Tool Node): Replace vm2 with taskrunner for js (#19247) 2025-09-09 14:15:31 +03:00
Iván Ovejero
04889864a0 feat(core): Add internal mode for native Python runner (no-changelog) (#19288) 2025-09-09 12:33:25 +02:00
Mutasem Aldmour
99293ea400 fix(editor): Reduce telemetry events for builder workflow changes (no-changelog) (#19310) 2025-09-09 10:57:50 +02:00
Mutasem Aldmour
e87344d97d fix: Upgrade Langchain dependencies to address LiteLLM issue and Gemma Models not supporting images (#19299) 2025-09-09 09:56:30 +02:00
Irénée
e054fc71cd fix(core): Force synchronize tag mappings also when no tag was updated (#19332) 2025-09-09 08:32:04 +01:00
yehorkardash
38a6140e79 fix(Telegram Node): Use parameter index instead of 0 for binaryData (#19236) 2025-09-09 10:29:36 +03:00
Daria
48df1de8c9 fix(editor): Respect project id and parent folder for callouts (no-changelog) (#19318) 2025-09-09 10:03:10 +03:00
Jaakko Husso
d92eede190 ci: Slim down the n8nio/runners image (#19311) 2025-09-09 09:51:50 +03:00
Tomi Turtiainen
3908f740ff Merge tag 'n8n@1.111.0' 2025-09-08 19:43:51 +02:00