v1.2.2
Highlights
🐛 Critical Fix
- Infinite BQ SDK job resubmission — The SDK's hidden
job_retrymechanism was silently resubmitting failed queries in an infinite loop (154+ duplicate BigQuery jobs from a single request). Disabled at bothclient.query()andresult()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.authDEBUG loggers from floodingapp.log
See RELEASE_NOTES.md for full details.