chore: release 2.1.0 - #70
Merged
Merged
Conversation
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.
Version bump across the four places the release workflow cross-checks against the tag:
Cargo.toml,flake.nix,server.json, andCargo.lock. All read 2.1.0, and the built binary reportsportview 2.1.0.Why 2.1.0 and not 3.0.0
Nothing intentionally breaks a documented contract. New features are additive, and the behaviour changes are corrections of output that was wrong — the most serious being that portview could report a port as free while something was listening on it.
That said, three outputs genuinely differ from 2.0.x, and the changelog now says so up front rather than burying it in the Fixed section, because a pinned script will notice:
-instead of omitted — a scan can return rows it did not before--allemits one row per connection, so sixtyTIME_WAITsockets are sixty rowsportview ssh <host> --jsonemits JSON, having previously printed a table or failed outrightAlso here
The README's MCP tool table was stale — no
diff_ports, no mention ofdry_runor child processes. That table is the shop window for the registry listing, so it is worth being current.What's in the release
21 commits since 2.0.2.
Agentless SSH now covers every command.
doctor, anlsoffallback for macOS and BSD remotes, andwatch— the last over a single connection, with the interactive kill working without portview on the far end.MCP depth.
diff_ports, descendant processes ininspect_port, anddry_runonkill_port.Fixes, in rough order of severity: ports with unresolvable owners were hidden entirely; a far-future
FILETIMEpanicked the scan on Windows;portview ssh --jsonnever worked;--allcollapsed connections and so contradicteddoctor.CI now runs the test suite on Windows and macOS. It only ever ran on Linux, so every
#[cfg(windows)]and#[cfg(macos)]test had been compiled and never executed. That is how theFILETIMEpanic survived behind a test named..._far_future_no_panic.Plus a first outside contribution from @Guflly (#60), who also spotted the
FILETIMEbug.Before tagging
I have not tagged. crates.io versions are immutable — that is what cost us 2.0.1 and 2.0.2 — so the tag is yours to push once this looks right:
196 tests, fmt/clippy clean, macOS + Windows type-check.