Skip to content

v0.34.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 07:28
· 64 commits to main since this release
image

What's Changed

Features

  • Anonymous desktop sign-in now persists indefinitely: Users can resume anonymous sessions across app restarts without losing context or authentication state.

Improvements

  • Comparison UI enhancements:
    • Comparison cards now display associated data sources and support deletion.
    • Comparison detail and run views show richer context, including clearer status indicators, AI review summaries, and improved highlights.
    • Schema diff viewer readability is improved with better value inspection and table formatting.
  • Schema comparison coverage expanded: Added support for more database capabilities (ClickHouse, DuckDB) and improved diff visibility for complex schema changes.

Fixes

  • Organization-scoped data access: Fixed inconsistent comparison data loading by consistently applying organization context across comparison pages, forms, and runs.

Internal

  • Refactored application data access and connection workflows to improve maintainability and testability.
  • Split web type-checking configuration and optimized Lodash imports for build performance.