Skip to content

🎉 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.

Release history update: The v0.9 line has continued shipping patch releases after v0.9.0. The latest public release on GitHub is v0.9.8 (April 22, 2026). See the patch summary below or browse the full DocKit releases list.

🚀 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.

DocKit Query History panel screenshot

  • 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.

DocKit Connect DynamoDB local screenshot

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, and json-with-bigint

📥 Download

DocKit v0.9.0 is available for all platforms:

PlatformDownload
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

🔄 v0.9.x Patch Releases After v0.9.0

  • v0.9.8 — Added keyboard navigation and an empty-state CTA to the History view for better accessibility. GitHub release
  • v0.9.7 — Added connection cloning, query parameter autocomplete, and support for creating a new index or table during import. GitHub release
  • v0.9.6 — Fixed updater installation failures by re-fetching the update manifest before download. GitHub release
  • v0.9.5 — Hardened CI and release publishing to avoid partial releases. GitHub release
  • v0.9.4 — Added connection sorting/filtering, update progress UI, and fixed Windows keyboard shortcuts. GitHub release
  • v0.9.3 — Maintenance release with refreshed desktop assets. GitHub release
  • v0.9.2 — Maintenance release with refreshed desktop assets. GitHub release
  • v0.9.1 — Added Elasticsearch API Key authentication and fixed auto-completion issues. GitHub release

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:

Last updated: