Commit graph

677 commits

Author SHA1 Message Date
Charlie Kolb 8e15ebf833
fix(Code Tool Node): Fix Input Schema Parameter not hiding correctly (#13245) 2025-02-17 11:31:29 +01:00
oleg 47c5688618
fix(AI Agent Node): Move model retrieval into try/catch to fix continueOnFail handling (#13165) 2025-02-13 15:47:41 +01:00
github-actions[bot] 652ca25ef5
🚀 Release 1.79.0 (#13241)
Co-authored-by: MarcL <1965510+MarcL@users.noreply.github.com>
2025-02-13 10:36:10 +00:00
Charlie Kolb 11cf1cd23a
feat(editor): Expose View Execution links for erroneous sub-executions (#13185) 2025-02-13 09:44:52 +01:00
Eugene 02573b46e0
feat(core): Add error reporting for workflow evaluation (no-changelog) (#12838)
Co-authored-by: oleg <me@olegivaniv.com>
2025-02-11 16:03:41 +01:00
Iván Ovejero 17acf70591
perf(core): Batch workflow activation to speed up startup (#13191) 2025-02-11 15:12:55 +01:00
Tomi Turtiainen 67b951ee07
fix(core): Fix parsing of push messages (no-changelog) (#13136) 2025-02-10 19:47:03 +02:00
jeanpaul f057cfb46a
fix(OpenAI Node): Limit chat history to context window when using memory (#13137) 2025-02-10 15:41:13 +01:00
Ria Scholz ccdca6b39f
docs(Chat Trigger Node): Add option for loadPreviousSession (#13132) 2025-02-07 16:49:22 +01:00
कारतोफ्फेलस्क्रिप्ट™ be39d0a0f1
fix(core): Add an option to enable dual-stack lookup to support IPv6 for redis (#13118) 2025-02-07 12:06:12 +01:00
jeanpaul 2b1eb049f2
fix(Basic LLM Chain Node): Use correct mimetype for binary data (#12978) 2025-02-07 09:49:11 +01:00
oleg 577d5a1bff
refactor(Google Gemini Chat Model Node): Provide custom message mapper to N8nLlmTracing (no-changelog) (#13076) 2025-02-06 17:28:13 +01:00
jeanpaul 76e0c99613
feat(OpenAI Chat Model Node): Add reasoning effort option to control the amount of reasoning tokens to use (#13103) 2025-02-06 17:21:34 +01:00
oleg fff46fa75e
refactor(Call n8n Sub-Workflow Tool Node): Remove duplicate FromAIParser service (no-changelog) (#13105) 2025-02-06 17:19:27 +01:00
कारतोफ्फेलस्क्रिप्ट™ a81344cfcd
Merge tag 'n8n@1.78.0' 2025-02-06 14:28:13 +01:00
कारतोफ्फेलस्क्रिप्ट™ 2b133aa201
feat(core): Add an option to allow community nodes as tools (#13075) 2025-02-06 14:17:15 +01:00
github-actions[bot] 700dd916f6
🚀 Release 1.78.0 (#13096)
Co-authored-by: elsmr <8850410+elsmr@users.noreply.github.com>
2025-02-06 14:04:06 +01:00
Eugene a90529fd51
fix(AI Agent Node): Ignore SSL errors option for SQLAgent (#13052)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
2025-02-05 12:35:05 +01:00
oleg b67a003e0b
feat(HTTP Request Tool Node): Relax binary data detection (#13048) 2025-02-05 12:14:31 +01:00
Charlie Kolb cc907fbca9
fix: Increment runIndex in WorkflowToolV2 tool executions to avoid reusing out of date inputs (#13008) 2025-02-04 13:02:50 +01:00
कारतोफ्फेलस्क्रिप्ट™ 65ec6ae0c8
refactor(core): Consolidate execution lifecycle hooks even more + additional tests (#12898) 2025-02-04 10:17:44 +01:00
Ricardo Espinoza 9bcbc2c2cc
feat: Allow setting API keys expiration (#12954) 2025-02-03 11:16:37 -05:00
Danny Martini a15504329b
fix: Sync partial execution version of FE and BE, also allow enforcing a specific version (#12840)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2025-02-03 14:17:31 +01:00
jeanpaul 37d152c148
feat(OpenAI Chat Model Node, OpenAI Node): Include o3 models in model selection (#13005) 2025-02-03 12:56:07 +01:00
कारतोफ्फेलस्क्रिप्ट™ 18b6867785
ci: Update corepack before enabling it (no-changelog) (#13004) 2025-02-03 11:16:18 +01:00
Tomi Turtiainen 2774f35969
test: Add missing $rawParameter to list of known built-ins (#12976) 2025-01-31 14:42:38 +02:00
Milorad FIlipović 066908060f
feat(editor): Relocate workflow ID expression notice (no-changelog) (#12942) 2025-01-31 12:32:18 +01:00
Milorad FIlipović 12d686ce52
feat(editor): Show fixed collection parameter issues in UI (#12899) 2025-01-29 15:50:15 +01:00
कारतोफ्फेलस्क्रिप्ट™ 9446304d66
Merge tag 'n8n@1.77.0'
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
2025-01-29 13:54:36 +01:00
Ricardo Espinoza ad3250ceb0
feat: Allow multi API creation via the UI (#12845) 2025-01-29 07:42:01 -05:00
github-actions[bot] 812619e375
🚀 Release 1.77.0 (#12918)
Co-authored-by: CharlieKolb <13814565+CharlieKolb@users.noreply.github.com>
2025-01-29 13:18:50 +01:00
Iván Ovejero 647dc198c2
refactor(core): Small improvements to external hooks (#12915) 2025-01-29 11:14:06 +01:00
कारतोफ्फेलस्क्रिप्ट™ 05b5f95331
refactor(core): Make external hooks type-safe, and add tests (#12893) 2025-01-29 10:33:39 +01:00
Tomi Turtiainen ac84ea1445
fix(core): Fix possible corruption of OAuth2 credential (#12880) 2025-01-28 17:34:06 +01:00
oleg 9918afa51b
feat: Add DeepSeek Chat Model node (#12873) 2025-01-28 16:43:50 +01:00
oleg dc85b022d1
feat: Add OpenRouter node (#12882) 2025-01-28 15:43:48 +01:00
Milorad FIlipović de49c23971
feat(editor): Execute sub-workflow UX and copy updates (no-changelog) (#12834) 2025-01-28 11:33:23 +01:00
Elias Meire d981b5659a
feat(API): Add route for schema static files (#12770) 2025-01-28 09:53:04 +01:00
कारतोफ्फेलस्क्रिप्ट™ 663dfb48de
fix(Postgres PGVector Store Node): Release postgres connections back to the pool (#12723)
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
2025-01-27 11:52:18 +01:00
कारतोफ्फेलस्क्रिप्ट™ e05608ac90
refactor(core): Alllow using S3 compatible object stores over http (#12812) 2025-01-24 14:50:07 +01:00
Tomi Turtiainen 3fa0714c22
test(core): Fix task runner test (#12801) 2025-01-23 13:03:01 +01:00
Iván Ovejero 1f43181360
fix(core): Update execution entity and execution data in transaction (#12756) 2025-01-23 10:16:17 +01:00
Tomi Turtiainen 3d9d5bf9d5
fix(core): Fix usage of external libs in task runner (#12788)
Co-authored-by: Cornelius Suermann <cornelius@n8n.io>
2025-01-23 10:18:00 +02:00
कारतोफ्फेलस्क्रिप्ट™ 3049cf85a6
Merge tag 'n8n@1.76.0' 2025-01-22 14:50:51 +01:00
Tomi Turtiainen 60187cab9b
feat(core): Rename two task runner env vars (#12763) 2025-01-22 15:39:02 +02:00
github-actions[bot] e59a2af858
🚀 Release 1.76.0 (#12779)
Co-authored-by: netroy <196144+netroy@users.noreply.github.com>
2025-01-22 13:00:06 +01:00
Justin Ellingwood 69c2153279
docs: Update benchmark README file to fix secenario filter (no-changelog) (#11680) 2025-01-22 12:38:24 +01:00
jeanpaul 819ebd058d
fix(editor): Add unicode code points to expression language for emoji (#12633) 2025-01-22 12:16:01 +01:00
Tomi Turtiainen 4f00d7cfe4
refactor: Disable task runner by default (#12776) 2025-01-22 12:15:12 +01:00
Tomi Turtiainen 9e2a01aeaf
feat(core): Enable task runner by default (#12726) 2025-01-21 14:31:06 +02:00