Skip to content

v0.4.0

Choose a tag to compare

@thaw-release-bot thaw-release-bot released this 19 Jul 19:47

0.4.0 (2026-07-19)

Bug Fixes

  • accept CLUSTER BY before the column list in CREATE TABLE (#776) (#778) (7cb75d5)
  • add Create Table… entry to Tables folder context menu (#785) (#786) (88ad66c)
  • allow unselecting in-progress boolean edits in Properties modals (#771) (30f87fc), closes #519
  • clarify "Configure AI" menu item as inline completions (#799) (4734599), closes #798
  • clarify get_explain_diagnostics "lighter" description (#801) (a9dd60a), closes #366
  • clear SQL diagnostics false positives (#793) (#794) (443254f)
  • correct ApplySqlCasing mock path in sqlFormatter.test.ts (#528) (#787) (27c22d1)
  • eliminate editor typing lag (#762) (#766) (d78fa0b)
  • enable MFA-token caching + auth hardening (#804) (#805) (5fa53b9), closes PKCS#8
  • enforce 30-day log retention via age-based rotation (#748) (03447ac), closes #747
  • guard App connection state (client/connectParams) with a mutex (#746) (b64f1e1), closes #348 #4
  • harden MCP manager — header-based token in configs + auth-failure logging (#781) (edac0b7), closes #364 #1 #2 #3
  • provide per-source-type options in Create Stream modal (#772) (#774) (d7bc0a6)
  • reframe MFA connect warning as a recommendation (#811) (dfcc0ee)
  • remove feature-flag toggles for basic functionality (#567) (#808) (3bba133), closes 488/#803
  • resolve backup set / backup policy review findings (#795) (#796) (a1f17b8)
  • share diagnostics orchestrator between validate_sql and editor (#354) (#788) (ed096d8), closes #336
  • suppress git gutter for out-of-repo files and fix new-line color (#530) (#763) (7935175)
  • unblock key-pair auth for keys in macOS TCC folders (#601) (#800) (a491b2c)
  • unify object dependencies & references surface (#518) (#790) (502b2e1)
  • update stale EXPLAIN USING JSON docstrings in queryprofile (#792) (23de20a), closes #365
  • use sqltok tokenizer for query-type classification (#806) (#807) (0bfa82f)
  • warn on dot-qualified name in USE DATABASE/ROLE/WAREHOUSE (#765) (#768) (dbfc0b0)
  • wrap JSON parse error in TABULAR parse failure path (#367) (#802) (950d766)

Features