Back to changelog
0.0.19

Bulk row actions, query pause/resume, and proxy support

Select multiple rows and act on them in bulk, pause and resume long-running queries and scans, and route requests through an HTTP/HTTPS proxy.

Bulk row actions, query pause/resume, and proxy support

Three solid features land in this release, each cutting friction from a different workflow.

Bulk row actions

Select multiple rows in the data table — shift+click to extend a range, cmd+click (or ctrl+click) to toggle individual rows — then run a single bulk action across the whole selection. The supported operations are Delete, Copy to table (write the selection to a different DynamoDB table), and Copy to clipboard.

Query pause/resume

Long-running queries and scans can now be paused mid-flight and resumed later. Click Pause while a scan is streaming and Dynomatic stops requesting more pages from DynamoDB while keeping the rows you’ve already received. Hit Resume and it picks up from the last evaluated key.

Proxy support

You can now configure HTTP and HTTPS proxy settings in Settings. Useful when your network requires routing AWS traffic through a corporate proxy.

Other improvements

  • Better data streaming: progress stats stay in sync with rendered data when you switch tabs.
  • Toast notifications for actions like data exports, profile switches, and table operations.
  • Multi-select with shift+click now respects the current sort order.
  • Expression field selection shows every field present in the queried data.
  • The Export dialog now opens reliably.
  • Editing DynamoDB sets (SS, NS, BS) works again.
  • Tables with an undefined schema no longer cause the “can’t read property allIndexes of undefined” rendering crash.