release.2026-09-03T13-21-49Z.2922
teableio/teablerelease.2026-09-03T13-21-49Z.2922Sep 3, 2026by tea-artist
AI Summary
This release updates computed field pause behaviors to distinguish between bounded and blocking pauses and introduces terminology changes for the Secrets manager. It also fixes various stability issues in schema repair, API access, and the App Builder while optimizing query performance for wide tables.
Key Highlights
- Updated computed-field pause behavior for better error handling and retry logic.
- New Secrets manager terminology using 'Name' for identifiers and 'Secret' for values.
- Improved schema repair handling to reduce misleading rollback errors.
- Fixed record context menus for referenced long text fields.
- Enhanced record query performance for wide tables with limited field selections.
New Features
- Computed fields now retry after temporary recalculation timeouts.
- CLI artifact operations now consistently respect configured scopes and base restrictions.
- App Builder chat recovery improvements prevent messages from getting stuck.
Full Release Notes
## Feature Updates - Updated computed-field pause behavior: bounded pauses can continue accepting writes within safe limits, while blocking pauses return HTTP 409 with `COMPUTE_PAUSED_WRITE_BLOCKED` and a `retryAt` time instead of a generic 503 error. - Updated Secrets manager terminology, using “Name” for secret identifiers and “Secret” for secret values across supported languages. ## Bug Fixes & Improvements - Computed fields, formulas, and rollups now retry after temporary recalculation timeouts, reducing stale values after source data changes. - Improved schema repair handling for missing columns, reducing misleading rollback errors and unnecessary computed-field fallback work. - Fixed the API Access page getting stuck when opening a table from the app sidebar and corrected the Advanced tab to use the selected table. - Fixed record context menus not opening from referenced long text fields while preserving the browser context menu for selected read-only text. - Improved Field AI cancellation messages for provider billing, quota, authentication, and account issues, including clearer errors for image generation failures. - Fixed CLI artifact operations using personal access or OAuth tokens, while consistently respecting configured scopes and space or base restrictions. - Kept artifacts aligned with their base when it moves between spaces, preserving applicable access and sharing rules. - Improved App Builder chat recovery so messages do not remain stuck in “recovering” after interrupted generation, and improved rich-content rendering stability and security. - Improved the settings page layout and navigation on mobile devices. - Fixed failed formula field creation temporarily making the affected table unavailable. - Improved record query performance for wide tables when requesting a limited selection of fields, reducing unnecessary data loading and CPU usage.