10.0.0
Breaking Changes
You don't need to pass a URL for WebSocket. The streaming URL is automatically determined, ref: #2164
And streaming method names are changed. Please rewrite method names
userSocket
->userStreaming
publicSocket
->publicStreaming
localSocket
->localStreaming
tagSocket
->tagStreaming
listSocket
->listStreaming
directSocket
->directStreaming
What's Changed
Full Changelog: v9.2.3...v10.0.0