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
- CHANGELOG.md: full 2.1.0 entry (light themes, plan viewer, optional query/plan collection, timezone display, CLI flags)
- README.md: updated feature descriptions, collector counts, edition comparison table
- Upgrade script: added 02_default_trace_events_new_columns.sql for duration_us/end_time columns missing on upgrade from 2.0.0
- Version properties: added explicit AssemblyVersion/FileVersion/InformationalVersion to Dashboard, Lite, InstallerGui csprojs
- Installer validation fix: both CLI and GUI installers now filter collection_log errors by validation start time instead of reporting all historical errors
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+94Lines changed: 94 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,57 @@ 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.1.0] - 2026-03-04
9
+
10
+
### Important
11
+
12
+
-**Schema upgrade**: The `config.collection_schedule` table gains two new columns (`collect_query`, `collect_plan`) for optional query text and execution plan collection. Both default to enabled to preserve existing behavior. Upgrade scripts run automatically via the CLI/GUI installer and use idempotent checks.
13
+
14
+
### Added
15
+
16
+
-**Light theme and "Cool Breeze" theme** — full light mode support for both Dashboard and Lite with live preview in settings ([#347])
17
+
-**Standalone Plan Viewer** — open, paste (Ctrl+V), or drag & drop `.sqlplan` files independent of any server connection, with tabbed multi-plan support ([#359])
18
+
-**Time display mode toggle** — show timestamps in Server Time, Local Time, or UTC with timezone labels across all grids and tooltips ([#17])
19
+
-**30 PlanAnalyzer rules** — expanded from 12 to 30 rules covering implicit conversions, GetRangeThroughConvert, lazy spools, OR expansion, exchange spills, RID lookups, and more ([#327], [#349], [#356], [#379])
20
+
-**Wait stats banner** in plan viewer showing top waits for the query ([#373])
21
+
-**UDF runtime details** — CPU and elapsed time shown in Runtime Summary pane when UDFs are present ([#382])
22
+
-**Sortable statement grid** and canvas panning in plan viewer ([#331])
23
+
-**Comma-separated column filters** — enter multiple values separated by commas in text filters ([#348])
24
+
-**Optional query text and plan collection** — per-collector flags in `config.collection_schedule` to disable query text or plan capture ([#337])
0 commit comments