Releases: MirageNet/SteamyFaceNG
Releases · MirageNet/SteamyFaceNG
v6.0.0
6.0.0 (2022-05-11)
Bug Fixes
- added MaxPacketSize to SteamSocketFactory (e63c01b)
BREAKING CHANGES
- Requires Mirage 120.0.0 or newer
v5.0.0
5.0.0 (2021-10-01)
Bug Fixes
- prevent KeyNotFoundException from Send in some edge cases (e4c3c5a)
BREAKING CHANGES
- SteamEndPoint.address renamed to SteamEndPoint.Address
v4.0.5
4.0.5 (2021-09-01)
Bug Fixes
- sends dont cause endpoint changes (32fc25f)
v4.0.4
4.0.4 (2021-07-26)
Performance Improvements
- use class for SteamEndPoint to prevent boxing (88b95bc)
v4.0.3
4.0.3 (2021-07-21)
Bug Fixes
- switched Facepunch.Posix to Linux (48b02af)
v4.0.2
4.0.2 (2021-07-21)
Bug Fixes
- update Facepunch libs for Linux (230624c)
v4.0.1
4.0.1 (2021-07-20)
Bug Fixes
- build on Linux no longer fails (ca0822c)
v4.0.0
4.0.0 (2021-07-09)
Features
BREAKING CHANGES
-
switched to new ISocket API, requires Mirage 96+
-
docs: Updated README
-
feat: Added options to control Steam init and running callbacks
-
feat: Support latest Mirage
-
SteamEndPoint implements IEndPoint
-
use struct instead of class
-
Update deps
-
fix: Prevent peer from trying to send data on closed connections
-
doc: readme
v3.0.0
3.0.0 (2021-03-16)
Bug Fixes
- using Mirage.Logging namespace for LogFactory (8b0d2c8)
BREAKING CHANGES
v2.0.0
2.0.0 (2021-03-11)
Code Refactoring
- use Send instead of SendAsync (261c841)
BREAKING CHANGES
- Compatibility with Mirage 74.0.0+