Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 19 May 12:47
9cf6265

1.94.0 (2025-05-19)

Bug Fixes

  • AI Agent Node: Fix tool calling when tools run in a loop (#15250) (cd1d6c9)
  • Azure OpenAI Chat Model Node: Simplify Azure Entra ID Authentication and Auto-Refresh token (#15335) (e750d53)
  • Basic LLM Chain Node: Use JSON parsing for Claude 3.7 with thinking enabled (#15381) (c8b9a7f)
  • core: Allow strings starting with numbers in alphanumeric string validator (#15425) (64b3fa3)
  • core: Load config early to fix N8N_CONFIG_FILES (#15406) (ec63a61)
  • core: Load insights module on webhook instance to save insights on webhook workflows (#15433) (bf5551d)
  • core: Make the Insights by time datetime parsing more robust (#15413) (d9fdef3)
  • core: Upgrade formidable to address CVE-2025-46653 (#15341) (d612d7b)
  • core: Upgrade snowflake-sdk to address CVE-2025-46328 (#15345) (eb634ea)
  • editor: Correctly show Workflow Breadcrumbs in MainHeader on Registered Community (#15457) (5c38405)
  • editor: Don't render now when startedAt is null (#15283) (44ecad5)
  • editor: FE fixes to insights (#15228) (3eb1c1c)
  • editor: Fix node renaming in pinned data (#15482) (fc17cde)
  • editor: Fix paired items after renaming a node (#15440) (7d3cae5)
  • editor: Fix partial chat executions (#15379) (b6370fb)
  • editor: Fix resizing NDV output panel when closing assistant (#15313) (d7d3d33)
  • editor: Fix switching between connected SQL/HTML editors (#15297) (bb2cfc2)
  • editor: Hide evaluation trigger (#15471) (b53bd17)
  • editor: Make AI Agent appear before Magento 2 when typing agent (#15302) (d683a54)
  • editor: Normalize credential data from source control (#15434) (840a3be)
  • editor: Show error toast for failed executions (#15388) (e68149b)
  • editor: Tag styling issues (#15336) (807084e)
  • Ensure diagnostics stay disabled in e2e even when enabled by environment variable (#15322) (c026962)
  • Execute Workflow Trigger Node: Show helpful error message when passing array to JSON Example (#15458) (06e9386)
  • n8n Evaluation Trigger Node: Fix tweaks (#15473) (3985387)
  • n8n Form Node: Limit the max width for text area (#15508) (9936186)
  • OpenAI Node: Hide the option to return URL for gpt-image-1 model (#15392) (027a479)
  • PostBin Node: Update base URL for postbin node (#15358) (0cddc95)
  • RabbitMQ Node: Support RabbitMQ v.4.1.0 by updating amqplib (#15418) (cf05c33)
  • Set tournament for nodes test harness (#15346) (0699925)
  • Text Classifier Node: Return error for empty inputText (#15390) (71e5584)
  • YouTube Node: Chunk file content before uploading (#15405) (3e855b4)

Features

  • Add HTTP proxy for supported LLM nodes (#15449) (907485d)
  • API: Add Public API endpoint for updating variables (#15315) (52bf920)
  • AWS IAM Node: Add new AWS IAM Node (#11963) (ab1047e)
  • editor: Add "Go to Sub-workflow" menu context action to Workflow Tool (#15396) (2b05dbe)
  • editor: Add user info on relations to enhance design of project users list (#15420) (435d43f)
  • editor: Improve canvas node insertion position (#14289) (102c676)
  • editor: Improve manual description in nodes as tools (#15373) (726438d)
  • editor: Include pending users for project users search (#15389) (f906dba)
  • editor: Keyboard shortcuts for the log view (#15378) (1935e62)
  • editor: Rollout improved log view (2nd attempt) (#15382) (4657e34)
  • editor: Show sub workflow runs in the log view (#15163) (0c4398f)
  • Execute Workflow Trigger Node: Reintroduce binary data on Workflow Triggers (#15259) (218007e)
  • Microsoft SharePoint Node: New node (#13727) (954b662)
  • n8n Evaluation Trigger Node: Add Evaluation Trigger and Evaluation Node (#15194) (570d1e7)
  • n8n Evaluation Trigger Node: Add link to dataset template in trigger (#15455) (1f023db)
  • n8n Evaluation Trigger Node: Add telemetry events (#15465) (9834a49)
  • n8n Microsoft Teams Node: New trigger node (#12875) (870940b)
  • Optimise langchain calls in batching mode (#15243) (ff15693)
  • Respond to Webhook Node: Additional output branch - Response (#13734) (40fb4a2)
  • Snowflake Node: Add support for Key-Pair authentication (#14833) (4302c5f)

Performance Improvements

  • editor: Avoid deep watch on execution result data (#15304) (cd2e2dc)