Skip to content

Releases: stephank/hyper-staticfile

v0.5.0

16 Dec 14:55
19d34d2
Compare
Choose a tag to compare
  • Upgraded to Hyper 0.13

v0.4.2

16 Dec 14:54
Compare
Choose a tag to compare
  • Upgraded mime_guess to 2.x.

v0.4.1

16 Dec 14:53
Compare
Choose a tag to compare

v0.4.0

26 Jul 18:10
Compare
Choose a tag to compare

In this release, support was added for automatically setting the Content-Type header based on the file extension (via the mime_guess crate). Thanks @willemolding!

v0.3.1

26 Jul 18:02
Compare
Choose a tag to compare
  • Fixed directory indexes on Windows.

v0.3.0

26 Jul 18:01
Compare
Choose a tag to compare

This release now builds on top of Hyper 0.12 (instead of 0.11), a fairly large change. Everything is now async, and internally there's less use of Box (heap allocations).

v0.2.0

26 Jul 17:58
Compare
Choose a tag to compare

The most significant change in this release is the removal of the Handle parameter.

  • Switched away from deprecated boxed().
  • Switched to new tokio crate (from tokio_core)

v0.1.1

26 Jul 17:56
Compare
Choose a tag to compare
  • Switched away from the deprecated BoxFuture.

v0.1.0

26 Jul 17:54
Compare
Choose a tag to compare

Initial release.