n8n | n8n@2.13.4

n8n n8n@2.13.4 released on 26-03-2026


n8n n8n@2.13.4 is out now. It fixes the editor’s quick connect feature flag handling so the quick connect UI reliably initialises on first load for users who previously saw it missing or behaving incorrectly.

See the release notes and the GitHub compare view (n8n@2.13.3…n8n@2.13.4) for full details; the change is tracked in issue #27551 and implemented in commit 089bf1b.

What’s in this release

  • Editor: cleanup of the quick connect feature flag to correct flag handling.
  • Editor: fix for quick connect not initialising correctly on first load so the UI appears and behaves as expected.
  • References: tracked as issue #27551 and implemented in commit 089bf1b (see the GitHub compare for the code changes).

Upgrade notes

  • No reported breaking changes or migrations are required; users affected by the quick connect issue should upgrade using their normal update procedure.
  • Rollback: if you need to revert, restore the previous tag (n8n@2.13.3) using your usual rollback process; consult the repository compare and commit for guidance.

Share any experience with the update or report regressions via the project’s GitHub issue tracker 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