v0.3.2
Features:
- Add
Filter::then()
, which is likeFilter::map()
in that it's infallible, but is async likeFilter::and_then()
. - Add
redirect::found()
reply helper that returns302 Found
. - Add
compression-brotli
andcompression-gzip
cargo features to enable only the compression you need. - Allow
HEAD
requests to be served tofs::dir()
filters. - Allow
path!()
with no arguments.
Fixes:
- Update private dependencies Tungstenite and Multipart.
- Replaces uses of
futures
withfutures-util
, which is a smaller dependency.
New Contributors
- @viraptor made their first contribution in #825
- @zenria made their first contribution in #835
- @Aankhen made their first contribution in #849
- @FlorianDr made their first contribution in #843
- @adamchalmers made their first contribution in #858
- @ekzhang made their first contribution in #860
- @utkarshkukreti made their first contribution in #696
- @johannescpk made their first contribution in #861
- @sindreij made their first contribution in #864
- @haileys made their first contribution in #701
- @In-line made their first contribution in #836
- @0xdeafbeef made their first contribution in #839
- @emesterhazy made their first contribution in #866
- @joseluisq made their first contribution in #869
- @JasterV made their first contribution in #873
- @aujxn made their first contribution in #876
- @simonborje made their first contribution in #883
- @yaymukund made their first contribution in #885
- @SeanChao made their first contribution in #890
- @e-user made their first contribution in #877
- @gtsiam made their first contribution in #878
- @bkgood made their first contribution in #896
- @nylonicious made their first contribution in #906
- @some-dood made their first contribution in #912