- 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 legacyLinksfield is deprecated but still functional. - Documented native PostgreSQL
ENUM→SingleSelectmapping (NocoDB v2026.04.5). Manage option titles/colors/order via the NocoDB UI rather thanupdate_tbl_col(colOptions = ...). ENUM arrays andMultiSelect-backed ENUMs are unsupported by NocoDB.
- Added
"UUID"to the supporteduidtallowlist (NocoDB v2026.04.0 introduced auto-generated UUID fields).
update_tbl_col(): Only includeuidtin the PATCH body when explicitly provided. Previously,uidtwas always sent (falling back tocur_data), which caused NocoDB to wipecolOptions(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