Releases: stephank/hyper-staticfile
Releases · stephank/hyper-staticfile
v0.4.2
- Upgraded
mime_guess
to 2.x.
v0.4.0
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
- Fixed directory indexes on Windows.
v0.3.0
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
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
- Switched away from the deprecated
BoxFuture
.