n8n@2.23.2
n8n-io/n8nn8n@2.23.2Jun 1, 2026by n8n-assistant[bot]
AI Summary
A patch release with multiple bug fixes similar to 2.22.6, addressing Insights page, MCP servers, data tables, and reverting input validation.
Key Highlights
- Fixed Insights page license paywall for licensed users
- Changed MCP registry server identification to use slugs
- 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.23.2](https://github.com/n8n-io/n8n/compare/n8n@2.23.1...n8n@2.23.2) (2026-06-01) ### Bug Fixes * **core:** Insights page shows license paywall for licensed users ([#31452](https://github.com/n8n-io/n8n/issues/31452)) ([dabd397](https://github.com/n8n-io/n8n/commit/dabd397fb3dee630bd66867121bfa65a5ce89ff2)) * **core:** Use slugs instead of ids to identify MCP registry servers ([#31301](https://github.com/n8n-io/n8n/issues/31301)) ([05b5d76](https://github.com/n8n-io/n8n/commit/05b5d76eb7b2a27a44e98db655fde2cb3d26946c)) * **core:** Use timestamptz for data table date columns ([#31454](https://github.com/n8n-io/n8n/issues/31454)) ([4a76c5b](https://github.com/n8n-io/n8n/commit/4a76c5be6ebbf15e08df4d3772eac04c9595e6d5)) * **editor:** Clear pin data on workspace initialization of production execution ([#31258](https://github.com/n8n-io/n8n/issues/31258)) ([87f7eb6](https://github.com/n8n-io/n8n/commit/87f7eb6e976b2d3a2bcdb15b134e480a033d9352)) * Revert 'Input validation for workflow and data table names' (PR 30594) ([#31367](https://github.com/n8n-io/n8n/issues/31367)) ([e3678bc](https://github.com/n8n-io/n8n/commit/e3678bc7ae4d1d950661c83b00bd2ddb923b4d32))