All Versions
99
Latest Version
Avg Release Cycle
17 days
Latest Release
-

Changelog History
Page 2

  • v5.2.2 Changes

    🔋 Feature

    • enable querying for specific user presence on http endpoint
  • v5.2.1 Changes

    🛠 Fixes

    • uws idleTimeout is in seconds! That's why it didn't closed the connection on time.
    • buffer ack messages
    • ✂ remove noDelay from default-options and use it on subscription registry as a param to enable/disable buffering
  • v5.2.0 Changes

    Task

    • Github Actions CI/CD
  • v5.1.8 Changes

    November 29, 2020

    Misc

    • ⚡️ Updating uws to support apple silicon

    🛠 Fix

    • 👷 Increasing CI heartbeat timeouts
  • v5.1.7 Changes

    November 25, 2020

    🛠 Fix

    • Calling destroy on socketWrapper instead of close, since close is a reaction and destroy an action
  • v5.1.6 Changes

    November 24, 2020

    🛠 Fix

    • 🛠 Fix #1091 heartbeat not working with node-http/ws

    This fix now adds a timestamps to every message frame recieved and sets up an interval 🐎 per socket to check heartbeat exists. Didn't do any performance tests but I'm assuming having a single interval is cheaper than setting a timeout and canceling on each message.

    This fix also exposes that we don't serialize STATE_TOPIC_REGISTRY/NOT_SUBSCRIBED message correctly which throws an error and crashes the server. That fix will require more elbow grease and hasn't been reported so will just keep an eye on issues.

  • v5.1.5 Changes

    October 29, 2020

    🛠 Fix

    • 🛠 Fix #1089 install service gives error

    Misc

    • ⚡️ Updating dependencies
  • v5.1.4 Changes

    October 17, 2020

    🛠 Fix

    • 🛠 Fixed bug causing the server to crash with older sdks.
  • v5.1.3 Changes

    August 09, 2020

    🛠 Fix

    • ⬆️ Use upgrade property for uWebSockets http server.

    Misc

    • ✅ Do not run e2e:v3 test on the pre-push hook
  • v5.1.2 Changes

    July 04, 2020

    Misc

    • ⚡️ Updating all dependencies