release.2026-09-02T10-18-27Z.2908
teableio/teablerelease.2026-09-02T10-18-27Z.2908Sep 2, 2026by tea-artist
AI Summary
This release enhances automation capabilities with configurable webhook responses and improves user experience with attachment management and chat agent functionality. It also introduces stability fixes for table updates and rollup calculations.
Key Highlights
- Webhook automation triggers now support configurable synchronous responses for URL verification (Feishu/Lark, Slack, WeCom, DingTalk).
- Attachment previews now allow direct file deletion with automatic reordering.
- Chat agents can now discover and target multiple accessible bases within a chat space.
- Improved table update reliability during connection timeouts to prevent manual recovery needs.
- Fixed rollup filters and backfill failures involving multi-value lookups.
Breaking Changes
- Compacted linked-record rollups now return visible title strings instead of linked-record objects, requiring updates for integrations expecting the previous object-shaped values.
New Features
- Configurable synchronous responses for webhook automation triggers.
- Direct file deletion in attachment previews.
- Multi-base discovery and targeting for chat agents.
Full Release Notes
## Feature Updates - Webhook automation triggers can return configurable synchronous responses, enabling URL verification flows for platforms such as Feishu/Lark, Slack, WeCom, and DingTalk. Existing automations retain the default acknowledgement unless configured otherwise. - Attachment previews now let users delete files directly and automatically move to a neighboring attachment after deletion. - Chat agents can discover and work with multiple accessible bases in the chat’s space, with per-command base targeting. ## Bug Fixes & Improvements - Improved table update reliability during connection timeouts, reducing failed schema operations and the need for manual recovery after completed rollbacks. - Webhook tests now show the incoming request instead of trigger configuration, and partial configuration edits preserve existing authorization and response settings. - Compacted linked-record rollups now return visible title strings instead of linked-record objects, preserve duplicate titles, and remain consistent across the UI and API. Integrations expecting object-shaped values may require updates. - Attachment thumbnails and previews now fall back to file icons when an image cannot be rendered. - Conditional rollup filters now preserve nested groups after saving and reopening, including in narrow settings panels, and lookup-number results remain consistent with API-configured filters. - Improved base discovery for chat users with base-level access and prevented base-specific context from carrying across shared workspaces or resumed sessions. - Fixed table update and computed-field backfill failures involving multi-value lookup or linked-record rollups, including formulas such as `max`, `min`, `and`, and `or`.