All Versions
49
Latest Version
Avg Release Cycle
14 days
Latest Release
93 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v0.16.5
November 25, 2019WolfSSL & improved Makefile
- ๐ uSockets now has experimental support for WolfSSL as an alternative to OpenSSL
- 0๏ธโฃ Examples now showcase SSL usage by default
- ๐ Improved Makefile; build examples with
make
to build without SSL, all default settingsWITH_OPENSSL=1 make
to build with OpenSSL 1.1+ supportWITH_WOLFSSL=1 make
to build with WolfSSL 2.4.0+ supportWITH_LIBUV=1 make
to build with Libuv supportWITH_ASAN=1 make
to build with AddressSanitizer for debugging
or any such combination.
-
v0.16.4
November 19, 2019- ๐ Fixes timeout bug for http post
-
v0.16.3
November 18, 2019๐ SSL fixes
- โก๏ธ Updates to uSockets v0.3.4
- Solves the reported issue of OpenSSL per thread error queue not being properly cleared
- โก๏ธ Updates to uSockets v0.3.4
-
v0.16.2
November 08, 2019๐ Pub/sub fixes
- ๐ Fixes (crash) bug when subscribing to same topic more than once per socket
- Properly unlinks and cleans up destroyed Apps
-
v0.16.1
October 17, 2019๐ Pub/sub fixes
- โ Adds App.publish for publishing to all websockets belonging to app
- ๐ Fixes (crash) bug when publishing to topic with no subscribers
-
v0.16.0
October 09, 2019Pub/sub & fuzzing
- ๐ New efficient MQTT-like pub/sub base support, optimized for latency and performance
- Project is now continuously fuzzed by Google OSS-Fuzz under three sanitizers with a coverage of 80-90%
- Big deal for security; most hardened release so far
- โก๏ธ Updated to uSockets v0.3.x
- ๐ Various minor fixes and features
-
v0.16.0.b3
October 08, 2019Pub/sub
- ๐ New pub/sub system with MQTT-like rules and behavior.
- Publish, subscribe, unsubscribeAll implemented, (unsubscribe is missing for now)
- โ Passes the Autobahn tests under ASAN with graceful shutdown with no leaks
-
v0.16.0.b2
August 25, 2019๐ Kqueue & Epoll fixes
- uSockets v0.3.2
-
v0.16.0.b1
August 16, 2019Http post fix
- Reset onData handler once we get the fin chunk
-
v0.16.0.a6
July 30, 2019Kqueue
- โก๏ธ Updates uSockets to v0.3.1 bringing new Kqueue and (experimental) Grand Central Dispatch event-loops.
- ๐ Various fixes.