You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.