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
+42Lines changed: 42 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,48 @@ 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.7.0] - 2026-04-13
9
+
10
+
### Added
11
+
12
+
-**Host OS column** in Server Inventory for both Dashboard and Lite ([#748], [#823])
13
+
-**Offline community script support** via `community/` directory for user-contributed scripts ([#814], [#822])
14
+
-**MultiSubnetFailover connection option** in Dashboard and Lite for Always On availability groups ([#813], [#821])
15
+
16
+
### Changed
17
+
18
+
-**PlanAnalyzer and ShowPlanParser** synced from PerformanceStudio with latest improvements ([#816])
19
+
-**MCP query tools** optimized for large databases ([#826])
20
+
-**Add Server dialog UX** improved with inline connection status and full-height window
21
+
-**"CPUs" renamed to "Logical CPUs"** for clarity in Lite ([#825])
22
+
23
+
### Fixed
24
+
25
+
-**Dashboard auto-refresh stalling under load** — replaced DispatcherTimer with async Task.Delay loop to prevent priority starvation during heavy chart rendering ([#833], [#834])
26
+
-**Lite auto-refresh silently skipping** every tick ([#824])
27
+
-**Deadlock count not resetting** between collections ([#803], [#820])
28
+
-**Upgrade filter skipping patch versions** during version comparison ([#817], [#819])
29
+
-**Upgrade script executing against master** instead of PerformanceMonitor database ([#828])
30
+
-**Duplicate release builds** triggering on both created and published events
ToolTip="Sets ApplicationIntent=ReadOnly. Required when connecting via an AG listener or Azure failover group endpoint to route to a readable secondary."/>
113
113
114
+
<!-- Multi-Subnet Failover -->
115
+
<CheckBoxx:Name="MultiSubnetFailoverCheckBox"
116
+
Content="Multi-subnet failover (for AG listeners and FCIs)"
ToolTip="Sets MultiSubnetFailover=true. Connects to all IPs in parallel during failover. Recommended for AG listeners and failover cluster instances spanning multiple subnets."/>
119
+
114
120
<!-- Is Favorite -->
115
121
<CheckBoxx:Name="IsFavoriteCheckBox"Content="Mark as favorite (appears at top of list)"
0 commit comments