Release notes¶
This page mirrors the GitHub Releases feed, with a short summary per version.
Unreleased¶
- Initial public docs site (mkdocs-material) wired up at https://rhp2lib.pages.dev/.
0.1.x — initial cut¶
RhpV2.Clientlibrary targetingnet10.0:- 2-byte big-endian framing.
- Strongly-typed DTOs for all 22 RHPv2 message types.
RhpClientwith async request/reply correlation and event-style notifications (Received,Accepted,StatusChanged,Closed,Disconnected,UnknownReceived).- Tolerates spec quirks (
errCodevserrcode,ConnectReplyPascalCase) on read.
MockRhpServershipped with the library.rhpCLI withprobe,chat,mon,send,serve.- CI matrix on ubuntu / windows / macOS.
- Release workflow that publishes self-contained single-file binaries
for
linux-x64,linux-arm64,linux-musl-x64,win-x64,win-arm64,osx-x64,osx-arm64, and packs the NuGet. - 31-test xunit suite.