snapview / tungstenite-rs

Lightweight stream-based WebSocket implementation for Rust.
Apache License 2.0
1.79k stars 208 forks source link

New release for working with Http 1.0? #389

Closed andyquinterom closed 6 months ago

andyquinterom commented 7 months ago

I'm working on a project right now, using hyper 1.0 and therefore http 1.0. A new release for tungstenite and maybe Tokio-tungstenite would make life much easier.

Is there a roadmap for a new release?

agalakhov commented 7 months ago

Maybe we can release right now, I'll look at it. We already have 1.0 in master. Does the master version work for you?

andyquinterom commented 7 months ago

@agalakhov
Master works perfectly for my use case. Just tried it alongside tokio-tungstenite and now I have no problems :)

andyquinterom commented 7 months ago

Any updates on this? Is there any way I can help?

agalakhov commented 7 months ago

I just published v0.21.0. Enjoy :)

andyquinterom commented 7 months ago

I just published v0.21.0. Enjoy :)

🎉🎉🎉🎉 Amazing thank you so much

andyquinterom commented 7 months ago

Just created an issue on Tokio-tungstenite to update to 0.21

Once again, thank you thank you thank you

alexheretic commented 7 months ago

We should also update the changelog now a new release is out