Releases: gilmaimon/ArduinoWebsockets
Releases · gilmaimon/ArduinoWebsockets
0.5.3
Merged PR by ln-12 which added a connectSecure
method to support WSS connection with the classic interface (host, port, path).
0.5.2
Connection timeout added #104
0.5.1
CA Certs and Fingerprints updated (see patch notes in readme)
0.5.0
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
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
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
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
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
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.