Commit Graph

5153 Commits

Author SHA1 Message Date
Antoine Bellion
59684039ee fix(Wait Node): Allow wait node to accept 0 waiting time input (#19159)
Co-authored-by: Elias Meire <elias@meire.dev>
2025-09-04 21:49:26 +02:00
Marcus
63672ad797 fix(GoogleDrive Node): Fix google service accounts uploading to shared drives (#18952) 2025-09-04 20:23:41 +01:00
Daria
ed6f60f52e feat(core): Refactor data table update row to use filters (no-changelog) (#19092) 2025-09-04 18:25:29 +03:00
Charlie Kolb
12aa77746e fix(Data Table Node): Add bulk insert option (no-changelog) (#19176) 2025-09-04 16:18:50 +02:00
Cesar Sanchez
9566f2b550 feat(Airtop Node): Implement double-click and right click variants (#18306) 2025-09-04 11:36:16 +01:00
Tomi Turtiainen
4313aa315f fix(Merge Node): Fix possible stack overflow (#19101) 2025-09-03 19:58:52 +03:00
Svetoslav Dekov
6bd4edf1ec fix(editor): Standardize capitalization of "Data table" across various files (no-changelog) (#19111) 2025-09-03 14:43:24 +03: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
fbaee9ac02 refactor(core): Consolidate task result validation in Code node (#18928) 2025-09-02 16:05:10 +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
Charlie Kolb
ec7eddc364 fix(Data Table Node): Update ResourceMapper Copy (no-changelog) (#19048) 2025-09-01 14:16:22 +02:00
Daria
b527edb5f8 feat(Data Table Node): Add isEmpty and isNotEmpty operations (no-changelog) (#19046) 2025-09-01 14:41:49 +03:00
Charlie Kolb
daac88b3ec fix(Data Table Node): Use same color as Execute Workflow Node (no-changelog) (#19032) 2025-09-01 12:24:35 +02:00
Charlie Kolb
aaa7d46d68 fix(Data Table Node): Remove system columns in autoMap mode (no-changelog) (#19036) 2025-09-01 12:24:27 +02:00
Daria
7f64baebd2 fix(Data Table Node): Fix date handling on the node (no-changelog) (#19030) 2025-09-01 12:38:30 +03: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
61f79319df refactor: Add tracing details to native Python runner logs (#19024) 2025-09-01 10:08:48 +02:00
Shireen Missi
0d1a0b5431 fix(Rename Keys Node): Add a warning for regex that affect performance (#18911) 2025-08-29 14:44:28 +01:00
Charlie Kolb
cec1255ffc fix(Data Table Node): Adjust metadata (no-changelog) (#18954) 2025-08-29 12:28:10 +02:00
Daria
1bc317dce5 feat(Data Table Node): Add new filters to node operation conditions (no-changelog) (#18942)
Co-authored-by: Charlie Kolb <charlie@n8n.io>
2025-08-29 10:14:46 +03:00
lukyn76
6379ce53a9 fix(GithubTrigger Node): Correctly access httpCode from error object (#17697)
Co-authored-by: Your Name <you@example.com>
2025-08-29 07:55:07 +03:00
Jon
f7f70f241e feat: Add option to restrict credential usage in http request node (#17583) 2025-08-28 17:35:14 +01:00
Charlie Kolb
1b743ae251 feat(Data Table Node): Add Update, Upsert operations (no-changelog) (#18820) 2025-08-28 13:20:29 +02:00
Jaakko Husso
883e887666 feat(editor): Pre built agents experiment v2 (no-changelog) (#18842) 2025-08-28 09:40:52 +03:00
Shireen Missi
ed090f0e66 fix(Slack Trigger Node): Handle undefined item in event channel extraction (#18676) 2025-08-27 12:49:53 +01:00
Charlie Kolb
7f77436c20 feat(Data Table Node): Add URL to data table resource locator (no-changelog) (#18840) 2025-08-27 11:27:18 +02:00
yehorkardash
e665cbf278 fix(HubSpot Node): Require DueDate for task creation (#18799) 2025-08-27 09:43:22 +01:00
Charlie Kolb
4dcb22048d feat(Data Table Node): Add Delete operation (no-changelog) (#18785) 2025-08-27 10:28:03 +02:00
yehorkardash
07db137551 fix(HubSpot Node): Assign owner ID (#18753) 2025-08-27 09:28:46 +03:00
Iván Ovejero
38f25d74eb feat(editor): Add Python to Code actions (#18668) 2025-08-26 14:29:50 +02:00
Tomi Turtiainen
fd12b3d5ce Merge tag 'n8n@1.109.0' 2025-08-25 20:50:07 +03:00
Charlie Kolb
1777803e26 feat(Data Table Node): Add Data Table Node (no-changelog) (#18556) 2025-08-25 15:57:55 +02:00
github-actions[bot]
9e89fbdf96 🚀 Release 1.109.0 (#18745)
Co-authored-by: seemewalkin <38620398+seemewalkin@users.noreply.github.com>
2025-08-25 15:19:15 +02:00
Jon
9ab150961d chore: NODE-3514 - Generate Schema Files (no-changelog) (#18539)
Co-authored-by: Roman Davydchuk <roman.davydchuk@n8n.io>
2025-08-21 15:40:36 +03:00
Tomi Turtiainen
667656e8f3 fix(core)!: Use CSP header to sandbox html webhooks instead of iframe (#18602) 2025-08-21 11:39:57 +03:00
oppai
53393508ea fix(Slack Node): Refine label name for reply broadcast setting (#15658)
Co-authored-by: Your Name <you@example.com>
2025-08-21 07:22:20 +03:00
Elias Meire
f49f2cb59e fix(Microsoft SQL Node): Correctly resolve expressions with dollar signs (#18411)
Co-authored-by: Your Name <you@example.com>
2025-08-21 06:43:59 +03:00
Pavel
0d4c89058d fix(core): Ensure error.message is a string before checking for specific messages (#17417) 2025-08-19 15:40:22 +02:00
Iván Ovejero
fabbddefdc refactor(editor): Update Code node editor for native Python runner (#18538) 2025-08-19 13:40:02 +02:00
Elias Meire
5c53c22d0a fix(HTTP Request Node): Handle response errors correctly when continueOnFail is set (#18207)
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-08-19 12:09:00 +01:00
github-actions[bot]
e13db81aa3 🚀 Release 1.108.0 (#18499)
Co-authored-by: burivuhster <3273843+burivuhster@users.noreply.github.com>
2025-08-18 18:37:44 +02:00
ongdisheng
cb7dd2e8ba fix(core): Update moment-timezone to resolve Mexico DST issue (#18431) 2025-08-18 17:28:17 +03:00
Elias Meire
ba5ada24c2 build: Only enable no-argument-spread lint rule in node packages (#18378) 2025-08-18 13:48:46 +02:00
Greg Linklater
735e064749 fix(Grist Node): Test for integer precision loss (#17136)
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
2025-08-18 11:33:46 +01:00
Iván Ovejero
47cb4a07ca refactor(core): Include native Python option in Code node (#18331) 2025-08-18 12:25:47 +02:00
Elias Meire
dcd060ce33 fix(Airtable Node): Create record: skip type validation when typecast is enabled (#18393) 2025-08-15 19:59:31 +03:00
Elias Meire
2203d1e77f fix(n8n Form Trigger Node): Make order of form field name inputs consistent (#18410) 2025-08-15 16:10:54 +03:00
Elias Meire
9515cbd60e fix(Wait Node): Add validation for wait amount and unit (#18239) 2025-08-15 08:58:49 +02:00
Elias Meire
9043869b10 fix(Local File Trigger Node): Add chokidar dependency back (#18260) 2025-08-14 08:26:42 +01:00
Michael Kret
fdab0ab116 feat: Checkboxes and Radio Buttons field types (#17934)
Co-authored-by: Your Name <you@example.com>
Co-authored-by: Roman Davydchuk <roman.davydchuk@n8n.io>
2025-08-11 17:11:22 +03:00