NocoDB | 2026.04.1

NocoDB 2026.04.1 released on 15-04-2026


NocoDB 2026.04.1 is out now. It’s a targeted bug-fix release restoring webhook Authorization handling, repairing UI and markdown rendering, and addressing database compatibility and linked-record deletion issues.

See the repository release endpoint for assets and the admin docs for details on the new workspace-creation policy: release endpoint and admin user-management docs.

What’s in this release

  • Administrative change carried over from 2026.04.0: new workspace creation is restricted by default and all existing members are assigned the Org Viewer role, so users can access only workspaces they are invited to.
  • Fixed a bug that stripped the Authorization header from webhooks to integrations (#13525).
  • Restored crispness for text and icons and repaired markdown image rendering in Long Text (rich text); also fixed broken legacy links (#13524, #13513, #13521).
  • Resolved database issues: a MySQL 8.0 syntax error caused by JSON_ARRAYAGG(DISTINCT …) with the || operator and a problem deleting rows with linked records on external PostgreSQL (#13267, #13238).

Upgrade notes

  • Admin action required: workspace creation is restricted by default and existing members are set to Org Viewer. An Org Admin must grant Org Creator to allow a member to create workspaces; see the admin docs for user-management instructions.
  • Release assets and previous versions are available from the repository release endpoint: https://api.github.com/repos/nocodb/nocodb/releases/latest.

Share how you get on with the update or report any problems via the project’s issue tracker so maintainers can follow up.

Related posts

Self-hosted automation: designing for reproducible builds

A dark lab build only works when the same input gives the same image every time, and an automated build pipeline is only useful if it is boring in all the right places. Pin everything, trust nothing...

Vector | vdev-v0.3.1

Vector vdev v0 3 1: patch release with reliability fixes, upgrade and migration guidance, CI and packaging updates, assets and changelog available

NocoDB | 2026.04.1

NocoDB 2026 04 1: Bugfix release fixes webhooks, UI rendering, links, markdown and DB issues, workspace creation restricted, admins must grant Org Creator