Releases: Kezzo/reliable-udp
1.2.1-alpha
Changelog:
Add more unit-tests
Fix incorrect variable names
Rename acks to packetAcks to clarify their origin
Move PacketHeader creation to PacketHeader class
Fix message deduplication
Fix MessageTypeId not being set for received messages
Also published via nuget:
https://www.nuget.org/packages/ReliableUdp/1.2.1-alpha
1.2.0-alpha
Changelog:
Change entire library to run synchronously to let users handle async sending/receival
Also published via nuget:
https://www.nuget.org/packages/ReliableUdp/1.2.0-alpha
1.1.0-alpha
Changelog:
Add netstandard2.0 to target frameworks
Implement support for unordered receival and unreliable messages
Add server example
Rename ReliableUdpHub to ReliableUdpClient
Add reliability functionality test
Implement ITimestampProvider allowing better testing and different timestamp system injection
Add console app example
Also published via nuget:
https://www.nuget.org/packages/ReliableUdp/1.1.0-alpha
1.0.1-alpha
Adds licensing and missing metadata to project files.
Also published via nuget:
https://www.nuget.org/packages/ReliableUdp/1.0.1-alpha
1.0.0-alpha
Intial release including basic functionality. This is a pre-release and is not production ready!