Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Releases: MirrorNetworking/SimpleWebTransport

v0.8.2

27 Jan 21:49
e7bca9b
Compare
Choose a tag to compare

0.8.2 (2021-01-27)

Bug Fixes

  • removing unimportant error (e7bca9b)

v0.8.1

07 Dec 18:06
Compare
Choose a tag to compare

0.8.1 (2020-12-07)

Bug Fixes

  • making new clientUseWss field public (b3a448d)

v0.8.0

07 Dec 16:41
Compare
Choose a tag to compare

0.8.0 (2020-12-07)

Features

  • adding option to allow for tls outside of the transport (bebeb0e)

v0.7.2

17 Nov 00:22
68762b9
Compare
Choose a tag to compare

0.7.2 (2020-11-17)

Performance Improvements

v0.7.1

11 Nov 00:41
ea470a5
Compare
Choose a tag to compare

0.7.1 (2020-11-11)

Bug Fixes

  • Error event should now correctly be called (ea470a5)

v0.7.0

31 Oct 21:39
Compare
Choose a tag to compare

0.7.0 (2020-10-31)

Features

  • adding option to configure handshakeMaxSize (ffbf232)

v0.6.6

29 Oct 22:07
Compare
Choose a tag to compare

0.6.6 (2020-10-29)

Bug Fixes

  • updating transport for mirror v26 (9b6bbe0)

v0.6.5

28 Oct 14:24
Compare
Choose a tag to compare

0.6.5 (2020-10-28)

Bug Fixes

  • fixing null ref exection when connection is created for standalone client (2b15b22)

v0.6.4

28 Oct 01:48
Compare
Choose a tag to compare

0.6.4 (2020-10-28)

Bug Fixes

  • changing other incorrect encoding (adcceb1)

v0.6.3

28 Oct 01:42
Compare
Choose a tag to compare

0.6.3 (2020-10-28)

Bug Fixes

  • fixing error where standalone client would not correctly stop after failing to connect (bb6d9f8)
  • using ASCII encoding to follow RFC spec (9250193)