Commit Graph

1374 Commits

Author SHA1 Message Date
Daria
9b06648edc feat(core): Use filters for data table upsert (no-changelog) (#19292) 2025-09-08 14:41:09 +03:00
Daria
48efb4c865 feat(Data Table Node): Add limit to get and change copy (no-changelog) (#19190) 2025-09-05 09:46:38 +03:00
yehorkardash
6456b7c07d chore(Form Node): Add dropdown example (#18809)
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-09-05 09:09:00 +03:00
Daria
ed6f60f52e feat(core): Refactor data table update row to use filters (no-changelog) (#19092) 2025-09-04 18:25:29 +03:00
Iván Ovejero
0def0b9315 chore: Add telemetry for native Python runner (#19180) 2025-09-04 12:56:03 +02:00
Eugene
d8eb1a97e6 fix(core)!: Type coercion of $fromAI default values (#19128) 2025-09-03 13:36:05 +02:00
Ricardo Espinoza
6432555082 feat(core): Allow filtering workflows by availableInMCP (#18646) 2025-09-02 16:21:12 -04:00
Csaba Tuncsik
0f22f3be92 fix(core): Ensure getNodeOutputs always returns an array (#19069) 2025-09-02 15:16:42 +02:00
Tomi Turtiainen
8f6c5445f3 Merge tag 'n8n@1.110.0' 2025-09-02 09:01:57 +03:00
Csaba Tuncsik
f0e9221cb3 fix(core): AI agent node data accessibility (#18757)
Co-authored-by: Claude <noreply@anthropic.com>
2025-09-01 17:37:16 +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
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
Jon
f7f70f241e feat: Add option to restrict credential usage in http request node (#17583) 2025-08-28 17:35:14 +01:00
Charlie Kolb
a15391acc9 feat(editor): Support relative dependent parameters for collection NodeProperties (#18916) 2025-08-28 16:34:23 +02: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
ab7998b441 fix(editor): Make resource locator work with data tables (no-changelog) (#18899) 2025-08-28 11:38:47 +03: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
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
Charlie Kolb
af2157f384 fix: Overhaul DataTableRowWithId type and include createdAt, insertedAt in getMany return (no-changelog) (#18787) 2025-08-26 16:16:12 +02:00
Iván Ovejero
38f25d74eb feat(editor): Add Python to Code actions (#18668) 2025-08-26 14:29:50 +02:00
jeanpaul
b73f2393b4 fix(core): Sanitize all non-alphanumeric characters from tool names (#18800) 2025-08-26 14:00:54 +02:00
Jaakko Husso
8defb2b17c feat(core): Optionally return updated/upserted Data Table rows (no-changelog) (#18735) 2025-08-26 11:50:13 +03:00
Tomi Turtiainen
fd12b3d5ce Merge tag 'n8n@1.109.0' 2025-08-25 20:50:07 +03:00
Charlie Kolb
b6562725ea fix: Use correct type for ListDataStoreContentFilter filter (no-changelog) (#18752) 2025-08-25 16:46:22 +02:00
Charlie Kolb
37ace47131 chore: Add null to DataStoreColumnJsType (no-changelog) (#18733) 2025-08-25 15:59:40 +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
Jaakko Husso
2eda807b5a feat(core): Optionally return full rows from Data Table inserts (no-changelog) (#18657) 2025-08-25 10:50:02 +03:00
Charlie Kolb
0db9345eba feat(core): Return IDs of inserted rows in Data Store (no-changelog) (#18589)
Co-authored-by: Jaakko Husso <jaakko@n8n.io>
2025-08-21 15:04:03 +02:00
Daria
75e563f1c4 feat(core): Add data store row update endpoint (no-changelog) (#18601) 2025-08-21 13:19:55 +03:00
Charlie Kolb
169acd12bd feat(core): Expose data store service to Data Store Node (no-changelog) (#17970)
Co-authored-by: Daria Staferova <daria.staferova@n8n.io>
2025-08-19 17:43:19 +02: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
Tomi Turtiainen
554327ee78 perf(core): Optimize workflow getNodeConnectionIndexes (#18542) 2025-08-19 16:30:49 +03:00
Iván Ovejero
fabbddefdc refactor(editor): Update Code node editor for native Python runner (#18538) 2025-08-19 13:40:02 +02: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
Elias Meire
ba5ada24c2 build: Only enable no-argument-spread lint rule in node packages (#18378) 2025-08-18 13:48:46 +02:00
Iván Ovejero
3848673921 fix(core): Account for readonly properties when replacing circular references (#18408) 2025-08-15 14:32:21 +02:00
Raúl Gómez Morales
62f4361f46 fix(editor): Revert changes from PRs #16059, #17959, #17759, and #17585 (#18382) 2025-08-15 12:46:09 +03:00
oleg
8442382471 fix(editor): Fix node graph generation for evaluation node in set metrics mode (#18344) 2025-08-14 14:50:10 +02: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
Mutasem Aldmour
409085e8fe feat(Todoist Node): Add more resources and operations (#17925)
Co-authored-by: Claude <noreply@anthropic.com>
2025-08-11 15:11:55 +02:00
github-actions[bot]
8fc1e8ddd6 🚀 Release 1.107.0 (#18208)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-08-11 14:23:26 +02:00
Mutasem Aldmour
d4ef191be0 fix(Chat Trigger Node): Prevent XSS vulnerabilities and improve parameter validation (#18148)
Co-authored-by: Claude <noreply@anthropic.com>
2025-08-11 12:37:07 +02:00
Jaakko Husso
5a69d2a2f3 feat(editor): Add pre-built agents experiment (#18124) 2025-08-09 10:28:14 +03:00
jeanpaul
03c75c365b fix(core): Fix metric default value handling and add AI model connection validation for setMetric operation in Evaluation (#18088) 2025-08-08 12:38:58 +02:00
Michael Kret
9cb5754f33 feat: Add token to sendAndWait operations links to walidate in webhook (#17566) 2025-08-06 17:28:50 +03:00
Iván Ovejero
948ebe6702 fix(core): Protect against duplicate cron registration (#18005) 2025-08-06 15:35:52 +02:00
Csaba Tuncsik
32f47948d6 fix(core): Consider pinned data as valid paths for single node execution (#17959) 2025-08-06 15:23:21 +02:00
Charlie Kolb
5fc356f6e7 feat(editor): Stop auto-renaming legacy default node names (#18012) 2025-08-06 09:45:56 +02:00
Tomi Turtiainen
c425444a7c Merge tag 'n8n@1.106.0' 2025-08-04 16:04:34 +03:00
github-actions[bot]
dc32952fcd 🚀 Release 1.106.0 (#17967)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-08-04 15:21:52 +03:00