Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.22 KB

File metadata and controls

18 lines (11 loc) · 1.22 KB

nocodb 0.0.9001

NocoDB compatibility

  • Targets NocoDB v2026.04.5. Remains compatible with v0.301.5+ where features overlap.
  • Documented LTAR V2 (NocoDB v2026.04.0) implications for update_tbl_col(): linked-record columns now use a unified junction-table architecture and render as display-value pills. The legacy Links field is deprecated but still functional.
  • Documented native PostgreSQL ENUMSingleSelect mapping (NocoDB v2026.04.5). Manage option titles/colors/order via the NocoDB UI rather than update_tbl_col(colOptions = ...). ENUM arrays and MultiSelect-backed ENUMs are unsupported by NocoDB.

Enhancements

  • Added "UUID" to the supported uidt allowlist (NocoDB v2026.04.0 introduced auto-generated UUID fields).

nocodb 0.0.9000

Bug Fixes

  • update_tbl_col(): Only include uidt in the PATCH body when explicitly provided. Previously, uidt was always sent (falling back to cur_data), which caused NocoDB to wipe colOptions (e.g. SingleSelect dropdown options) when only updating a description.
  • Added workaround for NocoDB bug where PATCH requests on Checkbox columns fail with HTTP 500. These columns are now skipped with a warning. See nocodb/nocodb#12972