NocoDB | 2026.04.5

NocoDB 2026.04.5 released on 30-04-2026


NocoDB 2026.04.5 is out now. PostgreSQL ENUM columns from connected Postgres sources now appear in NocoDB as SingleSelect fields, with type-safe reads and writes and in-app editing that applies changes to the underlying Postgres ENUM type.

For full details and the full changelog, see the project’s release notes on GitHub.

What’s in this release

  • PostgreSQL ENUM support: ENUM columns map to SingleSelects, editable from grid, gallery, kanban and expanded record views; edits (add/rename/remove) apply to the Postgres ENUM type and shared types are forked when edited.
  • Faster base load for large schemas: table metadata streams as you scroll the sidebar so bases with hundreds of tables open faster and don’t block initial load.
  • CSV export and shared Kanban view fixes: CSV exports now respect active view filters and shared Kanban boards no longer fail to load when the group-by (stack-by) column is hidden.

Upgrade notes

  • Editing Postgres ENUM values from NocoDB modifies the underlying ENUM type; when a single ENUM type is shared by multiple columns, NocoDB will fork a new type for the edited column — review shared-column usage before making edits.
  • ENUM arrays and MultiSelect-backed ENUMs are not supported in this release (only SingleSelect). If you need to undo ENUM changes, revert the Postgres type or restore from your database backups.

Tell the team how it goes: share feedback or report issues on the project’s GitHub so others can benefit from your experience.

Related posts

Vector | vdev-v0.3.3

Vector vdev v0 3 3: patch release with crash, leak and parsing fixes, connector and tooling improvements, upgrade notes on prechecks, rolling updates, compat

Loki | v3.7.2

Loki v3 7 2: security and CVE fixes, updated S3 client to aws sdk v1 97 3, ruler panic fix for unset validation scheme, S3 Object Lock sends SHA256 checksum

Loki | v3.7.2

Loki v3 7 2: Patch release with CVE fixes, AWS S3 SDK update, ruler panic fix, S3 Object Lock SHA256 checksum support