Skip to content

Releases: gilmaimon/ArduinoWebsockets

0.5.4

03 Jun 19:40
26eecea
Compare
Choose a tag to compare

0.5.4 - Merged #158

0.5.3

06 Aug 09:55
917809c
Compare
Choose a tag to compare

Merged PR by ln-12 which added a connectSecure method to support WSS connection with the classic interface (host, port, path).

0.5.2

29 Jul 20:26
e94f2c3
Compare
Choose a tag to compare

Connection timeout added #104

0.5.1

10 May 17:52
5d90e9b
Compare
Choose a tag to compare

CA Certs and Fingerprints updated (see patch notes in readme)

0.5.0

28 Nov 20:33
41f84c9
Compare
Choose a tag to compare

Support for Teensy 4.1 added by the awesome @arnoson. Supporting plaintext client/server communication and providing new and useful examples. Thank you arnoson!

0.4.18

23 Jul 19:21
ddab1a9
Compare
Choose a tag to compare

Merged pull request by Adelin U (@adelin-mcbsoft) which fixed issue #84 - SSL bug-fixing, implemented public-key certificate validation & EC Certificates for client-side. Thank you Adelin!

0.4.17

25 Apr 17:58
84d7a5d
Compare
Choose a tag to compare

Merged pull request by Luka Bodroža (@zastrixarundell) which fixed issue #69 - default headers (like Origin, Host) are now customizable via the addHeader method. Thank you zastrixarundell for the contribution.

0.4.16

21 Apr 09:58
08dd95e
Compare
Choose a tag to compare

Merged pull request by @Oofnik which added 2 way SSL auth for ESP32 and ES8266. Thank you very oofnik for the contribuation

0.4.15

24 Feb 17:51
27e6593
Compare
Choose a tag to compare

Added Origin and User-Agent headers to requests sent by the library, this seems to be required by some servers. Thank you imesut for pointing out the issue.

0.4.14

23 Nov 11:26
46f3442
Compare
Choose a tag to compare

Added rawData and c_str as acccessors in WebsocketsMessage so now the raw data can be acccessed which should solve issue #32 and not break any existing sketch.