You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a new standardised logging API with debug, info, warn and error methods
the presence feature can now be used on a per user basis. The online status of individual users can be queried for as well as subscribed to. Check out the tutorial on our website here
Improvements
perMessageDeflate option can now be passed to uws, courtesy of @daviderenger#786
various fixes and performance improvements to the subscription registry #780, courtesy of @ronag.
Fixes
allow updating and writing to Lists via the HTTP API #788 courtesy of @rbarroetavena
no data when sending HTTP requests is now considered undefined, rather than null #798.
Miscellaneous
internal refactor to pull e2e client operations into framework and abstract from Cucumber steps.