Release Notes
Overview
Release notes summarize product changes, fixes, database support updates, AI improvements, and deployment changes across Dory versions.
Version range
- Latest synchronized version: v0.28.0
- Oldest synchronized version: v0.3.7
- Source: GitHub release notes
All releases
| Version | Summary |
|---|---|
| v0.28.0 | Added native Supabase connection support, including dedicated connection form, validation, and TLS configuration handling. |
| v0.27.0 | Added full Snowflake connection support, including dedicated driver, form fields, database type icon with beta badge, and backend payload... |
| v0.26.0 | Added full Snowflake connection support, including dedicated driver, form fields, and UI integration across the web app. |
| v0.25.1 | Replaced pagination page picker with a direct page input field for faster navigation in table previews and query results. |
| v0.25.0 | Introduced Codex Agent, a new local AI bridge with MCP support, replacing the previous local AI bridge setup. Includes CLI-driven install... |
| v0.24.2 | Enabled improved authentication flow for user joins, enhancing login and session management in the web application. |
| v0.24.1 | Enabled logging of proxy authentication attempts in the web app, aiding administrators in monitoring and troubleshooting auth flows. |
| v0.24.0 | Introduced a persistent agent workspace drawer with improved layout, desktop bridge detection, and prevention of accidental dismissal |
| v0.23.4 | Added table actions (e.g., rename, drop) directly in the SQL console sidebar and tab interface, enabling quick schema modifications witho... |
| v0.23.3 | Added support for Cloudflare D1 as a new database connection type, including dedicated form fields, UI icons, and SQL console integration. |
| v0.23.2 | Table previews now show unfiltered row counts (e.g., “Showing 100 of 12,345 rows”) instead of only filtered totals, giving clearer contex... |
| v0.23.1 | Fixed incorrect sort state cycling in the SQL console result table’s virtualized table component, ensuring stable and predictable column ... |
| v0.23.0 | Added desktop-local action authentication with snapshot fallback for improved offline reliability during sign-in and session recovery. |
| v0.22.2 | Enabled AI actions (e.g., table summaries, schema explanations, tab title generation) to use the cloud proxy on desktop clients, improvin... |
| v0.22.1 | Enhanced table structure tooltip: Column details (e.g., data type, nullability, description) are now merged into the structure tooltip in... |
| v0.22.0 | Guest sign-in experience: Added loading state during guest authentication and initialized user ID plumbing across auth flows and session ... |
| v0.21.5 | Resolved MCP-related errors preventing proper initialization and auto-opening of the MCP proxy in Electron and web environments. |
| v0.21.4 | Fixed an error that prevented users from opening email verification links during sign-in, sign-up, and email verification flows. |
| v0.21.3 | Added support for anonymous user access, enabling unauthenticated usage of the web app. |
| v0.21.2 | Added SSL/TLS support for database connections: Users can now configure TLS settings (including certificate validation, client certificat... |
| v0.21.1 | Fixed Mermaid diagram rendering issues in AI-generated responses. |
| v0.21.0 | Query Audit for Pro users: Added a new Query Audit page to track and review executed queries, accessible only to Pro-tier subscribers. Th... |
| v0.20.1 | Query Audit Logs: Introduced a new Query Audit page to track and review executed SQL queries across your organization, including metadata... |
| v0.19.4 | No commits found in range v0.19.3..HEAD. |
| v0.19.3 | Stabilized and persisted the desktop server port used for PGlite storage, ensuring consistent behavior across application launches. |
| v0.19.2 | Fix: Resolved a build failure caused by an issue in the organization-specific layout file in the web application. |
| v0.19.1 | Added desktop MCP (Model Control Protocol) grants with automatic token UI hiding for improved security and streamlined agent access. |
| v0.19.0 | Added Docker Compose support with docker-compose.yml and environment example file, simplifying local and production deployments. |
| v0.17.3 | Fixed Docker build failure by correcting the Dockerfile configuration. |
| v0.17.2 | Fixed chart rendering issues by removing nested responsive containers, improving layout stability and performance in chart result displays. |
| v0.17.1 | Cloud AI provider resolution: Organization-level AI provider configuration now uses cloud-based system status to determine available prov... |
| v0.17.0 | Added Bring Your Own Key (BYOK) support for AI providers, enabling organizations to configure and manage their own AI credentials securely. |
| v0.16.0 | Added Oracle database support to the SQL console and database explorer, enabling connection, schema browsing, and SQL query execution for... |
| v0.15.0 | SQL Server support: Added full connectivity and metadata integration for Microsoft SQL Server, including dedicated driver, connection for... |
| v0.14.1 | Fixed SQL Copilot action failures caused by missing schema context, improved the AI Fix button, and extracted BorderBeamButton into the shared UI package. |
| v0.14.0 | Added local file support, native desktop file picking, Open Files UX refinements, localization updates, and Docker build reliability fixes. |
| v0.13.1 | Simplified Docker image builds by removing the Yarn release dependency from the build process, reducing bui... |
| v0.13.0 | Added MCP (Model Context Protocol) server support |
| v0.12.2 | Added full offline support for desktop apps, including anonymous sign-in flow without network dependency |
| v0.12.1 | Added DuckDB support |
| v0.12.0 | Added DuckDB support |
| v0.11.4 | Improved SQL Console Copilot reliability |
| v0.11.3 | Updated chart rendering components (chart-canvas.tsx, charts-result/index.tsx) for better performance and c... |
| v0.11.2 | Refined background colors across loading and splash screens in both desktop and web apps for improved visua... |
| v0.11.1 | Stabilized the height of the Insights tab in the SQL Console Copilot panel to prevent layout shifts during... |
| v0.11.0 | No user-facing changes recorded. |
| v0.10.0 | Resolved an infinite sorting update loop in the virtualized result table that caused UI freezes during inte... |
| v0.9.0 | AI Usage Tracking |
| v0.8.3 | Fixed an error that prevented automatic organization creation during user sign-up or authentication flows. |
| v0.8.2 | Fixed chat message display |
| v0.8.1 | Chatbot internationalization |
| v0.8.0 | Added SQL generation capability to the SQL Console: users can now ask natural language questions and get co... |
| v0.7.13 | Fixed Copilot quick actions not working on the first click in the SQL console. |
| v0.7.12 | Added a refresh button to the SQL Console sidebar to manually reload database and schema listings. |
| v0.7.11 | Fixed an exit error in the web app’s bootstrap script (bootstrap.mjs), preventing unexpected failures durin... |
| v0.7.10 | Removed guest login functionality and introduced a new demo sign-in flow, allowing users to quickly explore... |
| v0.7.9 | Enhanced SQL safety checks to allow PRAGMA and DESCRIBE statements in read-only mode—enabling broader compa... |
| v0.7.8 | No user-facing changes recorded. |
| v0.7.7 | Added release notes file release-notes/v0.7.6.md for this version. |
| v0.7.6 | No user-facing changes recorded. |
| v0.7.5 | Added performanceGuard to key chat API endpoints (/api/chat, /api/chat/sql-runner) and SQL tooling logic to... |
| v0.7.4 | Data Preview pagination |
| v0.7.3 | No user-facing changes recorded. |
| v0.7.2 | No user-facing changes recorded. |
| v0.7.1 | Email verification toggle |
| v0.7.0 | New Automation API |
| v0.6.3 | No user-facing changes recorded. |
| v0.6.2 | Added full support for Japanese (ja), Spanish (es), and Simplified Chinese (zh_CN) across both desktop and... |
| v0.6.1 | No user-facing changes recorded. |
| v0.6.0 | Added experimental SQLite support across the application, including |
| v0.5.6 | Added automatic column width adjustment (autofit) to the SQL console result table, improving readability of... |
| v0.5.5 | Added automatic column width calculation and autofit behavior to the SQL console result table’s virtualized... |
| v0.5.4 | Added automatic column width adjustment (autofit) to the SQL console result table, improving readability of... |
| v0.5.3 | No user-facing changes recorded. |
| v0.5.2 | Added visual highlighting for the currently selected table in the SQL console sidebar, improving navigation... |
| v0.5.1 | No user-facing changes recorded. |
| v0.5.0 | Added basic MySQL connection support, including connection form, metadata exploration, table information re... |
| v0.4.11 | Added automatic Homebrew tap updates: macOS stable releases now trigger auto-updates to the dorylab/homebre... |
| v0.4.10 | Resolved workflow failures in macOS and Windows packaging pipelines. |
| v0.4.9 | Fixed workflow failures in macOS and Windows packaging, as well as the main release pipeline, ensuring reli... |
| v0.4.8 | Added support for a dedicated beta environment, enabling safer testing and preview of upcoming features. |
| v0.4.7 | Added periodic update checks to the desktop app to improve auto-update reliability. |
| v0.4.6 | Organization support |
| v0.4.3 | Organization plugin integration |
| v0.4.2 | Fixed build failures in privilege management pages (roles, users, and the main privileges view). |
| v0.4.1 | UI Consistency |
| v0.4.0 | PostgreSQL support added |
| v0.3.11 | Workspace export and import |
| v0.3.10 | Saved queries now support folders |
| v0.3.9 | Fixed duplicate error dialogs appearing when update checks fail — now only one dialog is shown per failure,... |
| v0.3.8 | Refactored connection implementation for better maintainability and consistency across database APIs (e.g.,... |
| v0.3.7 | Fixed SQL Copilot retry logic to prevent infinite retries when generating read-only SQL statements. |
How is this guide?