| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Dory-0.21.0-arm64.dmg.blockmap | 2026-06-02 | 249.7 kB | |
| latest-mac.yml | 2026-06-02 | 790 Bytes | |
| builder-debug.yml | 2026-06-02 | 861 Bytes | |
| Dory-0.21.0-x64.dmg | 2026-06-02 | 245.8 MB | |
| Dory-0.21.0-arm64.dmg | 2026-06-02 | 238.6 MB | |
| Dory-0.21.0-x64.zip.blockmap | 2026-06-02 | 241.3 kB | |
| Dory-0.21.0-arm64.zip | 2026-06-02 | 231.2 MB | |
| Dory-0.21.0-x64.zip | 2026-06-02 | 238.4 MB | |
| Dory-0.21.0-arm64.zip.blockmap | 2026-06-02 | 234.5 kB | |
| latest-x64-mac.yml | 2026-06-02 | 484 Bytes | |
| latest-arm64-mac.yml | 2026-06-02 | 490 Bytes | |
| Dory-0.21.0-x64.dmg.blockmap | 2026-06-02 | 256.5 kB | |
| latest.yml | 2026-06-02 | 340 Bytes | |
| Dory-Setup-0.21.0.exe.blockmap | 2026-06-02 | 178.4 kB | |
| Dory-Setup-0.21.0.exe | 2026-06-02 | 175.5 MB | |
| Dory-Portable-0.21.0.exe | 2026-06-02 | 172.8 MB | |
| README.md | 2026-06-02 | 1.9 kB | |
| v0.21.0 source code.tar.gz | 2026-06-02 | 15.8 MB | |
| v0.21.0 source code.zip | 2026-06-02 | 16.8 MB | |
| Totals: 19 Items | 1.3 GB | 0 | |
What's Changed
Features
-
Query Audit for Pro users: Added a new Query Audit page to track and review executed queries, accessible only to Pro-tier subscribers. The UI is gated by entitlement checks and localized in English, Spanish, Japanese, and Chinese.
-
Web MCP npm bridge with browser authorization: Introduced a new MCP (Model Context Protocol) integration that enables secure, browser-based authorization flows for external tools. Includes dedicated
/mcp/link/API endpoints and a user-facing authorization page.
Fixes
- ClickHouse SSL connection fix: Resolved an issue where SSL connections to ClickHouse would fail due to missing protocol handling.
- Schema-missing error fix: Corrected a schema initialization error in PostgreSQL and pgLite migrations.
- Action execution stability: Fixed several runtime errors in action invocations across SQL Console, Copilot, Monitoring, Explorer, and Privileges UI components.
Improvements
- Unified action architecture: Refactored all web actions into a consistent domain-driven structure with standardized contracts, improved test coverage (including projection tests), and tighter schema validation.
- Cross-platform tab action alignment: Unified tab-related actions (e.g., creation, switching, title updates) across UI, MCP, and Agent adapters — improving consistency and maintainability.
- Audit log view enhancements: Updated the audit log UI with better formatting, code block rendering, and backend query logic improvements.
Internal
- Codebase cleanup: Removed outdated release notes files (
v0.19.4.md,v0.20.0.md) no longer needed for current documentation flow. - Modularization: Flattened and reorganized action implementations into domain-specific modules (e.g.,
ai/,tab/,connection/,query/) underlib/actions/server/domains/.