You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+87Lines changed: 87 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,67 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [2.0.0] - 2026-02-25
9
+
10
+
### Important
11
+
12
+
-**Schema upgrade**: The `collect.memory_grant_stats` table gains new delta columns and drops unused warning columns. The `collect.session_wait_stats` table, its collector procedure, reporting view, and schedule entry are removed (zero UI coverage). Upgrade scripts run automatically via the CLI/GUI installer and use idempotent checks.
13
+
14
+
### Added
15
+
16
+
-**Graphical query plan viewer** — native ShowPlan rendering in both Dashboard and Lite with SSMS-parity operator icons, properties panel, tooltips, warning/parallelism badges, and tabbed plan display ([#220])
17
+
-**Actual execution plan support** — execute queries with SET STATISTICS XML ON to capture actual plans, with loading indicator and confirmation dialog ([#233])
18
+
-**PlanAnalyzer** — automated plan analysis with rules for missing indexes, eager spools, key lookups, implicit conversions, memory grants, and more
19
+
-**Current Active Queries live snapshot** — real-time view of running queries with estimated/live plan download ([#149])
20
+
-**Memory clerks tab** in Lite with picker-driven chart ([#145])
21
+
-**Current Waits charts** in Blocking tab for both Dashboard and Lite ([#280])
- query_stats and procedure_stats collectors ignoring recent queries
62
+
- Blank tooltips on warning and parallel badge icons
63
+
- Missing chart context menu on File I/O Throughput charts in Lite
64
+
65
+
### Removed
66
+
67
+
-`collect.session_wait_stats` table, `collect.session_wait_stats_collector` procedure, `report.session_wait_analysis` view, and schedule entry — zero UI coverage, never surfaced in Dashboard or Lite ([#281])
68
+
8
69
## [1.3.0] - 2026-02-20
9
70
10
71
### Important
@@ -119,6 +180,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
119
180
- Delta normalization for per-second rate calculations
0 commit comments