Skip to content

Releases: MidLevel/Ruffles

v5.4.4

11 Dec 20:10
27ac220
Compare
Choose a tag to compare

5.4.4 (2019-12-11)

Bug Fixes

  • Fixed connection resetting when packet merging is disabled (27ac220)

v5.4.3

11 Dec 19:09
fafe3a6
Compare
Choose a tag to compare

5.4.3 (2019-12-11)

Performance Improvements

  • Removed global send lock (fafe3a6)

v5.4.2

11 Dec 19:00
5a0657b
Compare
Choose a tag to compare

5.4.2 (2019-12-11)

Bug Fixes

  • Fixed exception when reliable window is exhausted and memory manager is trying to dealloc null pointers (5a0657b)

v5.4.1

11 Dec 18:44
e92de94
Compare
Choose a tag to compare

5.4.1 (2019-12-11)

Performance Improvements

  • Improved message merge performance by removing unpack lock (e92de94)

v5.4.0

11 Dec 15:28
777705c
Compare
Choose a tag to compare

5.4.0 (2019-12-11)

Features

  • Added separate ConnectionRequestTimeout and HandshakeTimeout (777705c)

v5.3.0

10 Dec 16:33
2cc91f6
Compare
Choose a tag to compare

5.3.0 (2019-12-10)

Features

  • Made the whole API thread safe (2cc91f6)

v5.2.0

10 Dec 16:12
7f4b0ed
Compare
Choose a tag to compare

5.2.0 (2019-12-10)

Features

  • Added safety when no event delivery method is present (7f4b0ed)

v5.1.3

10 Dec 14:55
0f777d1
Compare
Choose a tag to compare

5.1.3 (2019-12-10)

Bug Fixes

  • Fixed socket stop and shutdown (0f777d1)

v5.1.2

25 Nov 16:56
f5ae3c6
Compare
Choose a tag to compare

5.1.2 (2019-11-25)

Bug Fixes

  • Fix memory leak when wrapping window due to packet loss (f5ae3c6)

v5.1.1

22 Nov 15:12
735e975
Compare
Choose a tag to compare

5.1.1 (2019-11-22)

Bug Fixes

  • Fixed invalid connection challenges being sent due to race (735e975)