Skip to content

Releases: Toemsel/Network

6.2.5.23

31 Aug 01:15
Compare
Choose a tag to compare
  • Documentation update
  • IPv6 support added
  • .NET 5 support added
  • Removed .NET46 and .NET5 build target
  • Bluetooth support removed

6.2.4.21

11 Aug 22:55
Compare
Choose a tag to compare
  • SecureClientConnectionContainer factory changes
  • Concurrent Send/Receive Bugfix

6.1.4.20

04 Jan 21:42
3df5e9c
Compare
Choose a tag to compare
  • ServerConnectionContainer Connection Count Bugfix
  • RawData PacketHandler Bugfix
  • State of the art thread cancellation

6.1.3.18

20 Oct 01:25
Compare
Choose a tag to compare
  • Server and Client may have their own RSA key size configuration.
  • Custom RSA key sizes won't lead to an exception anymore.
  • Bugfix for the "Connection.Close" implementation for .NET Core.
  • Higher detail packet logging, including ipAddresses.
  • UdpConnection: IPRemote and IPLocalEndpoint bugfix.

6.1.3.17

18 Oct 21:09
Compare
Choose a tag to compare
  • Server and Client may have their own RSA key size configuration.
  • Custom RSA key sizes won't lead to an exception anymore.
  • Bugfix for the "Connection.Close" implementation for .NET Core

6.1.2.14

30 May 19:58
Compare
Choose a tag to compare
  • ThrowExceptionOnUndeliverablePackets property within the ClientConnectionContainer added.
  • ClientConnectionContainer refactorings. Sending packets with a broken connection isn't possible anymore.
  • Bugfixes within the TcpConnection. (Reading bytes and resolving packet-types)
  • Performance improvements within the packet response resolution.
  • Some, as in previous versions obsolete marked, methods removed.
  • PacketHandler switched to "internal" to avoid unintended modifications.
  • CloseReason "Unknown" removed.

6.1.1.9

02 May 19:54
Compare
Choose a tag to compare
  • RSA is capable of sending/receiving larger packets. ( > 128 bytes)
  • Sending Enums Bugfix
  • ServerConnectionContainer CloseTcpConnection Bugfix
  • Comments and refactorings

6.1.0.7

12 Mar 20:46
Compare
Choose a tag to compare
Example adjusted to make it work again.

Open TcpConnection (none-async) won't cause a deadlock anymore.
Packets (without RequestPacket as inheritance) are receivable.
Version increment.

6.1.0.4

10 Mar 16:40
Compare
Choose a tag to compare
Version increment for nuget package

6.1.0.2

21 Oct 04:42
Compare
Choose a tag to compare
  • Release Preview dependencies removed