n8n | n8n@2.23.2

n8n n8n@2.23.2 released on 01-06-2026


n8n n8n@2.23.2 is out now. Licensed users regain access to the Insights page, and a set of backend and editor fixes address registry identification, timezone handling and workflow pin-state regressions.

See the GitHub release for full details and any upgrade instructions on applying database changes and fixes.

What’s in this release

  • Insights page paywall removed for licensed users, resolving the access regression reported in issue #31452.
  • MCP registry servers are now identified by slugs rather than numeric IDs, and data table date columns were changed to use timestamptz so stored timestamps are timezone-aware (issues #31301, #31454).
  • Editor and workflow stability fixes: pin data is cleared when initialising production executions, and a recent name input-validation change was reverted after it caused regressions (issues #31258, #31367).

Upgrade notes

  • No explicit breaking API changes are listed, but the switch to timestamptz for data table date columns requires applying the associated database migrations and testing timestamped data across regions.
  • If you encounter problems after upgrading, consider rolling back to n8n@2.23.1 while you investigate and report issues on the project tracker.

Share your experience with the upgrade and report any issues on the n8n GitHub issues tracker so the 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