| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest-mac.yml | 2026-03-18 | 500 Bytes | |
| Dory-0.3.11-arm64-mac.zip.blockmap | 2026-03-18 | 169.5 kB | |
| Dory-0.3.11-arm64.dmg.blockmap | 2026-03-18 | 182.3 kB | |
| Dory-0.3.11-arm64.dmg | 2026-03-18 | 175.8 MB | |
| Dory-0.3.11-arm64-mac.zip | 2026-03-18 | 169.7 MB | |
| latest.yml | 2026-03-18 | 340 Bytes | |
| Dory.Setup.0.3.11.exe.blockmap | 2026-03-18 | 152.3 kB | |
| Dory-0.3.11-win.zip | 2026-03-18 | 200.7 MB | |
| Dory.Setup.0.3.11.exe | 2026-03-18 | 153.7 MB | |
| Dory.0.3.11.exe | 2026-03-18 | 153.5 MB | |
| README.md | 2026-03-18 | 1.4 kB | |
| v0.3.11 source code.tar.gz | 2026-03-18 | 9.4 MB | |
| v0.3.11 source code.zip | 2026-03-18 | 10.1 MB | |
| Totals: 13 Items | 873.3 MB | 0 | |
What's Changed
Features
- Workspace export and import: Added new functionality under Settings > Data to export and import workspace data, including team-level connections and user-level saved queries and folders. Exports exclude sensitive credentials (passwords, SSH keys, tokens), and imports automatically handle duplicate names by appending a timestamp suffix.
Fixes
- Docker image size reduction: Switched the Docker
runnerstage fromnode:ltstonode:lts-slim, cutting image size from ~1.5 GB to ~575 MB by removing unnecessary build-time tools. - Turbopack file tracing warning: Fixed an overly broad file tracing warning in the pglite client by refactoring
path.resolve()usage to avoid static analysis triggers during builds.
Improvements
- Yarn upgrade to v4: Migrated the entire monorepo from Yarn v1 to Yarn v4, including:
- Updated lockfile format and CI workflows (
--frozen-lockfile→--immutable) - Upgraded Node.js version in CI to
lts/* - Renamed root workspace to
dory-monorepoto resolve naming conflicts with Electron - Upgraded
@ai-sdk/openai-compatibleto v2 for peer dependency compatibility - Fixed a type error in
reasoning.tsxrelated toStreamdownprops
Internal
- CI/CD optimizations: Removed redundant Yarn cache steps from GitHub Actions workflows and updated all workflows to use Yarn v4 consistently.