Skip to content

v2.0.0 hotfix: live snapshot fix, README update, perfmon counters#305

Merged
erikdarlingdata merged 6 commits intomainfrom
dev
Feb 26, 2026
Merged

v2.0.0 hotfix: live snapshot fix, README update, perfmon counters#305
erikdarlingdata merged 6 commits intomainfrom
dev

Conversation

@erikdarlingdata
Copy link
Owner

Summary

Post-release fixes for v2.0.0:

  • Fix live snapshot not showing bulk insert queries (use sql_handle fallback)
  • Fix System.Single cast error on Dashboard active queries
  • Add 14 missing perfmon counters to SQL collector (match sp_PressureDetector)
  • Fix TempDB Pressure pack (remove unrelated Forwarded Records/sec)
  • Update README for v2.0.0 features
  • Fix release workflow trigger for draft publishes

Test plan

  • Bulk inserts appear in both Dashboard and Lite live snapshots
  • No cast errors on active queries
  • All perfmon counters collecting on sql2022
  • Builds pass

🤖 Generated with Claude Code

erikdarlingdata and others added 6 commits February 25, 2026 19:40
The release event type 'created' doesn't fire when a draft release is
published. Add 'published' so draft-then-publish workflow also builds
and attaches artifacts.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Fix release workflow to trigger on draft publish
…rade support

Highlight major v2.0.0 additions: graphical plan viewer with analysis
rules, perfmon auto-select packs, interactive Run Now buttons, CPU
scheduler pressure, file I/O throughput, current waits charts, DuckDB
512MB auto-archive, GUI installer as first-class single exe, upgrade
detection, --reset-schedule flag.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Use sql_handle instead of plan_handle for dm_exec_sql_text so bulk
insert operations (which have no plan_handle) appear in live snapshots.
Fix System.Single to System.Decimal cast errors for percent_complete
and granted_query_memory_gb in Dashboard's active query reader.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…nsert

Fix live snapshot: show bulk inserts, fix decimal cast
@erikdarlingdata erikdarlingdata merged commit 3ffba89 into main Feb 26, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant