Skip to content

Releases: smasherprog/websocket_lite

Connection fix

02 Oct 04:21
Compare
Choose a tag to compare

Fixed issue on onnections

Cmake build update

24 Sep 15:15
Compare
Choose a tag to compare

fixed several bugs with cmake builds

New API

23 Sep 19:00
Compare
Choose a tag to compare

Cleaned up the API significantly
Added the ability to configure the TLS context
Cleaned up the internal codebase

First Stable release

04 Sep 23:54
Compare
Choose a tag to compare
1.0.0

Update README.md

Added automatic ping

04 Aug 12:47
Compare
Choose a tag to compare

Library will now ping at a regular interval to keep the connection alive.

First Stable release

31 Jul 03:50
Compare
Choose a tag to compare

Fixed extra data read on connection
Now Stable

Fixes .... and Implementation

31 Jul 00:52
Compare
Choose a tag to compare

Fixed Close race conditions
Added missing public API for websocet status

Connection Fix

02 Jun 13:14
Compare
Choose a tag to compare

Fixed issue where some connections were dropped.

API Revamp

02 Jun 04:06
Compare
Choose a tag to compare

Public API has been updated to be more clear and concise.
Internal implementation cleaned up as well.

Websocket Lite 1.0.0

28 May 21:34
Compare
Choose a tag to compare

Stable release with support for rfc6455