n8n | n8n@2.15.0

n8n n8n@2.15.0 released on 30-03-2026


n8n n8n@2.15.0 is out now. Operators and developers should see improved runtime stability and reliability, new public API endpoints and role-mapping support, and a set of editor and node-level improvements that tidy up workflow management.

See the release notes on the project’s GitHub for full details and the complete changelog.

What’s in this release

  • Core reliability and bug fixes: skip redundant license checks when isGlobal is unchanged; fix abort-signal handling in the Basic LLM Chain node; correct process.version in the expression sandbox; and address execution-history and queue-mode race conditions.
  • New APIs and agents: public endpoints to archive/unarchive workflows, a full set of role-mapping-rule endpoints with a new RoleMappingRule entity and database tables, plus the new @n8n/agents package.
  • Editor, UX and node improvements: canvas-only editor mode, inline version cards replacing the restore/changes UI, NDV and workflow-diff design tweaks, and node fixes such as Microsoft SQL raw query-parameters and WordPress OAuth2 support.

Upgrade notes

  • New RoleMappingRule entity adds database tables — ensure database migrations are applied during your upgrade process.
  • As a precaution, take a backup of your database and installation before upgrading so you can restore if you need to revert the update.

Share any issues or your experience with the release on the project’s GitHub; feedback helps improve stability for everyone.

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