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 |
|
Eugene
|
bac61a7e0d
|
feat: Add message history trimming to AI workflow builder (no-changelog) (#17829)
|
2025-08-05 15:16:12 +02:00 |
|
Andreas Fitzek
|
318a91a3e9
|
fix(core): Mark invalid enqueued executions as crashed during startup for legacy SQLite driver (#17629)
|
2025-08-05 13:13:55 +02:00 |
|
Iván Ovejero
|
c001e020b0
|
fix(core): Address feedback on modules (no-changelog) (#17966)
|
2025-08-04 15:24:39 +02:00 |
|
Tomi Turtiainen
|
c425444a7c
|
Merge tag 'n8n@1.106.0'
|
2025-08-04 16:04:34 +03:00 |
|
Csaba Tuncsik
|
b7887bf899
|
fix(editor): Migrate from @import to @use for SCSS files to address deprecation warnings (#17858)
|
2025-08-04 15:01:16 +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 |
|
oleg
|
ce98f7c175
|
feat: Abort AI builder requests on chat stop (#17854)
|
2025-08-04 09:55:07 +02:00 |
|
Danny Martini
|
557e261d67
|
chore(benchmark): Enable insights in benchmarks by default and remove most insights specific benchmark setups (#17892)
|
2025-08-04 08:02:00 +02:00 |
|
Elias Meire
|
4247477b3d
|
build: Add lint rule to ban argument spreads to prevent stack overflow (#17493)
|
2025-08-02 13:40:47 +02:00 |
|
Josh
|
e97cd8afa1
|
feat(Vercel AI Gateway Node): Add Vercel AI Gateway model Node (#17524)
|
2025-08-01 16:00:15 +01:00 |
|
Michael Kret
|
76230d2640
|
feat: Table in confirm modal to see all workflows using nodes before updating / uninstalling (#17488)
|
2025-08-01 09:41:04 +03: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 |
|
Iván Ovejero
|
1d31e6a0c4
|
refactor(core): Start modularizing the community packages feature (#17757)
|
2025-07-31 13:55:38 +02:00 |
|
Michael Kret
|
1ed8239625
|
feat: Env to disable webhook response iframe sandboxing (#17851)
|
2025-07-31 14:37:25 +03:00 |
|
Andreas Fitzek
|
84d7376e6e
|
chore(core): Fix linting for node-cli (#17852)
|
2025-07-31 09:07:50 +02:00 |
|
Elias Meire
|
79c6b60fcb
|
feat: Add @n8n/node-cli package with an empty create command (#17620)
|
2025-07-30 23:09:49 +01:00 |
|
Iván Ovejero
|
08a7b365b8
|
perf(core): Stop typechecking during build (#17833)
|
2025-07-30 16:42:19 +02: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 |
|
Iván Ovejero
|
b64c8ad3a4
|
refactor: Upgrade @sentry/node and @sentry/vue to 9.42.1 (#17753)
|
2025-07-29 14:59:43 +02:00 |
|
Iván Ovejero
|
163565c647
|
refactor(core): Extract CLI parsing from command registry (#17676)
|
2025-07-29 14:23:49 +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 |
|
Iván Ovejero
|
056302ebe5
|
perf(core): Introduce decorator to report slow method calls (#17729)
|
2025-07-29 12:37:44 +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 |
|
Guillaume Jacquart
|
6c0be292b1
|
fix(core): Check that src folder exists an fallback to dist when loading modules (#17754)
|
2025-07-28 17:47:24 +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 |
|
Guillaume Jacquart
|
9e3bfff68d
|
fix(core): Fix getLiveExecutionRowsOnPostgres when there are multiple n8n schemas (#17635)
|
2025-07-28 12:30:21 +02:00 |
|
Iván Ovejero
|
08c38a76f3
|
feat(core): Increase Cron observability (#17626)
|
2025-07-28 11:54:33 +02:00 |
|
shortstacked
|
49a52a1150
|
ci: Update Turbo config and GH actions (#17595)
|
2025-07-28 10:07:28 +01:00 |
|
Iván Ovejero
|
c41e1257f7
|
refactor(core): Port config for frontend hooks, Redis and AI features (#17728)
|
2025-07-28 10:55:16 +02:00 |
|
oleg
|
e1aa60ce6f
|
fix: Minor streaming fixes (no-changelog) (#17683)
|
2025-07-28 10:18:00 +02:00 |
|
Mutasem Aldmour
|
c18fabb419
|
feat: Track inputs and outputs in Evaluations (#17404)
|
2025-07-24 18:58:37 +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 |
|
Ricardo Espinoza
|
5524b2137a
|
feat: Proxy all RudderStack frontend telemetry events through the backend (#17177)
Co-authored-by: Nikhil Kuriakose <nikhil.kuriakose@n8n.io>
|
2025-07-23 15:17:01 +02:00 |
|
Guillaume Jacquart
|
01b95a9ee5
|
fix(core): Make the module loading for local dev more generic (#17547)
|
2025-07-23 14:13:50 +02: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 |
|
Andreas Fitzek
|
e8056515c3
|
chore(core): Provide details on access token exchange error (#17506)
|
2025-07-22 09:45:53 +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]
|
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 |
|
oleg
|
632b38119b
|
feat: AI Workflow Builder agent (no-changelog) (#17423)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
|
2025-07-21 11:18:26 +02:00 |
|