Releases: n8n-io/n8n
Releases · n8n-io/n8n
n8n@1.82.1
n8n@1.81.4
n8n@1.81.3
n8n@1.82.0
1.82.0 (2025-03-03)
Bug Fixes
- Call n8n Workflow Tool Node: Support concurrent invocations of the tool (#13526) (5334661)
- core: Gracefully handle missing tasks metadata (#13632) (999fb81)
- core: Remove
index.html
caching entirely (#13563) (afba8f9) - editor: Add workflows to the store when fetching current page (#13583) (c4f3293)
- editor: Ai 672 minor UI fixes on evaluation creation (#13461) (b791677)
- editor: Ai 675 minor tweaks to tests list (#13467) (5ad950f)
- editor: Don't show duplicate logs when tree is deeply nested (#13537) (d550382)
- editor: Fix browser crash with large execution result (#13580) (1c8c7e3)
- editor: Fix github star button layout (#13630) (139b5b3)
- editor: Fix icon color on 'Call n8n Workflow Tool' node (#13568) (90d0943)
- editor: Fix icon spacing in accordion title (#13539) (ebaaf0e)
- editor: Fix keyboard shortcuts no longer working after editing sticky note (#13502) (ab41fc3)
- editor: Fix workflows list status filter (#13621) (4067fb0)
- editor: Hide fromAI button in old workflow tool (#13552) (6ef8d34)
- editor: Parse out nodeType (#13474) (1cd13b6)
- editor: Show dropdown scrollbars only when appropriate (#13562) (615a42a)
- editor: Show JSON full-screen Editor Window in Full Height (#13350) (46dcce3)
- editor: Show scrollbar in Element UI popup (#13259) (c021a7e)
- editor: Undo keybinding changes related to window focus/blur events (#13559) (6ddcc1f)
- Odoo Node: Model and fields dynamic fetching errors (#13511) (294f019)
- Postgres Node: Accommodate null values in query parameters for expressions (#13544) (6c266ac)
- QuickBooks Online Node: Add qty to quickbooks invoice line details (#13602) (7c4e2f0)
- seven Node: Remove obsolete options and fix typos (#13122) (d02c8b0)
- Switch Node: Fix an issue in ordering rules in Switch Node (#13476) (0fb6607)
Features
- Anthropic Chat Model Node: Fetch models dynamically & support thinking (#13543) (461df37)
- Azure Storage Node: New node (#12536) (727f6f3)
- core: Add metric for active workflow count (#13420) (3aa679e)
- core: Fix partial workflow execution with specific trigger data (#13505) (9029dac)
- core: Make Tools Agent the default Agent type, deprecate other agent types (#13459) (a60d106)
- core: Support executing single nodes not part of a graph as a partial execution (#13529) (8a34f02)
- editor: Add functionality to create folders (#13473) (2cb9d9e)
- editor: Automatically tidy up workflows (#13471) (f381a24)
- editor: Indicate dirty nodes with yellow borders/connectors on canvas (#13040) (75493ef)
- editor: Rename 'In-Memory Vector Store' to 'Simple Vector Store' (#13472) (35c00d0)
- editor: Rename 'Window Buffer Memory' to 'Simple Memory' (#13477) (819fc2d)
- Hackmation - automatically switch to expression mode (#13213) (6953b0d)
- n8n Form Trigger Node, Chat Trigger Node: Allow to customize form and chat css (#13506) (289041e)
- n8n Vertica credentials only Node: New node (#12256) (d3fe3de)
- Update AWS credential to support more regions (#13524) (b50658c)
- WhatsApp Business Cloud Node - new operation sendAndWait (#12941) (97defb3)
n8n@1.80.5
n8n@1.81.2
n8n@1.80.4
n8n@1.81.0
1.81.0 (2025-02-24)
Bug Fixes
- Always clear popupWindowState before showing popup from form trigger (#13363) (b7f1265)
- Code Node: Fix
$items
in Code node when using task runner (#13368) (87b3c50) - core: Avoid renewing the license on init to prevent excessive duplicate renewal calls (#13347) (1e1f528)
- core: Ensure that 'workflow-post-execute' event has userId whenever it's available (#13326) (f41e353)
- core: Fix DB migrations for MySQL (#13261) (d0968a1)
- core: Fix resuming executions on test webhooks from Wait forms (#13410) (8ffd316)
- core: Handle connections for missing nodes in a workflow (#13362) (1e5feb1)
- core: Make sure middleware works with legacy API Keys (#13390) (ca76ef4)
- core: Return original hooks errors to the frontend (#13365) (5439181)
- editor: Correctly close node creator when selecting/deselecting a node (#13338) (c3dc66e)
- editor: Do not show credential details popup for users without necessary scopes with direct link (#13264) (a5401d0)
- editor: Do not show project settings for users without permission with direct link (#13246) (fa488f1)
- editor: Don't open form popup window if different trigger node is used (#13391) (57a9a5b)
- editor: Fix configurable node description margins and text alignment (#13318) (c881ea2)
- editor: Fix workflow moving E2E tests (#13396) (073b05b)
- editor: Optionally share credentials used by the workflow when moving the workflow between projects (#12524) (7bd83d7)
- editor: Polyfill
Array.prototype.toSorted
(no-chanhelog) (#13463) (f2b15ea) - editor: Register/unregister keybindings on window focus/blur (#13419) (7a504dc)
- editor: Switch back to selection mode on window blur (#13341) (415e25b)
- Prevent flicker during paginated workflow navigation (#13348) (d277e0b)
Features
- core: Hackmation - Add last activity metric (#13237) (272f55b)
- editor: Change rename node keyboard shortcut to Space on new canvas (#11872) (c90d0d9)
- editor: Implement breadcrumbs component (#13317) (db297f1)
- editor: Implement folder navigation in workflows list (#13370) (0eae14e)
- editor: Rename 'Text' fields on AI nodes to 'Prompt' (#13416) (4fa666b)
- Enable partial exections v2 by default (#13344) (29ae239)
- n8n Form Node: Limit wait time parameters (#13160) (14b6f8b)