Commit Graph

810 Commits

Author SHA1 Message Date
Suguru Inoue
5c58bf919f
feat: File attachment support in chat (no-changelog) (#21437)
Co-authored-by: Jaakko Husso <jaakko@n8n.io>
Co-authored-by: Alex Grozav <alex@grozav.com>
2025-11-20 14:11:14 +01:00
Iván Ovejero
08f3320151
Merge commit from fork
* fix(core): Transform function expressions to arrow functions

* Update import path due to lib upgrade

* Tighten comments

* Simplify

* Tighten tests

* More accurate naming

* Reduce diff

* Update lockfile
2025-11-18 17:55:47 +02:00
Farzad Sunavala
9c11c3f71e
feat(Azure AI Search API Node): Add Azure AI Search Vector Store Node (v2) (#21892)
Co-authored-by: farzad528 <farzad528@users.noreply.github.com>
2025-11-17 18:14:02 +02:00
Alex Grozav
323468a697
fix: Update tsdown and packages imports/exports (no-changelog) (#21935) 2025-11-17 16:36:22 +02:00
Danny Martini
09c8b2dea8
fix(core): Add timeout and recovery for database connection health checks (#21506)
Co-authored-by: Declan Carroll <declan@n8n.io>
2025-11-17 10:40:43 +01:00
yehorkardash
8a935aa5c1
fix(Form Node): Update mime-types package to handle x-zip-compressed (#21492)
Co-authored-by: Roman Davydchuk <roman.davydchuk@n8n.io>
2025-11-17 10:35:43 +02:00
Artem Sorokin
2661162238
fix: Fix expr-eval dependency for CVE-2025-12735 (#21862) 2025-11-14 10:32:23 +01:00
Michael Drury
cc55fef240
fix: Google Vertex sub-node error handling (#21504) 2025-11-10 16:07:36 +00:00
Ricardo Espinoza
cd167ac6db
feat(core): Add OAuth to MCP server (#21469)
Co-authored-by: Milorad FIlipović <milorad@n8n.io>
2025-11-05 19:26:31 -05:00
Alex Grozav
428f816c8f
fix(editor): Fix polyfills generation (no-changelog) (#21505) 2025-11-04 18:06:04 +02:00
mfsiega
7ec0feb463
chore: Bump @n8n/typeorm version to 0.3.20-15 (#21528) 2025-11-04 12:43:51 +01:00
Svetoslav Dekov
f354200c84
fix(editor): Fix preview for json output with long values (#21412) 2025-11-04 10:25:17 +02:00
Declan Carroll
c553c4d566
fix: Update packages for security fixes (#21375) 2025-10-30 17:00:18 +00:00
Mutasem Aldmour
a0e548573f
chore: Fix rest of css token errors (#21339) 2025-10-30 09:29:58 +01:00
Guillaume Jacquart
8987659813
feat(core): Use custom agent to handle http(s) proxies (#21264) 2025-10-29 09:43:09 +01:00
Csaba Tuncsik
ef9d9f43ce
feat(core): Implement EULA acceptance handling in license activation process (#21095)
Co-authored-by: Marc Littlemore <MarcL@users.noreply.github.com>
2025-10-28 16:21:40 +01:00
oleg
3f7ddd477e
refactor(ai-builder): Use sublime-search utility for nodes search (no-changelog) (#21136)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2025-10-28 15:19:33 +01:00
Artem Sorokin
4fe0ba10fe
test: Remove cypress infrastracture (#21173) 2025-10-28 11:00:04 +01:00
RomanDavydchuk
6177f67d99
feat(MCP Client Tool Node): Add support for OAuth2 with Dynamic Client Registration (#21034) 2025-10-27 15:03:50 +00:00
Eugene
2b53cc0f5c
feat(ai-builder): CSV input for evals (no-changelog) (#21150) 2025-10-24 14:15:36 +02:00
Declan Carroll
e61de6fc0d
fix: Update playwright version (#21096) 2025-10-24 07:52:52 +01:00
Iván Ovejero
30ac8476a2
fix: Pin @lezer/common version (#21074) 2025-10-23 12:50:35 +02:00
Raúl Gómez Morales
bf873e37c7
feat(editor): Add custom date range options to insights dashboard (#20952) 2025-10-23 11:48:56 +02:00
renovate[bot]
3557d337a7
chore: Update mammoth to 1.11.0 [SECURITY] (#20925)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-20 12:00:21 +02:00
Mutasem Aldmour
61b8dbc68c
fix(Embeddings OpenAI Node): Add encodingFormat parameter to fix LM Studio compatibility (#20877)
Co-authored-by: Claude <noreply@anthropic.com>
2025-10-17 08:00:03 +02:00
Sudarshan Soma
b21140180e
feat(oracleDb Node): Add Oracle Database SQL Node (#20867) 2025-10-16 20:44:46 +03:00
Mutasem Aldmour
b8f43d32cd
fix(Mistral Cloud Chat Mode Node): Support JSON response from latest Magistral models (#20853) 2025-10-16 14:52:16 +02:00
Iván Ovejero
9600deb7aa
chore: Upgrade n8n-io/typeorm to 0.3.20-14 (#20771) 2025-10-14 17:17:30 +02:00
Mutasem Aldmour
19b14c0a02
chore: Update @modelcontextprotocol/sdk dependency (#20756) 2025-10-14 16:07:16 +02:00
Mutasem Aldmour
74c487f18c
chore: Reduce css variable lint issues in design system (#20744) 2025-10-14 15:29:35 +02:00
Alex Grozav
6883d95c76
feat: Migrate build system to rolldown in Front End packages (no-changelog) (#20717) 2025-10-14 13:26:54 +03:00
yehorkardash
e2275fbd58
build: Fix lint:styles command for windows (#20704) 2025-10-14 10:14:59 +03:00
Elias Meire
6cb36b5194
feat: Add docs to @n8n/eslint-plugin-community-nodes (#20266) 2025-10-13 13:03:30 +02:00
Tihomir Krasimirov Mateev
f178a59702
feat(Redis Vector Store Node): Redis vector store node implementation (#19428)
Co-authored-by: Elias Meire <elias@meire.dev>
2025-10-13 12:42:52 +02:00
Elias Meire
b1baca5c6c
feat: Add strict mode and cloud lint rules to @n8n/node-cli (#20142) 2025-10-10 19:26:35 +02:00
Mutasem Aldmour
596cdfec91
feat: Roll out Lucide icons to Nodes, remove FontAwesome icons (#20477)
Co-authored-by: Elias Meire <elias@meire.dev>
2025-10-10 11:22:11 +02:00
Iván Ovejero
cbcef1bb93
chore: Upgrade n8n-io/typeorm to 0.3.20-13 (#20578) 2025-10-09 13:59:21 +02:00
Csaba Tuncsik
85681de21c
refactor(editor): Explicitly import design system components (#20169) 2025-10-01 17:26:41 +02:00
Declan Carroll
d3c5fcf49f
ci: Add UI coverage for e2e tests (#20236) 2025-10-01 14:34:55 +01:00
Alex Grozav
a7a97abb20
fix(editor): Use debug ids for sentry sourcemaps (no-changelog) (#20250) 2025-10-01 15:09:58 +03:00
Benjamin Schroth
8114f8a9ad
chore: Update langchain packages (#19754) 2025-09-30 12:02:50 +02:00
Elias Meire
ef550104cd
build: Fix dependencies in eslint-plugin-community-nodes package (#20163) 2025-09-30 10:03:18 +02:00
renovate[bot]
6433ff12da
chore: Update tar-fs to 2.1.4 [SECURITY] (#20100)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-28 13:49:51 +01:00
Elias Meire
b55c95c863
feat: Add community node ESLint plugin, use in scanner (#19660)
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-09-26 14:41:35 +02:00
Declan Carroll
84ae389c97
test: Migrate basic folder tests to Playwright (#20074) 2025-09-26 13:31:53 +01:00
Michael Drury
12d7a9fd12
feat(editor): T2W canvas and assistant prompt design improvements (no-changelog) (#19897) 2025-09-25 15:02:47 +01:00
Mutasem Aldmour
c449e9e9c8
feat: Add metering for builder (no-changelog) (#19842) 2025-09-25 09:40:55 +02:00
Artem Sorokin
ded6db694a
test: Migrate cypress batch to playwright (#19854) 2025-09-22 17:25:49 +02:00
Alex Grozav
4d130f3ccd
fix: Update storybook version to 9.1.7 (no-changelog) (#19777) 2025-09-19 15:48:21 +01:00
Michael Drury
bb0cd86b28
feat: Support thinking settings for Gemini models (#19591) 2025-09-18 10:21:07 +01:00