Skip to content

Releases: Kezzo/reliable-udp

1.2.1-alpha

08 Mar 19:57
Compare
Choose a tag to compare
1.2.1-alpha Pre-release
Pre-release

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

03 Mar 19:20
Compare
Choose a tag to compare
1.2.0-alpha Pre-release
Pre-release

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

20 Feb 15:37
Compare
Choose a tag to compare
1.1.0-alpha Pre-release
Pre-release

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

04 Jan 18:08
Compare
Choose a tag to compare
1.0.1-alpha Pre-release
Pre-release

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

04 Jan 16:46
Compare
Choose a tag to compare
1.0.0-alpha Pre-release
Pre-release

Intial release including basic functionality. This is a pre-release and is not production ready!