Skip to content

Record write acknowledgements

Choose a tag to compare

@AlexBHarley AlexBHarley released this 20 Dec 14:04
· 1121 commits to master since this release

[2.1.0] - 2016.12.20

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