quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.76k stars 380 forks source link

0.9 release planning #1419

Closed terrarier2111 closed 1 year ago

terrarier2111 commented 1 year ago

When will there be a new release? It has almost been a year since the last one was made and there were a decent amount of new things that quinn's users could benefit from is there a reason why no new release was made in such a long period of time?

Ralith commented 1 year ago

0.8.5 was released about a month ago. I'd be happy to put out 0.9 soon, though, since we finally merged the big pending API changes.

On Wed, Oct 5, 2022, 10:02 AM terrarier2111 @.***> wrote:

When will there be a new release? It has almost been a year since the last one was made and there were a decent amount of new things that quinn's users could benefit from is there a reason why no new release was made in such a long period of time?

— Reply to this email directly, view it on GitHub https://github.com/quinn-rs/quinn/issues/1419, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAZQ3X6EHXHD6I5YXDMZ7LWBWYBXANCNFSM6AAAAAAQ5XSZVI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

djc commented 1 year ago

I think we should probably get #1219 in first, though?

Ralith commented 1 year ago

I'm actually conflicted on that. IIRC that's a purely internal change, and if it has bugs, it might be nice to be able to yank its release without pushing people back to 0.8. I would like to fix https://github.com/quinn-rs/quinn/issues/1421 though ~if we get a repro for it~.

Ralith commented 1 year ago

With that fixed I don't have anything else on my wishlist, and I'm content to pursue #1219 as followup non-breaking update. Any other blockers?

Fhokud commented 1 year ago

Can you update the version on the release page?It still stays at 0.8.0.

zicklag commented 1 year ago

@Fhokud it looks like the release hasn't actually been made yet.


I think I'm going to be using Quin with the new custom executor option so I can integrate it with Bevy's built-in async executor, so if this is ready, a release would be useful to me too.

djc commented 1 year ago

Some more work to do in #1431.

zicklag commented 1 year ago

The release is out! 🎉

Big thanks for Quinn!