Releases: n8n-io/n8n
Releases · n8n-io/n8n
[email protected]
1.117.0 (2025-10-21)
Bug Fixes
- AI Agent Node: Track source node toolkit tools are executed from (#20866) (e195677)
- ai-builder: Accept empty expressionValues in builder request (#20993) (3f9866e)
- ai-builder: AI builder memory consumption issue (#20982) (b4a92f3)
- ai-builder: Assistant side panel open without blocking calls (#20714) (39b7966)
- ai-builder: Submit AI workflow builder prompt on enter, newline on shift+enter (#20863) (5b5cef8)
- Call n8n Sub-Workflow Tool Node: Return structured data from Workflow Tool when called by engine (#20869) (44d1835)
- core: Fix folders file overwrite for admin on push (#20813) (4a3e7d7)
- core: Fix normalization in per-item mode in native Python runner (#20750) (2224647)
- core: Prevent binary payload duplication in JS runner (#20753) (f193b7a)
- core: Prevent duplicate nodeExecuteBefore events for agent nodes (#20726) (d4cd6bf)
- core: Proxy all HTTP traffic instead of only axios (#20614) (f41b864)
- core: Set rfc3164 option to false for syslog client initialization (#20664) (bdcb049)
- core: Stop task process correctly in native Python runner (#20840) (c560f05)
- Detect resource owner change in source control (#20811) (e12df06)
- editor: Disallow drag-and-drop for non-immediate-ancestors of Python code node (#20773) (0fab5ea)
- editor: Enhance error handling and toast notifications in WorkflowDiffModal (#20812) (2ee3d26)
- editor: Expand URL validation to accept any HTTPS URL for workflow import instead of requiring a .json extension (#20509) (f0a3978)
- editor: Fetch workflow and version in parallel to prevent double render flicker (#20568) (76969eb)
- editor: Fix command bar test workflow command issue (#20910) (be27e94)
- editor: Hide Execute and refine section when error occurs after workflow update (#20876) (3d9d19e)
- editor: Update ProjectSettings UI to always show save/cancel buttons and add search functionality for members (#20828) (fa02786)
- editor: Use existing workflowState when setting node execution issues (#20777) (ef89640)
- Embeddings OpenAI Node: Add encodingFormat parameter to fix LM Studio compatibility (#20877) (61b8dbc)
- Fix source control pull information toast (#20787) (fbb35d4)
- Gmail Trigger Node: Prevent missing emails between polling intervals (#20794) (f3ebf05)
- HTTP Request Node: Support array in query request parrameters (#20510) (54dcfde)
- LM Chat Azure OpenAI Node: Set model name to ensure correct internal logic (#20893) (24f1ad9)
- Mistral Cloud Chat Mode Node: Support JSON response from latest Magistral models (#20853) (b8f43d3)
- MongoDB connection string parameter marked as password (#20868) (1eccd74)
- n8n Form Node: CSP headers should not be set on response with redirect (#20864) (7f651ca)
- Notion Node: Fix typo in Notion 'Operation' options (#20809) (b32c8ce)
- OpenAI Node: Re-enable list of models for non-OpenAI providers (#20647) (131a57e)
- OpenAI Node: Remove
local shell, updatesimplify outputlogic (#20957) (f282b02) - OpenAI Node: Rename "Create" to "Generate" (#20905) (d20a2e5)
- Qdrant Vector Store Node: Add support for custom content and metadata keys (#20873) (049c599)
- Sentry.io Node: Add credential tests and authenticate methods, fix self-hosted credentials (#20195) (11f8a3f)
- Slack Node: Fix incorrect option name stopping user groups from working (#20660) (7edbd7d)
Features
- Add GET /sso/provisioning/config endpoint for sso provisioning config (#20850) (c40aaa5)
- Add new env vars for sso provisioning configuration (#20749) (28a4e2c)
- ai-builder: Increase prompt limit to 5000 characters (#20865) (f37e7c2)
- ai-builder: Optimize Anthropic prompt caching with 4-breakpoint strategy (#20484) (3afb4db)
- Anthropic Node: Support custom headers for model requests (#20253) (7706ec8)
- Assign owner to pulled resources (#20920) (cec27a8)
- core: Add telemetry to monitor project variables usage (#20593) (fbe2783)
- core: Database migration to add workflow dependency index table (#20723) (ed3b19a)
- **editor, ai-...
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
1.116.0 (2025-10-13)
Bug Fixes
- ai-builder: Fix loading of Data Table nodes for AI Builder (#20546) (c21968d)
- core: Block introspection attributes unconditionally (#20641) (7ae88f8)
- core: Fix broker websocket connection closure on runner heartbeat failure (#20584) (892cc82)
- core: Fix N8N_ENCRYPTION_KEY_FILE environment variable not working (#20230) (502dd71)
- core: Fix worker setup completion (#20495) (8f042a6)
- core: Make sure scopes are deleted after rename (#20498) (a998e1d)
- core: Only resume waiting parent workflows (#20342) (bebccfd)
- core: Prevent re-imported scheduled workflow to execute twice (#20438) (8f7f480)
- core: Prevent subscript access to blocked attributes (#20710) (0026b6b)
- core: Remove logs skipping flag from native Python runner (#20441) (123a742)
- core: Retain source overwrite in paired items in tool executions (#20629) (6f368c3)
- core: Return insights when only one day is selected (#20543) (dc72c23)
- core: Solve intermittent typeorm-related build errors for
QueryDeepPartialEntity(#20556) (dfb1851) - core: Tighten Sentry error filtering in native Python runner (#20500) (bcdbada)
- editor: Compact large ITaskDataConnections before sending to AI Builder (#20545) (e58480f)
- editor: Fix data table add row missing border (#20514) (799634f)
- editor: Fix inputs when extracting sub-workflows with Split Out nodes (#19923) (fa64bf1)
- editor: Input/output panel in log view shows "N of N item(s)" when nothing matched (#20224) (9b46bf6)
- editor: Keep source control and user area fixed to bottom of sidebar (#20530) (0f28b3f)
- editor: New NDV design tweaks (#19903) (ca84331)
- editor: Rename property names in event (#20537) (32573ca)
- editor: Set warning limit to 80% of max limit for data tables (#20613) (fb94b77)
- Extract from File Node: Fix xlsx data read when readAsString is true (#20565) (1a8b6e1)
- Github Node: Fix GitHub node no longer shows repo owner for Get Issues operation (#20580) (3d74c3e)
- Google Workspace Admin Node: Rename userId to userKey (#15940) (65b1df9)
- HTTP Request Node: Body must be stringified while using AWS credentials (#20526) (c28ac73)
- Invalid secret expression value for AWS secret keys containing / (#20433) (f46b5e1)
- Microsoft Graph Security Node: Add missing offline_access scope to credentials (#20532) (8dd7c40)
- Pin node version in Docker base image (#20634) (4d80c2e)
- Prevent runtime import via
__builtins__dict in native Python runner (#20628) (09c8559) - Slack Node: Add :history scopes to support the 'history' operation in Slack node (#20523) (88b8719)
- Supabase Node: Fix issue with execute function was called with incorrect parameters when accessing schema if set by expression (#20507) (b868284)
- Update libxml2 (#20635) (2ac03d0)
- Update path.join -> safeJoinPath for compression utils (#20461) (ad11e77)
Features
- Add docs to
@n8n/eslint-plugin-community-nodes(#20266) (6cb36b5) - Add status check for project json files in git folder (#20369) (2f38db8)
- Add strict mode and cloud lint rules to @n8n/node-cli (#20142) (b1baca5)
- Add support for displayOptions in INodePropertyOptions (#20184) (fd50563)
- ai-builder, editor: Flag AI builder placeholder parameters and render them on front-end (#20494) (95d0c45)
- API: Add project and projectId fields to get and update a variable project (#20544) (5bddbed)
- core: Telemetry for data tables storage limit reached (#20485) (52ad94f)
- core: Track package_version of community nodes (#20428) (0da3e14)
- core: Use project variable in executions (#20275) (ca69904)
- Define node's waiting message in the node's description (#20416) (d03a6c0)
- editor: Allow expressions to autocomplete project variables (#20269) (2a7b341)
- editor: Create new variable page inside overview project page (#20332) (cd0bbe2)
- editor: Improve community node tracking (#20479) ([07c60b2](https://github.com/n8n-i...
[email protected]
1.115.2 (2025-10-10)
Bug Fixes
- ai-builder: Fix loading of Data Table nodes for AI Builder (#20546) (e7749fd)
- editor: Compact large ITaskDataConnections before sending to AI Builder (#20545) (e4b1459)
- editor: Keep source control and user area fixed to bottom of sidebar (#20530) (8ed0c52)
- Github Node: Fix GitHub node no longer shows repo owner for Get Issues operation (#20580) (5b50465)
- Update libxml2 (#20635) (ddcaf8e)
[email protected]
[email protected]
1.114.4 (2025-10-07)
Internal fixes
[email protected]
1.115.0 (2025-10-06)
Bug Fixes
n8n-nodenot working on Windows (#20091) (c3fff03)- Add missing
testandauthenticateto OpenWeatherMap, Azure Storage and Netlify credentials (#20221) (18a5924) - Allow creation of vector search indexes in MongoDB node (#20235) (8df5211)
- Anthropic Chat Model Node: Fix Sonnet 4.5 not working with default topP (#20286) (fd7b2a5)
- AwsS3 Node: Return data with continueOnFail (#19951) (ac0e7e3)
- core: Add
globalsandlocalsto denylist in native Python runner (#20172) (77d7408) - core: Add cancellation reasons (#20238) (0681e78)
- core: Capture stderr from task process in native Python runner (#20180) (7af1a5c)
- core: Check all outputs for chat triggers, first output only for webhooks (#20308) (412322a)
- core: Do not report to Sentry successful ws close in native Python runner (#20257) (4ca6e4f)
- core: Fix paired item data retrieval in loops with IF nodes (#20309) (a9a450b)
- core: Keep submodules of safe modules in native Python runner (#20284) (7eb8a32)
- core: Make transition self-healing on
SIGTERM(#20243) (8fa5b57) - core: Prevent race condition on job processing handler registration (#20219) (cd8926e)
- core: Prevent resolving of raw “$” as stringified function (#19237) (93df675)
- core: Show error description in tools (#19914) (165f74b)
- core: Support log streaming in webhook processors (#20215) (5ca781f)
- core: Undo backend validation for moving workflow on protected instance (#20404) (316dafa)
- Disable Builder if license does not have feature (#20318) (5ad9e81)
- Disable Execute and Refine button if no credits remaining (#20248) (4685009)
- Discord Node: Add test to Discord Webhook credential (#20314) (f1a51c4)
- Discord Node: Fix parseDiscordError to properly display Discord API errors (#17606) (f331c5e)
- Don't allow moving a readonly workflow (#20227) (16e4c7e)
- editor: Add auto-scroll on drag in workflows list (#20193) (14d0e17)
- editor: Add rule to prevent undefined components (missing imports) in Vue (#20273) (2d00ebd)
- editor: Add upgrade indicators and tooltip for unlicensed project roles (#20225) (93769f4)
- editor: Fix
ctrl+sshortcut when renaming node (#20310) (324ee62) - editor: Fix workflow name not resolving in node expressions preview (#19979) (44731a9)
- editor: Frontend housekeeping (#20292) (0bf3151)
- editor: Incorrect toast when starting workflow manually via chat trigger (#20073) (7d36648)
- editor: Show running edge with existing run data as green (#20204) (3d30f95)
- Fallback to cli command if http request failed in npm-utils for community packages (#19413) (2bde2e6)
- Fix font paths in design system (#20256) (7aed600)
- Grist Node: Allow filtering for numbers <= 0 (#20045) (96d3faf)
- S3 Node: Consider LocationConstraint from GetBucketLocation optional due to many non-compliant S3 implementations (#15432) (21abe2d)
- Salesforce Trigger Node: Cleanup logic update (#19769) (96a643e)
- Show Builder's Ask Admin tooltip just for owner (#20246) (c221833)
- Spreadsheet File Node: Use streams to read xlsx (#19953) (ef1c079)
- Update links (#20022) (3ad0706)
- Use monospace for param preview (#19975) (02c6a94)
- When a workflow is waiting indefinitely, it now show the correct message (#20350) (efc2b55)
Features
- Import project from json file stored in git folder (#20294) (65942c3)
- Add beta label for AI Assistant/Builder (#20346) (57bea34)
- core: Add projectId foreign key to the variable table (#20058) (bf1b26d)
- core: Make variable update DTO fields optional for patch and add validation (#20348) (e23bcfd)
- core: Update variables API to reflect project variables (#20187) (d5159f0)
- Exclude large data tables by default, allow inclusion with override flag (#20298) (208027b)
- Export projects as json files ...