n8n | n8n@2.16.0

n8n n8n@2.16.0 released on 07-04-2026


n8n n8n@2.16.0 is out now. Major platform and backend work landed — token-exchange and auth flows, execution durability changes, expanded telemetry and several performance improvements that matter for operators and integrators.

See the release notes on the n8n GitHub for the full list of changes and any upgrade details you need before updating.

What’s in this release

  • New token-exchange flow: POST /auth/oauth/token controller, JWT issuance, a JTI store with atomic consume/cleanup and Zod validation for external inputs.
  • Data redaction made generally available and API/editor controls surfaced (redactExecutionData query param on public API; editor settings gated by enterprise licensing).
  • AI and chat updates: new Alibaba Cloud Chat Model node, Anthropic credential test now uses the models endpoint, and @n8n/ai-node-sdk added as a CLI dependency to support community AI nodes.

Upgrade notes

  • Review integrations that use token exchange: check the new POST /auth/oauth/token controller, JWT/JTI behaviour and Zod schemas and update callers to match the new contract.
  • Test workflows that rely on execution timing or Wait nodes: Wait is now fully durable (the in-memory path has been removed) and watch-mode concurrency has increased to 64, which can change execution behaviour under load.

Share your experience after upgrading or report issues on the n8n GitHub so the community can see real-world feedback.

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