NocoDB | 2026.05.3

NocoDB 2026.05.3 released on 01-06-2026


NocoDB 2026.05.3 is out now. It reduces broken relations and unexpected link or record creation by addressing several schema and linking reliability issues.

See the full changelog and release notes on the NocoDB GitHub repository for details: https://github.com/nocodb/nocodb/compare/2026.05.2…2026.05.3

What’s in this release

  • V1→V2 link upgrade is blocked when the source schema is read-only to avoid unintended schema changes.
  • V2 link behaviour now auto-links new records created from the “Has Many” (+) button, preventing missed relations.
  • CSV export preserves column order after rearranging columns in the UI, and multiple foreign-key / many-to-many linking bugs have been fixed.

Upgrade notes

  • The V1→V2 link upgrade will be blocked if the source schema is read-only — if you intend to perform link upgrades, make the source schema writable before attempting the upgrade.
  • If you encounter issues after updating, revert using your usual deployment or downgrade procedure; report problems on the NocoDB GitHub issue tracker.

If you try the release, share your experience or any regressions on the NocoDB GitHub issue tracker so the maintainers can follow up.

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