v1.1.0
Synergy release — shared primitives for protocol-oriented apps + seamless TLS renewal. Backward-compatible.
ConnectionCodec<T>+TypedConnection<T>— a first-class "codec over a raw duplex connection" primitive. NodeMessageCodecis now aConnectionCodec<NodeControlMessage>;NodeRuntimeconsumes aTypedConnection.- Gap-free TLS rebind —
HttpTransport.rebind()binds a freshsharedlistener on the same port with the renewed cert and drains the old gracefully; live connections survive certificate renewal. ReloadableFileTlsnow detects changes by byte content (catches same-size rotations; keeps the old cert on a partial write).
Published to pub.dev/packages/omnyhub 1.1.0. See the CHANGELOG.