Skip to content

Releases: n8n-io/n8n

n8n@1.83.0

12 Mar 08:31
732e049
Compare
Choose a tag to compare

1.83.0 (2025-03-10)

Bug Fixes

  • Airtable Node: Table RLC should depend on Base RLC (#13735) (321fac2)
  • Call n8n Workflow Tool Node: Return all items from subexecution (#13393) (d9e3cfe)
  • core: Correct NODE_OPTIONS export syntax for custom certificates (#13779) (080fc51)
  • core: Do not validate email when LDAP is enabled (#13605) (17738c5)
  • core: Fix task runner error report from user-defined function (#13706) (9bedd87)
  • core: Pass NODE_PATH to task runners (#13652) (906770a)
  • editor: Allow pinned data for Code node AI generation (#13638) (6d7e346)
  • editor: Apply html sanitization in right lifecycle (#13703) (8ab3073)
  • editor: Copy JSON from selected run if node has been multiple times (#13673) (5eddf00)
  • editor: Don't flag uiStore as dirty on node selected (#13641) (4f6d76c)
  • editor: Enable pin data button to also un-pin (#13642) (24681f8)
  • editor: Expand error view to full output panel width (#13688) (97ca702)
  • editor: Fix code node displays lint messages in wrong location (#13664) (d3ead68)
  • editor: Fix GCP icon size for external secrets modal (#13672) (77425f0)
  • editor: Fix opening 'Schema' view by default after opening binary nodes (#13676) (3cd34b5)
  • editor: Fix RLC dropdown vanishing when focusing search input (#13579) (5ac8691)
  • editor: Fix save keybind in expression editor and unfocused node details view (#13640) (9ba9443)
  • editor: Fix sidebar logo container layout (#13203) (850d458)
  • editor: Ignore required module type declaration error in code node (#13628) (2a5738a)
  • editor: Match nodes for autocomplete (#13716) (8043a6c)
  • editor: Render credential-only nodes when loading from the backend (#13689) (c821f1c)
  • editor: Show error details in resource locator dropdown (#13679) (630608c)
  • editor: Support pasting values that start with = (#13699) (9e83ff5)
  • Elasticsearch Node: Use POST instead of GET to allow request body in search API (#13302) (783bf7b)
  • GitHub Node: Fix workflow resource locator (#13599) (b7f7121)
  • Google Sheets Node: Accommodate special characters when updating row (#13589) (e633e91)
  • In addNodeToBeExecuted if stillDataMissing allow more then 2 inputs (#13704) (e9a8a7f)
  • n8n Form Trigger Node: Sanitize HTML for formNode (#13595) (20dfaa3)
  • S3 Node: Fix issue when connecting to Supabase storage (#13667) (5fe33ef)

Features

n8n@1.82.2

12 Mar 09:58
e4d2648
Compare
Choose a tag to compare

1.82.2 (2025-03-12)

Bug Fixes

  • core: Clean run data for dirty nodes properly, including their children (#13821) (30edaea)
  • core: Find correct start nodes when the first node after that has no run data has pinned data (#13784) (beb84be)

n8n@1.83.1

12 Mar 12:12
589162d
Compare
Choose a tag to compare
n8n@1.83.1 Pre-release
Pre-release

1.83.1 (2025-03-12)

Bug Fixes

  • core: Clean run data for dirty nodes properly, including their children (#13821) (492230a)
  • core: Find correct start nodes when the first node after that has no run data has pinned data (#13784) (967f9e1)

n8n@1.82.1

04 Mar 16:15
e209f7d
Compare
Choose a tag to compare

1.82.1 (2025-03-04)

Bug Fixes

  • core: Do not validate email when LDAP is enabled (#13605) (4d83067)
  • editor: Fix RLC dropdown vanishing when focusing search input (#13579) (fce83dd)
  • n8n Form Trigger Node: Sanitize HTML for formNode (#13595) (acde2e8)

n8n@1.81.4

03 Mar 21:50
e7c4c60
Compare
Choose a tag to compare

1.81.4 (2025-03-03)

Bug Fixes

  • core: Do not validate email when LDAP is enabled (#13605) (c55330c)

n8n@1.81.3

03 Mar 17:50
27b55cd
Compare
Choose a tag to compare

1.81.3 (2025-03-03)

Bug Fixes

  • core: Gracefully handle missing tasks metadata (#13632) (cecf61a)
  • n8n Form Trigger Node: Sanitize HTML for formNode (#13595) (d0074d6)

n8n@1.82.0

03 Mar 18:02
552c426
Compare
Choose a tag to compare
n8n@1.82.0 Pre-release
Pre-release

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

28 Feb 10:13
04a3c38
Compare
Choose a tag to compare

1.80.5 (2025-02-28)

Bug Fixes

  • Postgres Node: Accommodate null values in query parameters for expressions (#13544) (1940b09)

n8n@1.81.2

28 Feb 11:43
0b1c556
Compare
Choose a tag to compare
n8n@1.81.2 Pre-release
Pre-release

1.81.2 (2025-02-28)

Bug Fixes

  • editor: Add workflows to the store when fetching current page (#13583) (127f213)
  • editor: Undo keybinding changes related to window focus/blur events (#13559) (ee07621)
  • Postgres Node: Accommodate null values in query parameters for expressions (#13544) (bdb1870)

n8n@1.80.4

27 Feb 11:28
91fc7bd
Compare
Choose a tag to compare

1.80.4 (2025-02-27)

Bug Fixes

  • Call n8n Workflow Tool Node: Support concurrent invocations of the tool (#13526) (de4d26d)