leotaku / tower-livereload

Tower middleware to automatically reload your web browser during development
Apache License 2.0
59 stars 5 forks source link

Upgrade to `http` and `http_body` 1.0.0 #6

Closed leotaku closed 7 months ago

leotaku commented 8 months ago

Just putting this here to inform users that support for http and http_body versions 1.0.0 is already implemented in a local branch. However, I will most likely wait with making a release that supports these versions until the ecosystem has somewhat adapted to them. While tower-livereload does not depend on hyper, upgrading to http and http_body 1.0.0 for many projects also means upgrading to hyper 1.0.0, which is why an ecosystem upgrade might take a while.

Here are some projects that I personally consider relevant:

If you have any opinions about this approach, feel free to comment here.

leotaku commented 7 months ago

Completed as part of the 0.9.0 release.