Skip to content

Releases: NosCoreIO/NosCore.Networking

8.0.0

24 Apr 05:34
f09e8af

Choose a tag to compare

7.2.0

24 Apr 01:15
324892f

Choose a tag to compare

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

22 Apr 10:44
bbd4302

Choose a tag to compare

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

14 Jan 11:35
14982c8

Choose a tag to compare

Merge pull request #103 from NosCoreIO/RemoveDotnetty

migrate to supersocket

6.0.0

06 Feb 11:23

Choose a tag to compare

fix delimiter

5.0.0

03 Feb 09:45

Choose a tag to compare

5.0.0

add configuration for pipeline

03 Feb 06:40

Choose a tag to compare

add configuration for pipeline

4.0.3

03 Feb 06:23

Choose a tag to compare

make it possible for DI

fix pipeline

03 Feb 05:52

Choose a tag to compare

fix pipeline

fix packet pipeline

03 Feb 05:34

Choose a tag to compare

fix packet pipeline