Skip to content

v2.11.0

Choose a tag to compare

@github-actions github-actions released this 25 May 19:17
· 11 commits to production since this release

2.11.0 (2026-05-25)

Features

  • add .venv to .gitignore for virtual environment exclusion (7453fe8)
  • add dynamic model selection for LLM queries (32147f9)
  • add QueryArgus data-quality UI on Analytics page (0ed0ce0)
  • analytics: model selection for QueryArgus runs (87572a5)
  • analytics: model selection, gemini-only judge, and improvement hints (00b9342)
  • analytics: notifications system for async Argus runs (e2575c9)
  • analytics: sidebar audit cues, finding filters, and notification deep-link (621aa0e)
  • argus: persist reports, add history tab, async run, tooltips (f56a4ec)
  • argus: post-hoc finding rating endpoint + UI (Arm A) (0cc40f1)
  • argus: tiered run configuration with saved custom profiles (2030d8f)
  • argus: trends tab with quality, severity, and token charts (3f8e772)
  • enhance collection selection and loading states across components (6c7356a)
  • harden Cloud Run security with Secret Manager, VPC connector, and private backend (27bb9b5)
  • integrate QueryArgus as data-quality audit endpoint (bd42169)
  • query: inject inferred relationships and $lookup guidance for multi-collection prompts (6e5fc22)

Bug Fixes

  • address claudebot review issues on model selection PR (f83e159)
  • align Terraform DB config and reorganize docs (#33) (8cc3d18)
  • argus: address claudebot review — auth, eviction, formatting (d4ca8ab)
  • construct Cloud Run SA email inline to use PROJECT_ID, clarify VITE_API_BASE_URL (cdb3ddb)
  • query: Cosmos-safe $lookup guidance, retry-prompt, nested ObjectId serialization (ed276a1)
  • query: resolve contradictory retry instruction and review feedback (9b5c976), closes #0
  • show per-card loader on Hub when opening Explorer or account (d069d8f)

Maintenance

  • gitignore HITL experiment artifacts (205df64)
  • resolve INFRASTRUCTURE.md conflict for dev → production merge (dca0412)
  • submodule: bump queryargus to harden Arm A FP-skip prompt (71e25f2)
  • wire QueryArgus submodule into Docker, CI, and tooling (ff3bd38)

Documentation

  • add infrastructure documentation with architecture diagrams to README (2ca3e11)

CI/CD

  • backend: ignore queryargus submodule tests during pytest collection (616d538)
  • backend: pass --ignore=queryargus to pytest directly (f382402)