n8n@2.22.6

n8n-io/n8nn8n@2.22.6Jun 1, 2026by n8n-assistant[bot]

AI Summary

A significant patch release with multiple bug fixes including Insights page licensing, MCP server identification, data handling, and editor improvements.

Key Highlights

  • Fixed Insights page license paywall for licensed users
  • Fixed code-builder thread suffix parsing
  • Changed MCP registry server identification to use slugs instead of ids
  • Fixed data table date columns to use timestamptz
  • Fixed pin data clearing on production execution workspace init
  • Reverted input validation for workflow and data table names

Full Release Notes

## [2.22.6](https://github.com/n8n-io/n8n/compare/n8n@2.22.5...n8n@2.22.6) (2026-06-01)


### Bug Fixes

* **core:** Insights page shows license paywall for licensed users ([#31453](https://github.com/n8n-io/n8n/issues/31453)) ([41db3cd](https://github.com/n8n-io/n8n/commit/41db3cded4117eb62b613b660e6ae3f0e02ffda0))
* **core:** Preserve code-builder thread suffix when parsing session ([#31309](https://github.com/n8n-io/n8n/issues/31309)) ([e062c20](https://github.com/n8n-io/n8n/commit/e062c2064f936cd8af300c510e35da937d02d078))
* **core:** Use slugs instead of ids to identify MCP registry servers ([#31302](https://github.com/n8n-io/n8n/issues/31302)) ([fbd18aa](https://github.com/n8n-io/n8n/commit/fbd18aa32ed8b04455dd83b06610a2ca95721100))
* **core:** Use timestamptz for data table date columns ([#31455](https://github.com/n8n-io/n8n/issues/31455)) ([909b509](https://github.com/n8n-io/n8n/commit/909b509d677db9eda0a09a90c24840ce683ef400))
* **editor:** Clear pin data on workspace initialization of production execution ([#31259](https://github.com/n8n-io/n8n/issues/31259)) ([4e8903f](https://github.com/n8n-io/n8n/commit/4e8903f2d65f5c7795fdd43ab1c8c19a756912cd))
* Revert 'Input validation for workflow and data table names' (PR 30594) ([#31368](https://github.com/n8n-io/n8n/issues/31368)) ([3368789](https://github.com/n8n-io/n8n/commit/33687890b9a54e099cfb11c18feaf7113e409d4d))