Back to Changelog
Dynomate 1.19.0
Released June 30, 2026 (
A pair of fixes that make DynamoDB table refreshes feel less jarring: existing data stays on screen while a refresh runs, and pagination is held off until it finishes.
Table Data Stays Visible During Refresh
Hitting refresh on a DynamoDB table used to briefly clear the visible rows before the new results landed.
With this fix, rows now stay on screen while the refresh runs, and swap in once the new results are ready.
No More Mixed Pagination State on Refresh
If you scrolled to load more rows while a refresh was already in flight, the new page would attach to the old result set — leaving you with a mix of pre- and post-refresh data.
Loading additional rows is now blocked while a refresh is active, so the table always reflects a single consistent snapshot.
