Skip to content

Releases: Vovaman/micropython_async_websocket_client

v0.3.5

27 Jul 20:31
479d306
Compare
Choose a tag to compare

Some bugs fixes. See example of using for fixes while handshaking.

v0.3.4

07 May 13:53
9ce1cee
Compare
Choose a tag to compare

Small fixes

v0.3.3

04 May 14:06
a883b27
Compare
Choose a tag to compare

CERT_NONE and CERT_OPTIONAL are added for TLS.

v0.3.0

03 May 20:07
2db5fde
Compare
Choose a tag to compare

TLS support is added.
Install method is changed.

v0.2.1

25 Sep 20:27
f33c399
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Test links.
Don't use this release.

v0.2.0

23 Apr 17:32
Compare
Choose a tag to compare

Fix for big data packet.
Author: mutatrum

v0.1.9

05 Mar 18:36
db91029
Compare
Choose a tag to compare

Method close() is added.

v0.1.8

18 Feb 12:25
9a096c0
Compare
Choose a tag to compare

Partial support for wss protocol is added.
Author: huytranle

⚠️ Disclaimer! Server and client certificates verification
is not supported in this version.
Waiting for new micropython release...

v0.1.7

18 Oct 17:57
Compare
Choose a tag to compare

Websocket can send custom headers to server in handshake function. Author: pluzmedia

First working release

24 Jan 18:08
f8bd762
Compare
Choose a tag to compare

First working release.
AsyncWebsocketClient - class to connect and keep alive connection to server. Allows send and read data.