release.2026-07-14T12-24-39Z.2228

teableio/teablerelease.2026-07-14T12-24-39Z.2228Jul 14, 2026by github-actions[bot]

AI Summary

This release addresses limitations in copying tables and Bases by implementing stricter row limit checks and preserving the behavior of structure-only copies.

Key Highlights

  • Correctly checks target Space row limits when copying tables or Bases
  • Blocks copying records when the target Space exceeds MaxRows with API 402
  • Preserved structure-only copy behavior unaffected by row limit checks

Full Release Notes

## Feature Updates

* None

## Bug Fixes & Improvements

* **Improved row limit checks when copying tables or Bases**: Correctly checks the target Space row limit when copying tables or Bases with records.
* **Improved handling when row limits are exceeded**: Blocks copying records when the target Space exceeds **MaxRows** and returns **402** via API.
* **Preserved structure-only copy behavior**: Copying only table structure without records is unaffected by row limit checks.