Skip to content

Releases: emailvenkatm/queryben

QueryBen v0.1.2

Choose a tag to compare

@github-actions github-actions released this 29 Jul 01:59
v0.1.2 — icon refresh

QueryBen v0.1.1

Choose a tag to compare

@github-actions github-actions released this 26 Jul 04:09

hotfix release — the v0.1.0 release job only produced the mac arm64 dmg because a misplaced target header in Cargo.toml made serde et al. macOS-only, which broke the windows + linux legs before tauri could build. that's fixed now (67ffbd3), and CI also now builds the frontend before cargo check so tauri::generate_context! finds ../dist (fdd3c44).

what's actually new for users:

  • windows .exe installer (first one!)
  • linux AppImage (portable single-file, runs anywhere)
  • mac .dmg (arm64) — uploading shortly once the sign+notarize retry finishes

not touching functional code — same binary behavior as 0.1.0.

v0.1.0

Choose a tag to compare

@emailvenkatm emailvenkatm released this 24 Jul 20:16

First cut. v0.1 is the shape of the thing, not the finished thing. Ship, get feedback, iterate.

What's in this release

  • Connect to SQL Server, Azure SQL, and SQL Data Warehouse. SQL auth, Windows auth via Kerberos, and Azure AD through the system browser.
  • Object explorer, Monaco editor with F5 to run, results grid with copy and export
  • Editable table browse (works on tables that have a PK, otherwise read-only)
  • Saved queries, query history, notebooks (Jupyter-style, stored as JSON)
  • Azure firewall auto-fix: on error 40615 the dialog can add your client IP inline instead of sending you to the portal
  • CSV import wizard, object scripter, table designer with CREATE/ALTER preview

Known rough edges

  • macOS arm64 only for v0.1. Windows and Linux CI is wired up but the release legs need signing secrets refreshed before they can build artifacts. Intel Mac x86_64 build will land with the same fix.
  • Schema Compare is in the codebase but hidden from the sidebar. It works for SQL-auth connections; the Azure AD path needs one more pass before it can ship.
  • Query Cancel button is not wired to a tiberius attention token yet, so it returns "not implemented". Close the tab with Cmd+W if you need to bail out of a slow query.

Install

Download `QueryBen_0.1.0_aarch64.dmg`, drag it to /Applications, open. Signed and notarized under Apple Developer ID (Venkata Maguluri), so no Gatekeeper warning.

Feedback and bug reports welcome. Built by Venkata Maguluri and Swapna Kommuri.