snapview / tokio-tungstenite

Future-based Tungstenite for Tokio. Lightweight stream-based WebSocket implementation
MIT License
1.88k stars 236 forks source link

the dependencie of tungstenite has released a new version,wish to publish a follower version #209

Closed aa51513 closed 2 years ago

aa51513 commented 2 years ago

the newest version of tungstenite is v0.17.1 which allows to specify the host parameter

Special Note: This is a compatible new version and will not cause compatibility issues will a new version be released to follow ?

daniel-abramov commented 2 years ago

The new version could be published in the following days.

It's not fully backward-compatible with the older version due to the change in the behavior of how the user's requests (headers etc) are processed, please check the changelog for more information. However, if you never passed custom Requests to the library, then it's perfectly backward-compatible (hope I got your question right).