Skip to content

Releases: uNetworking/uWebSockets

v0.15 release candidate 2

26 Jan 21:18
Compare
Choose a tag to compare
  • Update marks, it's now for both Http and WebSockets while being shorter in total than previous versions.

v0.15 release candidate 1

26 Jan 18:18
Compare
Choose a tag to compare
  • Remove all debug prints.
  • Update user manual a bit, correct obvious typos.

v0.15 beta 3

26 Jan 14:21
Compare
Choose a tag to compare
v0.15 beta 3 Pre-release
Pre-release
  • Fixes a few WebSocket behavioral bugs
  • Refactored to new µSockets API

v0.15 beta 4

26 Jan 16:40
Compare
Choose a tag to compare
v0.15 beta 4 Pre-release
Pre-release
  • WebSocket::end is used to gracefully end a WebSocket session, much like HttpResponse::end is used to gracefully end a request.
  • WebSocket::close is now AsyncSocket::close just like how HttpResponse::close is also.

v0.15 beta 2

24 Jan 12:31
Compare
Choose a tag to compare
v0.15 beta 2 Pre-release
Pre-release
  • Make every function move-only
  • Move over backpressure from upgraded Http socket to WebSocket
  • Add simple and initial user manual, update readme for 2019.

v0.15 beta 1

22 Jan 18:03
Compare
Choose a tag to compare
v0.15 beta 1 Pre-release
Pre-release
  • Many stability and behavioral fixes
  • New router features; app.any, get & ws routes no longer collide, etc.
  • WebSocket close events now emit
  • Many debug prints removed
  • Move semantics for app
  • Compiles and runs on macOS, Linux, Windows
  • Loop::setPreHandler
  • Move-only functions for HttpResponse

v0.15 alpha 5

05 Jan 00:19
04437c5
Compare
Choose a tag to compare
v0.15 alpha 5 Pre-release
Pre-release
  • Fix all known memory leaks (purposefully left until now).
  • Adds uWS::destroy() to clean-up per-thread memory on exit.
  • Fixes a few memory mistakes only caught now that we actually clean up after us.
  • Use UWS_NO_ZLIB and LIBUS_NO_SSL in examples build.
  • Add simple "compiling" section in docs.

v0.15 alpha 4

30 Dec 13:12
Compare
Choose a tag to compare
v0.15 alpha 4 Pre-release
Pre-release
  • Last per-platform code removed, all standard C++ now.
  • Hook up maxPayloadLength.
  • Support UWS_NO_ZLIB for building without Zlib.
  • Add close, drain events.
  • Various stability fixes.

v0.15 alpha 3

28 Dec 10:12
Compare
Choose a tag to compare
v0.15 alpha 3 Pre-release
Pre-release
  • WebSocket getUserData implemented.
  • WebSockets working on Windows now.
  • Various fixes via uSockets v0.0.6 update.

v0.15 alpha 2

22 Dec 05:11
Compare
Choose a tag to compare
v0.15 alpha 2 Pre-release
Pre-release
  • Send compression added, both SHARED_COMPRESSOR and DEDICATED_COMPRESSOR.