v8.0.0
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.