Skip to content

Releases: gilmaimon/ArduinoWebsockets

0.4.13

19 Oct 12:00
Compare
Choose a tag to compare

Patch - added yield calls in order to prevent software-watchdog resets on esp8266 (on long messages). Thank you elC0mpa for documenting and helping with the issue.

0.4.12

12 Oct 13:14
Compare
Choose a tag to compare

Patch - Messages are now sent as a single TCP buffer instead of separate messages. Thank you elC0mpa for posting the issue.

0.4.11

05 Oct 13:20
Compare
Choose a tag to compare

Bugfixes - masking settings used to not get copied when using assignment between WebsocketClient instances. Also handshake validation is now case insensitive. Thank you logdog2709 for pointing out the issue.

0.4.10

09 Aug 20:46
e4289f1
Compare
Choose a tag to compare

Patch - Bugfix. Fixed a bug (and general in-stability) caused from unchecked and unsafe read operations on sockets. Also improved memory usage and management. Thank you Jonty for openning and helping with the issue!

0.4.9

01 Aug 17:20
Compare
Choose a tag to compare

Bugfix. Worked around a bug where connecting to unavailable endpoints would not return false (this is a bug with the WiFiClient library itself). Added some missing keywords. Thank you Nufflee for pointing out the issue!

0.4.8

25 Jul 18:37
66b25ca
Compare
Choose a tag to compare

Feature. Added an addHeader method as suggested in issue #22). Thank you mmcArg!

0.4.7

25 Jul 17:35
1776b82
Compare
Choose a tag to compare

Bugfix. Fixed issues with receving large messages (unchecked reads) which was pointed out in in issue #21). Thank you Jonty!

0.4.5

14 Jun 15:50
Compare
Choose a tag to compare

Patch! Fixed a memory leak and an unnecessary use of heap memory in case of masking messages. This was discoverd thanks to issue #16. Thank you xgarb!

0.4.4

08 Jun 21:58
Compare
Choose a tag to compare

Patch! Fixed an issue with close event callback not called in some cases (sudden disconnect, for example). Thank you @adelin-mcbsoft for pointing out the issue (related issue)

0.4.3

07 Jun 10:12
Compare
Choose a tag to compare

Incompatibility with FireFox websockets client (and probably others) is now fixed.
Thank you @xgarb #11