n8n@2.9.4
n8n-io/n8nn8n@2.9.4Feb 25, 2026by github-actions[bot]
AI Summary
A bug fix release addressing health endpoint configuration, demo mode UI display, and Safari browser compatibility. The release fixes issues with the health endpoint serving on task broker, hiding setup in demo mode, respecting n8n path for health endpoint, and grid alignment on Safari 18.6.
Key Highlights
- Health endpoint now always serves /healthz on task broker regardless of N8N_ENDPOINT_HEALTH setting
- Setup screen no longer appears in demo mode
- Health endpoint respects the n8n custom path configuration
- Fixed grid alignment issue on Safari 18.6 browser
Full Release Notes
## [2.9.4](https://github.com/n8n-io/n8n/compare/n8n@2.9.3...n8n@2.9.4) (2026-02-25) ### Bug Fixes * **core:** Always serve /healthz on task broker regardless of N8N_ENDPOINT_HEALTH ([#25959](https://github.com/n8n-io/n8n/issues/25959)) ([8007192](https://github.com/n8n-io/n8n/commit/8007192fa285c9827c15ad579485fab87c7bfea5)) * **core:** Don't show setup in demo mode ([#26233](https://github.com/n8n-io/n8n/issues/26233)) ([7c7a6d3](https://github.com/n8n-io/n8n/commit/7c7a6d33e47ee0ba529034c36307f3bde8314066)) * **core:** Respect n8n path for health endpoint ([#26129](https://github.com/n8n-io/n8n/issues/26129)) ([d8455e0](https://github.com/n8n-io/n8n/commit/d8455e08d03a9dc4e53f02723165f728e8db2462)) * **editor:** Fix grid alignment on Safari 18.6 ([#26234](https://github.com/n8n-io/n8n/issues/26234)) ([079d9ce](https://github.com/n8n-io/n8n/commit/079d9cec7738ede52219c15b40a0a7d03a700cf7))