Commit Graph

12977 Commits

Author SHA1 Message Date
github-actions[bot]
2b51ad8cab 🚀 Release 1.98.0 (#16225)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-06-11 11:35:19 +02:00
Iván Ovejero
b2f92dfc22 test(core): Skip test failing on MariaDB/MySQL (#16221) 2025-06-11 11:07:56 +02:00
Danny Martini
9f83fccac1 fix(core): Don't swallow connection errors when fetching credentials (#16181) 2025-06-11 10:08:09 +02:00
Alex Grozav
2a3fa5088e refactor(editor): Move settings api to @n8n/rest-api-client (no-changelog) (#16186) 2025-06-11 10:57:59 +03:00
Yiorgis Gozadinos
5015290dbe fix(Chat Memory Manager Node): Fix simplifyMessages to not overwrite consecutive messages of same type (#16168) 2025-06-11 09:54:49 +02:00
luka
cdab4c1bc6 fix(editor): Fix the issue that the content of json, html, csv, md, txt, and css files contained garbled Chinese characters when clicking the view button (#16118)
Co-authored-by: luka <zhoupf@seirobotics.net>
2025-06-11 09:36:54 +02:00
Shireen Missi
0cfe6eeb5d fix: Add a missing word to tooltip (#16198) 2025-06-10 21:16:14 +03:00
Alex Grozav
a54f0c8af7 refactor(editor): Move cloudPlans api to @n8n/rest-api-client (no-changelog) (#16182) 2025-06-10 18:03:24 +02:00
Suguru Inoue
aa03110f2e fix(editor): Adjust time format for negative numbers (no-changelog) (#16194) 2025-06-10 17:25:22 +02:00
Shireen Missi
aa407350bb fix(Local File Trigger Node): Fix ignored option on Mac os (#15872) 2025-06-10 14:37:15 +01:00
Alex Grozav
023aa156b3 refactor(editor): Move workflowHistory api to @n8n/rest-api-client (no-changelog) (#16183) 2025-06-10 15:50:18 +03:00
Elias Meire
e3675bdfb4 fix(core): Fix HTTP proxy support in all nodes and other axios requests (#16092) 2025-06-10 14:42:51 +02:00
Suguru Inoue
cd6e510596 chore(editor): Update format for showing execution time (#16099)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-06-10 14:17:27 +02:00
Guillaume Jacquart
5c748ca25d feat(core): Dynamic max page size limit for pagination dto (#16100) 2025-06-10 14:00:51 +02:00
Yiorgis Gozadinos
09fd5c01d4 fix(core): Correctly apply maxRows limit when fetching the dataset (#16176) 2025-06-10 13:58:20 +02:00
Suguru Inoue
670355420d fix(editor): Log view is missing in debug mode (#16170) 2025-06-10 12:47:54 +02:00
Charlie Kolb
60bae8ddf9 chore: Add tests for useCanvasOperations replaceNodeParameters and replaceNodeConnections (no-changelog) (#16173) 2025-06-10 12:13:26 +02:00
Charlie Kolb
d17a15ef9a Revert "feat(editor): Change default node names depending on node ope… (#16169) 2025-06-10 11:34:08 +02:00
Iván Ovejero
53b6812592 fix(core): Prevent worker from recovering finished executions (#16094) 2025-06-10 11:12:17 +02:00
Alex Grozav
9d12b741ff refactor(editor): Migrate ldap to @n8n/rest-api-client (no-changelog) (#16144) 2025-06-10 12:01:09 +03:00
Suguru Inoue
d68a776e5c refactor(editor): Clean up feature flag for the log view (#15606) 2025-06-10 10:15:22 +02:00
Iván Ovejero
25567f6f0e fix(core): Ensure queue is ready when enqueueing (#16098) 2025-06-10 10:09:26 +02:00
Alex Grozav
07ed01d9fc refactor(editor): Migrate versions api to @n8n/rest-client-api (no-changelog) (#16147) 2025-06-10 10:47:51 +03:00
Alex Grozav
5deab75c7d fix(editor): Add visual-only waitingForNext execution state for slow networks (#16143) 2025-06-10 10:32:08 +03:00
Alex Grozav
00083d5ed6 refactor(editor): Migrate sso to @n8n/rest-api-client (no-changelog) (#16145) 2025-06-10 10:02:54 +03:00
Charlie Kolb
9cf7293990 fix(editor): Mark workflow as unsaved when reverting deletion of a node (#15959) 2025-06-10 08:54:23 +02:00
Charlie Kolb
c92701cbdf feat(editor): Change default node names depending on node operation and resource (#15954) 2025-06-10 08:50:46 +02:00
Alexandero89
33f8fab791 fix(Email Trigger (IMAP) Node): Add Email UID also to email format "resolved" (#15539) 2025-06-09 19:08:04 +01:00
Khoa
b07c52e577 feat(n8n Node): Add missing filters (#15437)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2025-06-09 18:54:23 +01:00
Jon
18c355d85f fix(RSS Read Node): Fix issue where some feeds fail to load (#16001) 2025-06-09 11:10:18 +01:00
Jaakko Husso
4426249950 fix(editor): Prevent Ask Assistant button overlapping other buttons (#16066) 2025-06-09 12:28:35 +03:00
Shireen Missi
b92d8ad1e1 fix(editor): Hide the Github stars button when telemetry is disabled (#16108) 2025-06-09 09:25:26 +01:00
Ricardo Espinoza
7f7b44ae7c fix: Make sure modals are listed when using a free AI credits credential in the OpenAI node (#16030) 2025-06-06 12:09:51 -04:00
Dana
7492944a37 fix(editor): Maintain back button when installing community nodes (#16069) 2025-06-06 17:40:08 +02:00
Eugene
cb3bb915df fix(AI Agent Node): Allow using LangChain code node as a model for AI Agent (#16096) 2025-06-06 15:45:12 +02:00
luka
b7d394542f fix(editor): Fix the issue with icon Emojis not being centered (#16067)
Co-authored-by: luka <zhoupf@seirobotics.net>
2025-06-06 15:08:50 +02:00
Benjamin Schroth
969552aeae feat(Vector Store Retriever Node): Add reranker support to retriever for QA chain (#16051) 2025-06-06 13:16:03 +02:00
Suguru Inoue
ac1a1dfbc2 feat(editor): Make ‘Execute workflow’ a split button (#15933) 2025-06-06 13:05:53 +02:00
Charlie Kolb
eb71c41e93 fix(editor): In Sub-workflow Conversion handle standalone accessor and accessor[0] cases correctly (#16086) 2025-06-06 12:49:11 +02:00
Jaakko Husso
576ff4d3b8 fix(editor): Position executions filter popover so that it doesn't hide executions (#16049) 2025-06-06 13:08:59 +03:00
Iván Ovejero
bdcaaff744 chore: Remove stale lint rule dangerously-use-html-string-missing (#16084) 2025-06-06 10:54:34 +02:00
कारतोफ्फेलस्क्रिप्ट™
23ce60d646 fix(core): Don't load task-runner on main instances when manual executions are offloaded to workers (#15986) 2025-06-06 10:28:58 +02:00
Guillaume Jacquart
7a67dcb686 fix(core): Start insights collection timer for webhook instances (#15964) 2025-06-06 09:45:27 +02:00
कारतोफ्फेलस्क्रिप्ट™
8c63ca7d57 fix(core): Unloading a community package should also unload all its files from require.cache (#16072) 2025-06-05 21:48:19 +02:00
Marc Littlemore
dfdc2237af chore: Minor Public API docs changes (no-changelog) (#15969) 2025-06-05 16:27:27 +01:00
Dana
47538e17ef fix(Google Sheets Node): Improve error message when row_number is null or undefined (#14560)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2025-06-05 16:02:15 +02:00
कारतोफ्फेलस्क्रिप्ट™
1587eb0742 refactor(core): Convert external-secrets code into a backend module (#15769) 2025-06-05 14:21:29 +02:00
Justin Ellingwood
10dc73fc82 docs: Fix docs link in Perplexity credential (no-changelog) (#16058) 2025-06-05 13:09:02 +01:00
Charlie Kolb
2724089078 chore: Move router usage out of useCanvasOperation and useWorkflowHelpers (no-changelog) (#16041) 2025-06-05 13:51:07 +02:00
Nikhil Kuriakose
4a6bcffc70 feat(Default Data Loader Node): Minor copy changes (#16053) 2025-06-05 13:50:39 +02:00