Changelog

What’s new in DynoTable

1.0.0

Stable

Highlights

  • DynoTable 1.0 — out of beta, officially stable. Our first production-ready release: the fast, keyboard-first way to browse and edit DynamoDB, hardened and reliable enough to be your everyday daily driver. Signed and notarized on macOS, with native Windows and Linux builds.
  • A clearer, quicker AI assistant. Every action the assistant proposes now carries a keyboard shortcut, and its thinking, steps, and proposals read cleanly as it works.

Added

  • Time-to-live at a glance. Items that expire now show a TTL marker across the data grid, PartiQL and Smart Table results, the item editor, and Flow view — so you can see what's about to expire without digging.
  • Per-column formatting. Render any column as raw text, a number, or a date, and flip any column back to its raw value.
  • A smoother column picker. Key and TTL attributes are marked so they're easy to find, it stays fast on wide tables, and there's no limit on how many columns you can show.
  • Keyboard shortcuts on every AI suggestion — accept, open, or dismiss what the assistant proposes without reaching for the mouse.

Fixed

  • The column picker no longer opens blank when reopened, and its search clears correctly.
  • PartiQL now remembers the columns you've chosen to show.

0.4.0

Beta

Highlights

  • Automatic single-table design. DynoTable now recognizes the entity types in your table and lets you filter by them — no configuration, no setup.

Added

  • An entity-type badge on every row, derived automatically from your key prefixes.
  • Faceted filtering — narrow the table to a single entity type in one click.
  • Composite keys are split into readable parts, so multi-part keys are easy to scan.
  • Partition and sort key columns are pinned to the left to keep you oriented as you scroll.

Fixed

  • Re-running a query now keeps your current rows on screen while it refreshes, instead of flashing an empty grid.
  • Steadier streaming — more predictable Load more and Stop behavior on large tables.

0.3.0

Beta

Highlights

  • Saved queries. Name, save, and re-run your queries from a searchable menu — in both PartiQL and the SQL Workbench.

Added

  • Save and rename queries, scoped per table.
  • Searchable history with syntax-highlighted query rows.
  • AI-suggested names for saved queries and tabs.
  • The Workbench runs only when you hit Execute — no surprise full-table scans.

Fixed

  • Switching profiles now preserves your sidebar layout.

0.2.0

Beta

Highlights

  • Heavy SQL stays smooth. JOINs, GROUP BY, and full-table aggregates run without freezing the interface, even on large tables.

Added

  • Exact whole-table aggregates by reading the entire table on demand.
  • Faster, more responsive results for complex Workbench queries.