🎉 DocKit v0.9 Released: UI Redesign, Query History & DynamoDB Local Support
March 3, 2026 - We're excited to announce the release of DocKit v0.9! This is a landmark release featuring a full UI redesign, automatic query history for all supported databases, DynamoDB Local endpoint support, and significant quality-of-life improvements for PartiQL users.
🚀 What's New
🎨 Modern UI Redesign
The most visible change in v0.9 is a complete UI overhaul. We've migrated from Naive UI to shadcn-vue + UnoCSS, delivering:
- A cleaner, more modern visual design across all panels and dialogs
- Better consistency between components and improved accessibility
- Faster rendering and a lighter overall bundle size
- Foundation for faster iteration on new UI features going forward
🕘 Query History
DocKit now automatically records every query you execute — for Elasticsearch, OpenSearch, and DynamoDB — without any manual saving required.

- View a chronological list of past queries in the new History panel
- Each entry shows the HTTP method, API path, connection name, and timestamp (Elasticsearch) or query type, table, and timestamp (DynamoDB)
- Copy a query to the clipboard, Add to Editor to load it back, or Execute to re-run it immediately
- History is capped at 500 entries per connection and stored entirely on your local machine — never synced to the cloud
- Covers both PartiQL statements and visual UI form queries for DynamoDB
Read more: Query History blog post | Query History documentation
🏠 DynamoDB Local Support
You can now connect to a locally running DynamoDB instance by specifying an optional endpoint URL in the connection configuration.

This makes it easier to:
- Develop and test against DynamoDB Local without spinning up AWS resources
- Run integration tests in CI environments pointing to a local DynamoDB container
- Work offline without any AWS credentials
✏️ PartiQL Document Formatting
The DynamoDB PartiQL editor now includes a document formatting provider — press the format shortcut to automatically clean up and indent your PartiQL statements, making complex queries easier to read and maintain.
🔧 Improvements & Fixes
- Fixed: Credentials not passed correctly when loading the HTTP client in certain configurations (#310)
- Improved: Update mechanism migrated to the official Tauri updater plugin for more reliable in-app updates
- Security: Multiple dependency upgrades including
@tauri-apps/plugin-dialog,@tauri-apps/plugin-store,vue-i18n,markdown-it, andjson-with-bigint
📥 Download
DocKit v0.9.0 is available for all platforms:
| Platform | Download |
|---|---|
| macOS (Universal) | DocKit_0.9.0_universal.dmg |
| Windows (x64) | DocKit_0.9.0_x64-setup.exe |
| Linux (AppImage) | DocKit_0.9.0_amd64.AppImage |
| Linux (deb) | DocKit_0.9.0_amd64.deb |
📥 Download from the DocKit page
⭐ GitHub Release Notes
Get Involved
We welcome contributions from the community! If you find a bug or have a feature request, please open an issue on GitHub.
Related Links:
