n8n | n8n@2.22.6

n8n n8n@2.22.6 released on 01-06-2026


n8n n8n@2.22.6 is out now. It fixes incorrect license detection on the Insights page so licensed users no longer see a license paywall, and addresses a small set of session, registry and data-table issues that could affect runtime behaviour.

Visit the project’s GitHub release page for the full notes and upgrade instructions.

What’s in this release

  • Fixes an issue where the Insights page showed a license paywall to users who already have a valid license, restoring correct license detection.
  • Session parsing now preserves the code-builder thread suffix, preventing loss of thread-identifying suffixes when sessions are parsed.
  • MCP registry servers are identified using slugs instead of numeric IDs, and data table date columns now use timestamptz so timestamps are stored with timezone awareness.

Upgrade notes

  • No breaking changes are listed for this release. The recent input-validation change for workflow and data table names has been reverted—if you relied on that behaviour, review affected workflows and name validation rules after upgrading.
  • If you need to roll back, reinstall the previous release (for example, n8n@2.22.5).

Share comments on your experience with the release on the project’s GitHub or community channels.

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