release.2026-07-11T07-40-17Z.2198

teableio/teablerelease.2026-07-11T07-40-17Z.2198Jul 14, 2026by github-actions[bot]

AI Summary

Performance optimizations for table and Base copying, particularly involving external links and Rollup formulas, are the main focus of this update. It also fixes critical issues with public form submissions and search formulas.

Key Highlights

  • Preserved external link field data when copying tables
  • Improved table copy performance for tables with self-links or external links
  • Optimized conditional Rollup performance for count, sum, and average
  • Fixed FIND/SEARCH formula issues with JSON fields like multiple select

Full Release Notes

## Bug Fixes & Improvements

* **Preserved external link field data**: Keep linked record values when copying tables with external link fields.

* **Improved table copy performance**: Faster copying for tables with self-links or external link fields.

* **Improved Base copy experience**: Large Base copies are processed more efficiently with faster progress updates.

* **Improved self-link record copy stability**: Self-link relationships are preserved more reliably during copying.

* **Expanded copy performance coverage**: Added safeguards for external link field copy performance to prevent regressions.

* **Fixed public shared form submission errors**: Reduced 500 errors caused by route detection issues.

* **Optimized conditional Rollup performance**: Faster `count`, `sum`, and `average` calculations with field-reference conditions.

* **Improved complex Rollup stability**: Optimized calculations with filters, grouped records, `array_join` sorting, limits, and Lookup sorting.

* **Faster copying for tables without links**: Copy tables without Link fields faster and preserve record IDs reliably.

* **Ensured correct linked table copy results**: Link, Lookup, Rollup, and cross-table references remain isolated and correct.

* **Fixed FIND / SEARCH formula issues**: Improved stability for JSON fields like multiple select and linked records.

* **Improved large-scale formula recalculation reliability**: More stable cascading recalculations for text search formulas.