May 25th, 2026
Improved
Fixed

This release fixes a long-standing Snowflake schema issue and makes Claude AI dramatically more useful when queries fail. Date: May 24, 2026
Claude AI sees your errors automatically. The chat panel now reads the last 5 query errors with timestamps and SQL snippets. Ask Claude "what happened?" after a failed query and it analyzes the actual error in context of your schema. A new red error context chip appears alongside the SQL/Python/Schema chips when recent errors are present.
Snowflake error messages now show what Snowflake actually said. Instead of cryptic "HTTP 422" responses, QueryFlow parses the full Snowflake JSON error response. Codes, SQL state, and statement handles are all surfaced. Errors are selectable, copyable with one click, and have retry buttons.
14-day trial paywall redesigned. Prominent "14 DAYS FREE" hero card on the paywall with green trial badges on price cards. Dynamic "Try Free for 14 Days" button label.
Error copy infrastructure. New universal copy buttons across error states. Bug reports can now include full structured error reports with one click β message, JSON, SQL, statement handle.
System prompt for Claude. Now includes "Recent execution errors (most recent first)" block when applicable.
Snowflake INFORMATION_SCHEMA queries under PAT auth. The 391918 "must specify database" error for user-created Snowflake databases. Schema explorer queries are now fully qualified (e.g., FROM <DATABASE>.INFORMATION_SCHEMA.COLUMNS).
DBExplorer error handling. New missingDatabase error case with a clear message when no database is configured on a connection.
Available now on the Mac App Store.
May 25th, 2026

This release adds two major connectors and rolls out the 2-week free trial through StoreKit. Date: May 9, 2026
MySQL. Native connector via mysql-nio TCP wire protocol. Supports localhost, RDS, Aurora, PlanetScale, MariaDB, and even public no-auth servers. Try it against the public Rfam MySQL database (mysql-rfam-public.ebi.ac.uk, port 4497, user rfamro, database Rfam) to test without any credentials.
Google Sheets. OAuth 2.0 authentication through your system browser. Live data on every query β your Sheets edits show up immediately in QueryFlow. Sheets API v4 with automatic token refresh.
2-week free trial via StoreKit. Both monthly ($49.99) and annual ($299.99) subscriptions now include a 14-day introductory free trial. Auto-detects eligibility. Restore Purchases supported.
macOS 15 backport. Lowered minimum macOS version from 26 to 15.0 (Sequoia) to reach a much wider Mac user base.
QueryFlow now supports 7 database connectors: Snowflake, Redshift, PostgreSQL, MySQL, Google Sheets, Salesforce, and CSV/TSV.
May 24th, 2026
New

Major release. This is where QueryFlow became more than a SQL editor. Date: April 2026
Salesforce connector. OAuth 2.0 authentication, read and write to any standard or custom object. Insert, Update, Upsert operations supported through the Visual ETL field mapper.
PostgreSQL connector. Native postgres-nio TCP wire protocol. RDS, Aurora, Neon, Supabase, Heroku Postgres β all work.
Amazon Redshift connector. Data API with IAM credentials. No VPC tunneling required.
Flow Books. SQL and Python cells in the same notebook with shared state. Query results auto-inject as a pandas DataFrame named df. Pyodide WASM runtime with pandas, numpy, matplotlib pre-installed. Claude AI wired in with schema context.
Scheduled jobs. Cron, interval, daily, weekly, manual triggers. Runs via SMAppService (App Store compliant). Catches up missed jobs on Mac wake.
Visual ETL field mapper. Drag-and-drop pipeline builder with bezier-curve field mapping. Auto-map algorithm matches columns by name similarity. Transform chips for UPPERCASE, lowercase, TRIM, date format conversion, custom Python.
Observatory dashboard. Full run history for every scheduled job with success rates, durations, and error context.
QueryFlow at this point: SQL editor + Python notebook + ETL orchestrator in one native macOS app.
May 24th, 2026
New

The first release. QueryFlow is live on the Mac App Store. Date: March 2026
Snowflake connector. REST SQL API v2 with Programmatic Access Token (PAT) authentication. No JDBC drivers, no Java runtime, no key file management.
CodeMirror SQL editor. Locally bundled (no CDN β App Store compliant). Multi-tab workspace with session persistence. Cursor-aware execution: βR runs at cursor, ββ§R runs all, β. cancels.
Claude AI chat panel. Schema-aware AI assistant integrated into the editor. Explains queries, suggests optimizations, summarizes results.
EXPLAIN plan support. Full execution plan rendering for Snowflake.
Native macOS. Pure Swift 6 / SwiftUI. Apple Silicon and Intel. macOS 15.0+ (Sequoia and later). App Sandbox compliant with all required entitlements. Keychain credential storage. SwiftData persistence.
The vision: replace DBeaver + VS Code + AWS Glue with one beautiful native Mac app. v1.0 ships the SQL editor and AI foundation. The rest follows.