Commit Graph

588 Commits

Author SHA1 Message Date
github-actions[bot]
26441d7b85 🚀 Release 1.112.0 (#19556)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-09-15 14:25:52 +02:00
oleg
2b0203ef54 fix(Default Data Loader Node): Use text loader for text/markdown mime-types (#19549) 2025-09-15 13:08:53 +02:00
Jake Ranallo
87d79c9efb feat(Gemini Node): Edit Image Using Nano Banana (#19105)
Co-authored-by: Elias Meire <elias@meire.dev>
2025-09-15 11:20:17 +02:00
mgosal
0b4de85a08 feat(OpenAI Node): Support custom headers for model requests (#17835)
Co-authored-by: Idir Ouhab <ouhab.idir@gmail.com>
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
2025-09-12 14:14:32 +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
yehorkardash
a910604822 refactor(Code Tool Node): Replace vm2 with taskrunner for js (#19247) 2025-09-09 14:15:31 +03: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
github-actions[bot]
2c453be05d 🚀 Release 1.111.0 (#19305)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-09-08 16:01:48 +03:00
Benjamin Schroth
70254526bb fix(OpenAI Node): Add proxy agent for Message an assistant operation (#19250) 2025-09-08 11:24:32 +02:00
Durran Jordan
9a2d942835 feat(MongoDB Node): Add driver info to MongoDB nodes (#18615) 2025-09-05 14:07:09 +01:00
Durran Jordan
ee91aa00f1 feat(MongoDB Vector Store Node): Allow pre and post filtering (#18506)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-09-05 07:38:32 +01:00
Benjamin Schroth
583dd48d8a fix(Basic LLM Chain Node): Remove fallback connection on lower versions (#19053) 2025-09-02 12:23:27 +02:00
Jake Ranallo
238fe84540 fix(Gemini Node): Allow Nano Banana model to be selected (#19080)
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
2025-09-02 11:02:30 +01: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
Ricardo Espinoza
589806b7d7 fix: Add description for chunkSize and chunkOverlap (no-changelog) (#18680) 2025-08-26 19:16:27 -04:00
jeanpaul
df9521ff8e fix(core): Prevent race condition in tiktoken encoding cache (no-changelog) (#18780)
Co-authored-by: Claude <noreply@anthropic.com>
2025-08-26 13:47:42 +02:00
jeanpaul
e233dfa4a2 refactor(core): Convert tiktoken file loading to async (#18756) 2025-08-25 20:33:38 +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
Tomi Turtiainen
1f1730c27d perf(OpenAI Node): Use streaming for file operations (#18666) 2025-08-25 15:44:13 +03:00
oleg
ca8629ef30 feat(OpenAI Node): Add reasoning effort for GPT-5 (#18644) 2025-08-21 19:12:47 +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
Elias Meire
041672eb6c fix(Google Gemini Node): Use custom host from credential (#18405) 2025-08-15 16:19:28 +03:00
jreyesr
f575427d4d feat(MCP Client Tool Node): Add Timeout config for the MCP Client tool (#15886)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2025-08-14 18:28:12 +01:00
Daniel Chalef
2b992588dd chore: Deprecate Zep nodes (#18061)
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
2025-08-14 10:10:18 +02:00
Durran Jordan
59a08eed72 refactor(MongoDB Vector Store Node): Refactor mongodb vector store node (#16239)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-08-14 10:48:38 +03:00
oleg
8a27ac0438 chore: Update Langchain dependencies (no-changelog) (#18213) 2025-08-11 16:49:41 +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
Andrew Zolotukhin
523a55d5ee fix(Reranker Cohere Node): Add 'Top N' parameter to control document return count (#17921) 2025-08-07 09:49:25 +02:00
Mutasem Aldmour
a1682e8fe4 fix(Hugging Face Inference Model Node, Embeddings Hugging Face Inference Node): Fix credential validation for HF nodes and add provider for (#18047) 2025-08-06 14:29:10 +02:00
Iván Ovejero
1bee0ddbf1 refactor: Upgrade to TypeScript 5.9.2 (#17955) 2025-08-06 09:29:09 +02:00
Julian van der Horst
acfb79bd97 feat(Ollama Credentials): Add optional API key support to Ollama credentials (Openwebui proxy) (#17857) 2025-08-05 17:25:19 +02: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
Jon
ff8531d544 docs: Add claude alias to Anthropic (#17960) 2025-08-04 12:41:00 +01:00
Josh
e97cd8afa1 feat(Vercel AI Gateway Node): Add Vercel AI Gateway model Node (#17524) 2025-08-01 16:00:15 +01:00
RomanDavydchuk
460e3b1dfd fix(Google Gemini Node): Don't pass hardcoded value for durationSeconds when generating a video (#17793)
Co-authored-by: Shireen Missi <shireen@n8n.io>
2025-07-31 15:20:08 +01:00
Michael Kret
541f80f8f3 fix: Update chat bundle url (no-changelog) (#17828) 2025-07-30 16:34:59 +03:00
jeanpaul
80513ae66b feat(AWS Bedrock Chat Model Node): Add inference profile support (#17807)
Co-authored-by: Claude <noreply@anthropic.com>
2025-07-30 09:29:01 +02:00
jeanpaul
1fb78cb0ea fix(Structured Output Parser Node): Handle passed objects that do not match schema (#17774) 2025-07-29 13:20:12 +02:00
oleg
8abc1d5e90 fix(Model Selector Node): Fix documentation link (no-changelog) (#17641) 2025-07-29 09:44:16 +02:00
Iván Ovejero
4cf9399432 refactor(core): Move ApplicationError to @n8n/errors (#17667) 2025-07-28 17:48:56 +02:00
github-actions[bot]
c0360e52af 🚀 Release 1.105.0 (#17752)
Co-authored-by: CharlieKolb <13814565+CharlieKolb@users.noreply.github.com>
2025-07-28 16:29:24 +02:00
shortstacked
49a52a1150 ci: Update Turbo config and GH actions (#17595) 2025-07-28 10:07:28 +01:00
oleg
e1aa60ce6f fix: Minor streaming fixes (no-changelog) (#17683) 2025-07-28 10:18:00 +02:00
Michael Kret
a98ed2ca49 feat: Respond to chat and wait for response (#12546)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2025-07-24 09:48:40 +01:00
RomanDavydchuk
f30cc7b6cf fix(Google Gemini Node): Error when used as tool with "Message a model" operation (#17491) 2025-07-23 18:43:13 +01:00
Elias Meire
f11ec538dc fix: Do not throw on tool errors, instead return error message (#17558) 2025-07-23 12:54:31 +02:00
oleg
8fb3d8d587 fix(GitHub Document Loader Node): Fix node loading issue (#17494) 2025-07-22 10:41:14 +02:00