Commit Graph
542 Commits
Author SHA1 Message Date
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
Cornelius Suermann 785b75d279 Merge tag 'n8n@1.104.0' 2025-07-21 15:38:55 +02:00
oleg e51b056e3a fix(OpenAI Node): Fix memory connector for assistant message (#17501) 2025-07-21 15:09:17 +02:00
github-actions[bot]andtomi 46320dc532 🚀 Release 1.104.0 (#17505)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-07-21 15:04:05 +02:00
Ilia Aphtsiauri ba9eacaa6e fix(OpenAi Node): optional chaining for error handling in router (#17412) 2025-07-21 12:25:58 +02:00
RomanDavydchukandMichael Kret 5502361a97 feat(Anthropic Node): New node (#17121)
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-07-21 11:40:11 +03:00
KGuillaume-chaps a5d14a2509 feat(MCP Client Tool Node): Add support for HTTP Streamable Transport (#15454) 2025-07-18 14:27:21 +03:00
Eugene c159e2be5c fix(Embeddings OpenAI Node): Disable model list filter when custom baseURL is set (#17296) 2025-07-16 16:56:02 +02:00
Eugene ac552e68fd fix(Think Tool Node): Use dynamic tool name based on node name (#17364) 2025-07-16 13:57:29 +02:00
Eugene 5bb5a65edf fix(AWS Bedrock Chat Model Node): Do not show issues for arbitrary model names (#17079) 2025-07-15 10:02:27 +02:00
github-actions[bot]andtomi f1e03ab6b1 🚀 Release 1.103.0 (#17299)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-07-14 14:27:50 +02:00
KSG 232b8f6cb1 feat: Add HTTP proxy support for OpenAI Embeddings node (#17173) 2025-07-14 09:58:15 +02:00
Benjamin Schroth 2f7ed14a23 fix(Sentiment Analysis Node): Fix problems with first sentiment output (#17233) 2025-07-11 16:39:47 +02:00
jeanpaul a34b30acc7 feat(n8n Evaluation Node): Add pre-defined metrics to the "Set Metrics" operation (#17127) 2025-07-11 13:58:26 +02:00
oleg 2402926573 fix(Token Splitter Node): Cache tokenizer JSONs in memory (#17201) 2025-07-10 19:08:29 +02:00
Benjamin SchrothandEugene Molodkin 3edadb5a75 feat: Update Chat SDK to support streaming responses (#17006)
Co-authored-by: Eugene Molodkin <eugene@n8n.io>
2025-07-10 12:25:29 +02:00
oleg c37397cb2b feat(Cohere Chat Model Node): Add Cohere Chat Model node (#16888) 2025-07-09 13:20:25 +02:00
oleg d08f306c83 chore: Fix hot reload for nodes-langchain package (no-changelog) (#17111) 2025-07-09 13:13:07 +02:00
RomanDavydchuk 0f59eeaf5b feat(Google Gemini Node): New node (#16863) 2025-07-09 13:29:00 +03:00
Mutasem Aldmour f67581b74d feat(AI Agent Tool Node): Add Agent Tool (#17108) 2025-07-09 11:41:58 +02:00
Benjamin Schroth 1a4e4c5e72 fix(AI Agent Node): Prevent fallback input to be added in version <2.1 (#17094) 2025-07-08 12:39:47 +02:00
github-actions[bot]andtomi 0547d6f5d2 🚀 Release 1.102.0 (#17075)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-07-07 17:13:34 +02:00
Alex Grozav d754ce922d feat: Upgrade nodes-base package to use modern tsconfig.json (no-changelog) (#16884) 2025-07-04 14:55:39 +03:00
Benjamin Schroth 5a5848aa42 feat(AI Agent Node): Implement streaming on AI agent node (no-changelog) (#16897) 2025-07-04 09:21:48 +02:00
Eugene cfe3699782 feat(LangChain Nodes): Upgrade LangChain and improve proxy handling for LLM nodes (#16778) 2025-07-03 14:22:25 +02:00
Benjamin Schroth 58fd1ec325 fix(AI Agent Node): Fix tool-usage with fallback mechanism (#16898) 2025-07-03 09:48:44 +02:00
Duda Nogueira 4813c011ec feat: Weaviate Vector Store Node for Langchain (#16856) 2025-07-03 09:35:47 +03:00
Iván Ovejero 9ffca02016 chore: Lintfix @n8n/nodes-langchain (#16868) 2025-07-01 14:08:51 +02:00
Benjamin Schroth 47bf4b77d3 feat: Implement streaming response node on ChatTrigger and Webhook (no-changelog) (#16761) 2025-07-01 11:03:23 +02:00
Alex Grozav c76d94b364 feat: Modernize build and testing for workflow package (no-changelog) (#16771) 2025-06-30 20:02:16 +03:00
github-actions[bot]andtomi 173cbe48f1 🚀 Release 1.101.0 (#16835)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-06-30 14:31:31 +02:00
Iván Ovejero 7e76222d3c chore: Silence warnings for @n8n/nodes-langchain (#16824) 2025-06-30 11:46:02 +02:00
oleg c5ec056eb5 fix(Token Splitter Node): Prevent tiktoken blocking on repetitive content (#16769) 2025-06-27 16:08:14 +02:00
Elias Meire 0775fd859e build: Update ESLint to v9 (#16639) 2025-06-27 10:42:47 +02:00
Benjamin Schroth 6408d5a1b0 feat: Add fallback mechanism for agent and basic chain llm (#16617) 2025-06-26 16:14:03 +02:00
Benjamin Schroth 9e61d0b9c0 fix(core): Add retry mechanism to tools (#16667) 2025-06-26 13:11:41 +02:00
Eugene 3f6eef1706 feat: Update default Gemini model to gemini-2.5-flash (#16651) 2025-06-25 13:25:31 +02:00
luka 297d3001c0 fix(core): Fix the problem of Windows system building error (#16653) 2025-06-25 09:58:00 +02:00
oleg d382070e3f refactor(Structured Output Parser Node): Support schema via expression (#16671) 2025-06-25 09:30:52 +02:00
github-actions[bot]andtomi aea8c92281 🚀 Release 1.100.0 (#16628)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-06-23 14:25:00 +02:00
Benjamin Schroth 662ac1bb57 fix(Embeddings Google Gemini Node): Use credential host as baseUrl (#16615) 2025-06-23 12:58:56 +02:00
RomanDavydchuk 9346463c6b fix(MongoDB Atlas Vector Store Node): Old credentials used even after credentials are updated/changed (#16471) 2025-06-23 13:30:42 +03:00
Mutasem Aldmourandcubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> 3c195dd42e fix: Rename chat.css to style.css in chat package build (#16622) (no-changelog)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-06-23 12:20:04 +02:00
Eugene 3969425925 feat(MCP Server Trigger Node): Terminate sessions on DELETE request (#16550) 2025-06-23 08:59:40 +02:00
oleg 2d638023be feat(Token Splitter Node): Replace remote tiktoken encoding with local implementation (#16548) 2025-06-20 16:08:16 +02:00
Benjamin Schroth 79650ea55a feat: Add model selector node (#16371) 2025-06-20 15:30:33 +02:00
Eugene 67852b826f chore: Update LangChain dependencies (no-changelog) (#16523) 2025-06-20 11:50:14 +02:00