NocoDB | 2026.04.3

NocoDB 2026.04.3 released on 23-04-2026


NocoDB 2026.04.3 is out now. It restores data visibility for SQLite users and fixes a segmentation fault that caused arm64 self‑hosted instances to fail at startup.

See the full changelog and release details on the NocoDB GitHub: https://github.com/nocodb/nocodb/compare/2026.04.2…2026.04.3

What’s in this release

  • Fix for SQLite upgrade bug that made all records invisible after updating to 2026.04.2 (issue #13596)
  • Fix for segmentation fault on arm64 self‑hosted instances during startup (issue #13526)
  • AI schema API corrected so callAiSchemaApi uses the correct activeProjectId (PR by @rakshith1928)

Upgrade notes

  • If you experienced missing records after upgrading to 2026.04.2, upgrade to 2026.04.3 to restore visibility; the release also includes a background migration fix for SQLite to improve the upgrade path (PR by @DarkPhoenix2704).
  • If you need to revert, roll back to 2026.04.2 and report any outstanding problems via the GitHub issue tracker referenced in the changelog.

Share any upgrade experiences or issues on the NocoDB GitHub so contributors and maintainers can follow up.

Related posts

Agentic AI still needs domain judgement

Agentic AI can write the thing, but it still cannot tell you whether the thing is right. That is where domain expertise matters, because a clean config or neat bit of glue logic can still be wrong in...

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...