Skip to content

Releases: gilmaimon/ArduinoWebsockets

0.5.4

Choose a tag to compare

@gilmaimon gilmaimon released this 03 Jun 19:40
26eecea

0.5.4 - Merged #158

0.5.3

Choose a tag to compare

@gilmaimon gilmaimon released this 06 Aug 09:55
917809c

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

0.5.2

Choose a tag to compare

@gilmaimon gilmaimon released this 29 Jul 20:26
e94f2c3

Connection timeout added #104

0.5.1

Choose a tag to compare

@gilmaimon gilmaimon released this 10 May 17:52
5d90e9b

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

0.5.0

Choose a tag to compare

@gilmaimon gilmaimon released this 28 Nov 20:33
41f84c9

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

Choose a tag to compare

@gilmaimon gilmaimon released this 23 Jul 19:21
ddab1a9

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

Choose a tag to compare

@gilmaimon gilmaimon released this 25 Apr 17:58
84d7a5d

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

Choose a tag to compare

@gilmaimon gilmaimon released this 21 Apr 09:58
08dd95e

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

Choose a tag to compare

@gilmaimon gilmaimon released this 24 Feb 17:51
27e6593

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

Choose a tag to compare

@gilmaimon gilmaimon released this 23 Nov 11:26
46f3442

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.