Skip to content

v8.0.0

Choose a tag to compare

@jondubois jondubois released this 03 Dec 23:19
· 271 commits to master since this release

Added subscription batching - This allows the client to subscribe to multiple channels using a single WebSocket frame for a performance boost.

Breaking change:

Bug fix: the 'raw' event argument will now always be a string. There was an issue in older versions where a JSON string would be cast to an object.