Back to changelog
v0.6.3
Relay 0.6.3
When you are editing data, sometimes you need to pause and come back later- that's why Relay 0.6.0 introduces Stash! This is built into the existing workflow, located in the Changes tab. All stashed work can be re-applied or deleted.

We've also included a few bug fixes and tweaks.
- Enhancement Columns no longer stretch to fill the entire view width when there are few columns (e.g. 2-3) - added a max cap on auto-calculated column width so headers remain fully visible without excessive whitespace.
- Fix Inline AI fix timeout & cancellation
- Added a cancel button (X) to the "Generating fix..." loading state so it can be dismissed immediately
- Escape key now works during the loading state (previously only worked after the fix loaded)
- Added a 30-second timeout that auto-dismisses the fix bubble if the AI request hangs
- Fix Improve data table view stability and false positives around available structure introspection.
- Fix No longer showing “Table is empty” when queries are requested with additional clauses.
- Fix Cursor position display via editor
PostgreSQL
- New Added PostGIS binary encoding support
- Enhancement Increased overall query execution performance
- Enhancement Materialized views now appear in the schema sidebar.
- Enhancement Optimized query execution to show results almost instantly.
- Fix Foreign key indicators now show correctly for tables in non-public schemas.