deepstream.io v2.1.0 Release Notes

  • ๐Ÿ”‹ Features

    • Record write acknowledgement. Records are now able to be set with an optional callback which will be called with any errors from storing the record in cache/storage #472

    โœจ Enhancements

    • ๐Ÿ‘• Applying an ESLint rule set to the repo #482
    • Stricter valve permissioning language checks #486 by @Iiridayn
    • ๐Ÿš€ Update uWS version to v0.12.0

    ๐Ÿ› Bug fixes

    • ๐Ÿ‘ Better handling/parsing of authentication messages #463
    • Properly returning handshake data (headers) from SocketWrapper #450
    • ๐Ÿ›  Fix case where CLIENT_DISCONNECTED is not sent from SocketWrapper #470
    • ๐Ÿ›  Fixed issue where listen does not recover from server restart #476
    • ๐Ÿ”Š Handling presence events properly. Now when a user logs in, subscribed clients are only notified the first time the user logs in, and the last time they log out #499