Skip to content

v1.2.2

Choose a tag to compare

@mbettan mbettan released this 22 Jul 02:08
· 45 commits to main since this release

Highlights

🐛 Critical Fix

  • Infinite BQ SDK job resubmission — The SDK's hidden job_retry mechanism was silently resubmitting failed queries in an infinite loop (154+ duplicate BigQuery jobs from a single request). Disabled at both client.query() and result() layers.

🔧 Fixes

  • HBO status-check query routed through run_query_with_retry_limit() (was unprotected)
  • "Copy DDL" button hidden when Fluid Scaling is already fully enabled
  • About panel now renders markdown bold/code in release highlights
  • Active Assist errors now show visible UI feedback instead of silent console-only errors

⚙️ Changes

  • Suppressed noisy urllib3/google.auth DEBUG loggers from flooding app.log

See RELEASE_NOTES.md for full details.