I was looking around to find an indicator when tokio 0.3 will be released (roughly). Do you have any reference to for that?
@saschagrunert soon, we are currently working on it, there should be a milestone in the tokio repo for it.
Tokio 0.3 has been released!
Work will be going into hyper to get that upgrade so it will be a few days at a min before a new version of tonic, but we are working hard to get there!
See https://github.com/hyperium/hyper/issues/2302 for further information
@LucioFranco
prost v0.7 also released with bytes v1.0
Is the intention still to support tokio 0.3, or to jump straight to the 1.0 release?
Imho it would be better if we switched directly to tokio 1.0
Hey all sorry for the delay, the plan is this:
1) Update to the newer version of hyper
2) Update to utilities in tower when that is released (should be soon)
3) Refactor the server to fix a couple open bugs (I don't want to release a new version that still has those issues).
4) Update to prost 0.7
This is what is planned, but its not trivial atm. That said, my focus the last few months (even longer tbh) has been on tokio since we have needed a solid foundation there. Now that my work there is mostly complete (it was to help get it to 1.0), I can now focus on other areas of the stack.
Writing this as of the 28th of Dec and I am on vacation till the new year, so won't get started on this until then. Hopefully, this gives some context on why things have been a bit slow here but now that tokio 1.0 is out there is a lot of planned work that I will finally get too in 2021.
@LucioFranco thank you!
Your contribution to the Rust community is crucial and impressive.
Keep up the good work!
Most helpful comment
Hey all sorry for the delay, the plan is this:
1) Update to the newer version of hyper
2) Update to utilities in tower when that is released (should be soon)
3) Refactor the server to fix a couple open bugs (I don't want to release a new version that still has those issues).
4) Update to prost 0.7
This is what is planned, but its not trivial atm. That said, my focus the last few months (even longer tbh) has been on tokio since we have needed a solid foundation there. Now that my work there is mostly complete (it was to help get it to 1.0), I can now focus on other areas of the stack.
Writing this as of the 28th of Dec and I am on vacation till the new year, so won't get started on this until then. Hopefully, this gives some context on why things have been a bit slow here but now that tokio 1.0 is out there is a lot of planned work that I will finally get too in 2021.