Releases: NosCoreIO/NosCore.Networking
Releases · NosCoreIO/NosCore.Networking
Release list
8.0.0
7.2.0
Expose RemoteAddress on IChannel for session-IP consumers (#130) Needed so hosts can correlate a ClientSession to its peer IP without reaching into SuperSocket internals. NetworkChannel resolves it via IPEndPoint.Address; returns null when the underlying session has no routable endpoint. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
7.1.0
Include header, type and per-field errors in invalid-packet log (#128) Previously logged `null ["Invalid Enum value"]` because outgoing packets don't set Header and ValidationResult renders without member names. Now falls back to [PacketHeader] attr and formats each error as Member=Value: ErrorMessage so the offending packet can be located in trace files.
7.0.0
Merge pull request #103 from NosCoreIO/RemoveDotnetty migrate to supersocket
6.0.0
5.0.0
add configuration for pipeline
add configuration for pipeline