What changed in n8n from 1 to 2

26 releases numbered after 1.123.77 up to and including 2.37.10, stable releases only. 1.123.77 and 2.37.10 are the newest stable releases of 1 and 2 we track; this page follows them as new ones ship.

47 changes across 26 releases · 6 landed on more than one version

Added 3

2.35.4

  • Add AI Assistant setup funnel telemetry
  • Show scopes for managed OAuth credentials with N8N_MANAGED_OAUTH_SHOW_SCOPES

2.35.3

  • Skip update approval for workflows created in the same Instance AI session
Fixed 43

2.37.9

  • Restore mutating array methods on $json data in expressions

2.36.9

  • Apply proxy environment variables consistently across packages and processes

2.36.8

  • Allow a domain-restricted credential to work in its own node

2.36.7

  • Adapt binary data endpoint in API
  • Require a JSON content type on decorator routes that take a body
  • Reconcile license auto-renewal on startup leader takeover
  • Route OAuth2 token requests through environment proxies in every process

2.36.6

  • Show personalization survey and community registration modal on Instance AI landing page

2.35.7

  • Raise AI Assistant model verification token limit

2.35.6

  • Normalize env values before schema-based parsing
  • Resolve end-user credentials when loading node parameters
  • Wrap a trigger's closeFunction in an expression isolate at creation time

2.35.5

  • Avoid restarting task runners that are only slow
  • Only init the expression engine for commands that evaluate expressions
  • Release test-webhook isolate only after teardown completes
  • Restore Edit Fields type selector styles

2.35.4

  • Return a request schema for decorator routes in /discover
  • Select the renamed video views metric on API v25 in Google Ads Node

2.35.3

  • Allow `details` field in `continueErrorOutput` mode
  • Bound workflow publication outbox record processing with an abort deadline
  • Update ready-to-run demo templates to a current OpenAI model
  • Migrate Google Ads Node from sunset v21 API to v25also in2.34.6
  • Restore Group.ReadWrite.All OAuth2 scope in Microsoft Teams Nodealso in2.34.6

2.34.6

  • Allow `details` field in `continueErrorOutput` mode in core

2.34.5

  • Apply TLS options per hop when requests go through a proxy

2.33.7

  • Fix task runner health check failingalso in2.34.4
  • Handle out-of-scope display option dependenciesalso in2.34.4
  • Make DropdownMenus more obviously scrollable

2.33.6

  • Send n8n version on backend posthog flag retrieval

2.33.5

  • Focus Markdown editor input before toolbar in editor

2.33.4

  • Improve task broker resilience when a runner dies
  • Recover unresponsive task runners
  • Fix see all button tracking on AIA template examples
  • Skip redundant workflow edit approval in AI Assistant

2.33.3

  • Import security audit risk reporters with a file extensionalso in2.32.7
  • Save execution data only after tool call completes in MCP Server Trigger Node

2.32.6

  • Accept 5-field cron expressions in schedule trigger

2.31.7

  • Avoid loading execution data during credentials security audit
  • Sign S3 object paths with strict RFC 3986 encodingalso in2.32.5

2.31.6

  • Stop Instance AI follow-up runs from looping when they keep failing before the agent starts

2.31.5

  • Coerce AWS request header values to strings before signing
  • Fix AI Agent not seeing tools connected through HITL tools
  • Keep dropdown tooltips above menus
Removed 1

2.36.7

  • Remove offset query param from list workflow history endpoint

2 releases in the range carry no categorized changes yet: 2.37.102.37.7. Their original notes, where the vendor published any, are below.

Original release notes, newest first

The list above is our reading of these notes; the originals from n8n-io are here, one fold per release.

2.37.10
2.37.9
2.37.9 (2026-09-03)
Bug Fixes
  • core: Restore mutating array methods on $json data in expressions (#37727) (336c081)

View originalPermalink

2.37.7
2.36.9
2.36.9 (2026-08-31)
Bug Fixes
  • core: Apply proxy environment variables consistently across packages and processes (#37258) (a3e3b6a)

View originalPermalink

2.36.8
2.36.8 (2026-08-28)
Bug Fixes
  • core: Allow a domain-restricted credential to work in its own node (#37248) (1166741)

View originalPermalink

2.36.7
2.36.7 (2026-08-25)
Bug Fixes
  • API: Adapt binary data endpoint (#36994) (f6f237c)
  • API: Require a JSON content type on decorator routes that take a body (#36958) (bf90b05)
  • core: Reconcile license auto-renewal on startup leader takeover (#36937) (d98d300)
  • core: Route OAuth2 token requests through environment proxies in every process (#37009) (97f9252)
Features
  • API: Remove offset query param from list workflow history endpoint (#36952) (08331e1)

View originalPermalink

2.36.6
2.36.6 (2026-08-24)
Bug Fixes
  • editor: Show personalization survey and community registration modal on Instance AI landing page (#36826) (8a38897)

View originalPermalink

2.35.7
2.35.7 (2026-08-21)
Bug Fixes
  • core: Raise AI Assistant model verification token limit (#36798) (f87affe)

View originalPermalink

2.35.6
2.35.6 (2026-08-21)
Bug Fixes
  • core: Normalize env values before schema-based parsing (#36732) (0664c7d)
  • core: Resolve end-user credentials when loading node parameters (#36517) (6f6d04b)
  • core: Wrap a trigger's closeFunction in an expression isolate at creation time (#36698) (eb85ccd)

View originalPermalink

2.35.5
2.35.5 (2026-08-20)
Bug Fixes
  • core: Avoid restarting task runners that are only slow (#36610) (7ee5295)
  • core: Only init the expression engine for commands that evaluate expressions (#36648) (af53a1a)
  • core: Release test-webhook isolate only after teardown completes (#36632) (17926a0)
  • editor: Restore Edit Fields type selector styles (#36628) (f97d74f)

View originalPermalink

2.35.4
2.35.4 (2026-08-19)
Bug Fixes
  • API: Return a request schema for decorator routes in /discover (#36497) (fa781db)
  • Google Ads Node: Select the renamed video views metric on API v25 (#36414) (a8b2716)
Features
  • core: Add AI Assistant setup funnel telemetry (#36464) (7f7f0a1)
  • Show scopes for managed OAuth credentials with N8N_MANAGED_OAUTH_SHOW_SCOPES (#36397) (d8e3ee6)

View originalPermalink

2.35.3
2.35.3 (2026-08-14)
Bug Fixes
  • core: Allow details field in continueErrorOutput mode (#36228) (e58a680)
  • core: Bound workflow publication outbox record processing with an abort deadline (#36286) (69140c0)
  • editor: Update ready-to-run demo templates to a current OpenAI model (#36201) (66ba995)
  • Google Ads Node: Migrate from sunset v21 API to v25 (#36259) (75780ec)
  • Microsoft Teams Node: Restore Group.ReadWrite.All OAuth2 scope (#36186) (0eba018)
Features
  • core: Skip update approval for workflows created in the same Instance AI session (#36106) (a29cabc)

View originalPermalink

2.34.6
2.34.6 (2026-08-14)
Bug Fixes
  • core: Allow details field in continueErrorOutput mode (#36229) (a5b4822)
  • Google Ads Node: Migrate from sunset v21 API to v25 (#36260) (ee0c183)
  • Microsoft Teams Node: Restore Group.ReadWrite.All OAuth2 scope (#36187) (10758c2)

View originalPermalink

2.34.5
2.34.5 (2026-08-12)
Bug Fixes
  • core: Apply TLS options per hop when requests go through a proxy (#36017) (01a52b4)

View originalPermalink

2.33.7
2.33.7 (2026-08-07)
Bug Fixes
  • core: Fix task runner health check failing (#35817) (e271104)
  • core: Handle out-of-scope display option dependencies (#35864) (0e83399)
  • editor: Make DropdownMenus more obviously scrollable (#35743) (8b3b850)

View originalPermalink

2.34.4
2.34.4 (2026-08-07)
Bug Fixes
  • core: Fix task runner health check failing (#35816) (badd50e)
  • core: Handle out-of-scope display option dependencies (#35863) (1e9734d)

View originalPermalink

2.33.6
2.33.6 (2026-08-07)
Bug Fixes
  • Send n8n version on backend posthog flag retrieval (#35720) (b422237)

View originalPermalink

2.33.5
2.33.5 (2026-08-06)
Bug Fixes
  • editor: Focus Markdown editor input before toolbar (#35606) (388e313)

View originalPermalink

2.33.4
2.33.4 (2026-08-05)
Bug Fixes
  • core: Improve task broker resilience when a runner dies (#35364) (fa797ca)
  • core: Recover unresponsive task runners (#35528) (05b5a42)
  • Fixes see all button tracking on aia template examples (#35464) (bb4ec76)
  • Skip redundant workflow edit approval in AI Assistant (#35433) (53f00b5)

View originalPermalink

2.33.3
2.33.3 (2026-07-31)
Bug Fixes
  • core: Import security audit risk reporters with a file extension (#35275) (6a71142)
  • MCP Server Trigger Node: Save execution data only after tool call completes (#35284) (77271fa)

View originalPermalink

2.32.7
2.32.7 (2026-07-31)
Bug Fixes
  • core: Import security audit risk reporters with a file extension (#35267) (7d61ea0)

View originalPermalink

2.32.6
2.32.6 (2026-07-29)
Bug Fixes
  • core: Accept 5-field cron expressions in schedule trigger (#35013) (0de32f0)

View originalPermalink

2.31.7
2.31.7 (2026-07-27)
Bug Fixes
  • core: Avoid loading execution data during credentials security audit (#34912) (0b61a96)
  • core: Sign S3 object paths with strict RFC 3986 encoding (#34873) (75b0d34)

View originalPermalink

2.32.5
2.32.5 (2026-07-24)
Bug Fixes
  • core: Sign S3 object paths with strict RFC 3986 encoding (#34871) (95ad6f6)

View originalPermalink

2.31.6
2.31.6 (2026-07-24)
Bug Fixes
  • core: Stop Instance AI follow-up runs from looping when they keep failing before the agent starts (#34773) (031227a)

View originalPermalink

2.31.5
2.31.5 (2026-07-22)
Bug Fixes
  • core: Coerce AWS request header values to strings before signing (#34568) (6a8d4e9)
  • core: Fix AI Agent not seeing tools connected through HITL tools (#34434) (0a4ef52)
  • editor: Keep dropdown tooltips above menus (#34555) (5b3b09d)

View originalPermalink