# NocoDB 2026.08.0 — 2026.08.0 : Introducing Interfaces - Product: NocoDB (https://whatsnew.fyi/product/nocodb) - Vendor: NocoDB - Date: 2026-08-05 - Version: 2026.08.0 - Original notes: https://github.com/nocodb/nocodb/releases/tag/2026.08.0 - Permalink: https://whatsnew.fyi/product/nocodb/releases/2026.08.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Interfaces feature to build custom apps on top of base data with focused pages for different audiences - **added** — Dynamic conditions in Record-Level Security to reference current user, their email, or their teams - **added** — WEEKNUM formula function to return the week of the year a date falls in - **added** — Select a range of rows with Shift+click in the grid - **changed** — v3 link updates now stay scoped to the requested records - **changed** — Delete select options by title in API v3 using option titles instead of ids - **changed** — API v1 user updates no longer change workspace access - **changed** — Grouped views no longer blank out and reload when editing cells in grids grouped by link, user, JSON, or attachment fields - **changed** — Duplicating a record no longer carries over links verbatim to avoid detaching has-many and one-to-one linked records - **changed** — QR code cells no longer generate full-size codes for every row to improve performance - **fixed** — Duplicate rows appearing while scrolling when a record dropped out of a filtered or sorted grid - **fixed** — Snapshots now work on bases with restricted permissions and in workspaces that have reached their base limit - **fixed** — Smart Text failed initial load no longer clears cell content on autosave, Backspace works in expanded editor - **fixed** — Rollup fields now validate their target and reject creation over non-aggregatable fields - **fixed** — Server-side scripts createRecordsAsync no longer creates blank records - **fixed** — Image viewer now works in forms - **fixed** — List views now load on external data sources on NocoDB Cloud - **fixed** — Postgres imports keep auto-increment in sync after importing or migrating a base - **fixed** — SQLite schema changes with indexes no longer fail when deleting or modifying indexed fields - **security** — Stronger validation of filter expressions, redirect targets, connection configurations, and OAuth parameters release ##### Availability | Feature | CE / Free | Paid / Enterprise | |---|:---:|:---:| | Interfaces | – | ✅ | ##### Interfaces **Interfaces** let you build custom, easy-to-use apps on top of your base data. Instead of giving everyone access to the full base with all its tables, views, and configuration options, you design focused pages that surface exactly the data and actions each audience needs: a review queue for approvers, a dashboard for leadership, a form for field teams, or a full internal tool that combines all of them. Your base remains the single source of truth; what changes is how each group experiences it. Interfaces (**beta**) are available on **NocoDB Cloud** (Plus plan and above) and licensed self-hosted deployments (Business plan and above). interfaces [Learn more about Interfaces →](https://nocodb.com/docs/interfaces) ##### Improvements & Fixes - **Dynamic conditions in Record-Level Security.** A policy can now reference whoever is viewing the data, such as the current user, their email, or their teams, so a single policy like "Assignee is the current user" covers the whole workspace. Policies can also filter on system fields such as Created by and Last modified by. Available on NocoDB Cloud (Scale plan and above) and self-hosted Scale and Enterprise plans. [Learn more →](https://nocodb.com/docs/product-docs/roles-and-permissions/record-level-security) - **New WEEKNUM formula function.** `WEEKNUM(date, [startDayOfWeek])` returns the week of the year a date falls in, matching how spreadsheets calculate it. Weeks start on Sunday by default, and an optional second argument picks a different first day of the week. [Learn more →](https://nocodb.com/docs/product-docs/fields/field-types/formula/date-functions#weeknum) - **Select a range of rows with Shift+click.** Hold Shift while clicking a row's checkbox in the grid to select every row between it and the last row you clicked, the same way spreadsheets work. - **v3 link updates stay scoped to the requested records.** Updating a link field through the v3 records API no longer removes those linked records from other rows. - **Delete select options by title in API v3.** The field options delete endpoint now accepts option titles instead of ids and ignores titles that do not exist. Update existing v3 integrations accordingly. - **Behaviour change in API v1: user updates no longer change workspace access.** `PATCH /api/v1/users/{userId}` no longer changes default workspace access. To grant access to a specific base, use `POST /api/v3/meta/bases/{baseId}/members` with `{ email, base_role }`. To allow base creation and workspace-wide access, use `POST /api/v3/meta/workspaces/{workspaceId}/members` with `{ email, workspace_role }`. - **Grouped views stay put while editing.** Grids grouped by a link, user, JSON, or attachment field no longer blank out and reload on every cell edit. - **No more duplicate rows while scrolling.** When a record dropped out of a filtered or sorted grid, an in-flight fetch could render it a second time further down the view. - **Duplicating a record no longer moves linked records.** Copying every link verbatim could silently detach has-many and one-to-one linked records from the original. These links are now skipped on the copy, with a notice listing the fields that were not carried over. - **Faster views with QR codes.** QR code cells no longer generate full-size codes for every row, which could freeze views with many records. - **Snapshot reliability.** Snapshots now work on bases with restricted permissions and in workspaces that have reached their base limit. - **Smart Text fixes.** A failed initial load no longer lets autosave clear the cell's content, Ba _[Truncated at 4000 characters — full notes: https://github.com/nocodb/nocodb/releases/tag/2026.08.0]_