n8n | n8n@2.11.3

n8n n8n@2.11.3 released on 11-03-2026


n8n n8n@2.11.3 is out now. Operators running n8n on Kubernetes and arm64 platforms, and editors wanting a tidier UI, will see fixes for entity import failures, a startup crash on arm64, and a small visual adjustment in the editor.

See the GitHub release notes for full details and upgrade instructions.

What’s in this release

  • Core: Fix entity import failing in Kubernetes due to ZIP self-inclusion and local header size placeholders (backport to release-candidate/2.11.x) — imports should complete reliably.
  • Editor: Reduce fixed collection add button sizes — a visual/CSS change with no functional impact on workflows or storage.
  • Fix segfault in arm64 image caused by a missing native addon — the missing native component is included so arm64 deployments (for example Raspberry Pi or AWS Graviton) no longer crash on startup.

Upgrade notes

  • No data migrations required; upgrade to n8n@2.11.3. Kubernetes operators who saw import errors should update to receive the ZIP-handling fix.
  • Arm64 operators should pull the updated arm64 image or upgrade to avoid the startup segfault. To roll back if needed, redeploy the previous release (for example n8n@2.11.2).

Share your experience or report any issues on the n8n GitHub so maintainers can follow up.

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