NocoDB | 2026.05.2

NocoDB 2026.05.2 released on 27-05-2026


NocoDB 2026.05.2 is out now. It introduces an Enterprise Gantt View for interactive project schedules, public Shared Pages for NocoDocs, and the Expanded Record Side Panel in Community Edition — useful for teams that need live planning, simple public docs, or editing records without a full‑screen modal.

See the GitHub release or the NocoDB documentation for full details and installation notes.

What’s in this release

  • Gantt View (Enterprise): turns date-based tables into draggable bars with dependency arrows and milestone diamonds; drag to reschedule, link tasks from a bar handle, and zoom from one-week sprints to multi-year roadmaps.
  • Shared Pages (Enterprise/paid): publish a NocoDocs page as a public, read-only URL or embed it with an iframe snippet; toggling the share link off immediately revokes access.
  • Expanded Record Side Panel (Community Edition): records dock to the right of the grid (default desktop layout), with search and hide-blank-fields for easier navigation of large record forms.

Upgrade notes

  • Session change: only one active session per account — signing in on a new device or browser signs out the previous session; API tokens are unchanged.
  • Self-hosting and 2FA/SSRF: if you ran with NC_CONNECTION_ENCRYPT_KEY and used 2FA, disable and re-enrol your 2FA tokens. SSRF protection is enforced by default; if your instance needs private/local DB or webhook access, set NC_ALLOW_LOCAL_EXTERNAL_DBS, NC_WEBHOOK_ALLOW_PRIVATE_NETWORK or NC_ALLOW_LOCAL_HOOKS, or disable SSRF filtering with NC_DISABLE_SSRF_PROTECTION.

Share your experience or any issues on the NocoDB GitHub so the team and community can see how it performs in the wild.

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