n8n | n8n@2.19.2

n8n n8n@2.19.2 released on 01-05-2026


n8n n8n@2.19.2 is out now. The release fixes a race that could lose or corrupt execution context, restores correct admin visibility for favourites, brings back peer-project discovery in share dropdowns and fixes a textarea clipping issue in the editor.

See the release on the n8n GitHub for full details and any upgrade instructions.

What’s in this release

  • Persist execution context before writing to the database to avoid lost or inconsistent execution data (fix for #29529).
  • Respect global admin scope when listing favourites so global administrators see items across the correct scope (fix for #29517).
  • Restore peer project discovery in share dropdowns to allow finding and sharing projects on peer instances (fix for #29564).

Upgrade notes

  • No breaking changes are listed in the release; follow the GitHub release notes for any platform-specific steps.
  • If you need to roll back, revert to the previous tag (n8n@2.19.1) using your normal deployment process.

Share your experience with the update — reports from production runs or unexpected behaviour are useful to other users and maintainers alike.

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