Release v2.9.0: Manage Servers version column, Lite-style indicators in Full, prep#908
Merged
erikdarlingdata merged 1 commit intodevfrom Apr 28, 2026
Merged
Conversation
…ll, version bumps - New Installed Version column in Manage Servers for both editions: * Full: probes config.installation_history per server in parallel * Lite: shows the running app version (mirrors Full's header for consistency) - Back-ports the Ellipse-with-DataTriggers status dot and right-aligned favorite star from Lite's server list to the Full Dashboard - Bumps Version/AssemblyVersion/FileVersion/InformationalVersion to 2.9.0 in Dashboard, Lite, Installer, and Installer.Core - Rewrites CHANGELOG: fixes the 2.8.0 date to 2026-04-22 (was TBD), moves Off preset (#888) to 2.9.0 since #891 landed after the v2.8.0 tag, and adds the full 2.9.0 entry covering the post-2.8.0 PR set - Updates README's DuckDB version reference (1.5.0 -> 1.5.2) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bundles the v2.9.0 release prep with two related Manage Servers UI improvements that landed during release testing:
Installed Version column in Manage Servers for both Dashboard and Lite.
config.installation_historyper server in parallel viaServerManager.GetInstalledVersionAsync. Falls back toNot installed(no install detected) orUnavailable(probe failed). Versions normalize to 3-part by stripping the+gitshasuffix.AssemblyInformationalVersionon every row. Same column header as Full so the UX matches across editions, even though Lite has no per-server installed version concept.INotifyPropertyChangedonServerConnection.InstalledVersionso async population (Full) and post-load population (Lite) update each row in place without reloading the grid.Lite-style server card indicators back-ported to Full. The Full Dashboard's server list now uses Lite's Ellipse-with-DataTriggers status dot (Online / Offline / Warning / Unknown) and a right-aligned favorite star, matching Lite's visual treatment.
Release prep also bundled here
TBDto2026-04-22(was a release-time bug).Offcollection preset (Add 'Off' collection preset + teach apply_collection_preset to mutate enabled #888) out of 2.8.0 into 2.9.0 since Add Off collection preset (#888) #891 landed after the v2.8.0 tag.Test plan
Already exercised on dev during this release pass:
dotnet buildclean (0 errors).Installer.Tests46/46 pass.--reinstall), 54/54 scripts, 45 collectors validated, 0 errors.🤖 Generated with Claude Code