Skip to content

Releases: James-Frowen/SimpleWebTransport

v2.2.1

08 Jul 19:16
Compare
Choose a tag to compare

2.2.1 (2024-07-08)

Bug Fixes

  • increasing default handshake max size (5a8aaa6)

v2.2.0

24 Apr 22:03
Compare
Choose a tag to compare

2.2.0 (2024-04-24)

Features

  • adding versions of SendAll that accept ICollection or IEnumerable (28b6b25)

v2.1.1

09 Apr 19:11
Compare
Choose a tag to compare

2.1.1 (2024-04-09)

Bug Fixes

  • removing invalid auto import (a37bc02)

v2.1.0

09 Apr 19:03
Compare
Choose a tag to compare

2.1.0 (2024-04-09)

Features

  • adding option to allow ssl errors. Useful when testing with self signed cert (d956089)

v2.0.1

16 Mar 17:47
Compare
Choose a tag to compare

2.0.1 (2024-03-16)

Bug Fixes

  • updating unity version in package (b4f1f26)

v2.0.0

16 Mar 17:33
Compare
Choose a tag to compare

2.0.0 (2024-03-16)

  • fix!: removing Runtime from global scope (2e28322)

BREAKING CHANGES

  • no longer supports unity 2020 or earlier

v1.6.5

14 Mar 18:30
Compare
Choose a tag to compare

1.6.5 (2024-03-14)

Bug Fixes

  • stopping websocket variable being put in global scope (074d85b)

v1.6.4

15 Jul 19:17
Compare
Choose a tag to compare

1.6.4 (2023-07-15)

Bug Fixes

  • improving error message from opcode (41cbed0)

v1.6.3

09 Jun 17:42
Compare
Choose a tag to compare

1.6.3 (2023-06-09)

Bug Fixes

  • converting endpoint to ipv4 (49340c2)

v1.6.2

08 Jun 21:11
Compare
Choose a tag to compare

1.6.2 (2023-06-08)

Performance Improvements