n8n | n8n@2.11.2

n8n n8n@2.11.2 released on 09-03-2026


n8n n8n@2.11.2 is out now. It prevents incorrect UUID handling during WFB persistence migrations, tightens Form Node CSS sanitisation and rendering, restores log streaming behind proxies and refines credential and quick‑connect behaviour.

See the n8n GitHub release page for the full notes, commits and upgrade details.

What’s in this release

  • ai-builder: fix WFB persistence migration — stop using autoGenerate for UUID columns to prevent incorrect UUID handling (backport to release-candidate/2.11.x).
  • Form Node: improved custom CSS sanitisation to reduce injection risk (backport to release-candidate/2.11.x).
  • Form Node: improved form rendering consistency so forms display reliably across contexts (backport to release-candidate/2.11.x).
  • Log streaming: configuration now works when n8n is deployed behind a proxy (backport to release-candidate/2.11.x).
  • UX: option to hide credential‑overwrite prompts and an additional checkbox confirmation in the quick connect flow to reduce accidental credential changes (backport to release-candidate/2.11.x).

Upgrade notes

  • No breaking changes are listed in the release notes; this is a backport patch. Apply it as you would a normal patch release and run any required database migrations where relevant (see the GitHub release for migration details).
  • There are no special rollback instructions in the notes; use your standard rollback process if you need to revert.

Share your experience and any issues on the n8n GitHub issue tracker or community channels — we’d like to know how these fixes perform in your environment.

Related posts

Weekly Tech Digest | 06 Jul 2026

Stay updated with the latest in tech! This digest covers AI ethics, auto industry shifts, and the impact of politics on technology, exploring today's pressing issues.

wolfCOSE zero-allocation parsing in embedded C

wolfCOSE looks sensible only if you care about what your firmware actually has to carry. I like that, because on small targets the wrong crypto feature can cost more than the message itself, and there...

restic | v0.19.1

restic v0 19 1: safer FUSE mounts and mountpoint checks, robust backup source and exclude handling, clearer CLI JSON output, Windows SFTP deletion fixes