New
v0.3.7
tl;dr
- Features:
- Add ecc private key support to
tls()config.
- Add ecc private key support to
- Fixes:
- Several dependency upgrades.
What's Changed
- deps: move rustls-pemfile crate to tls feature by @tottoto in https://github.com/seanmonstar/warp/pull/1069
- ECC private keys support for
tlsfeature by @joseluisq in https://github.com/seanmonstar/warp/pull/1048 - Fix
cargo minimal-versions checkby @Finomnis in https://github.com/seanmonstar/warp/pull/1078 - deps: remove unused tokio-stream dependency by @tottoto in https://github.com/seanmonstar/warp/pull/1079
- deps: update to rustls 0.22 by @tottoto in https://github.com/seanmonstar/warp/pull/1081
- multipart: fallback to filename as part name by @wca in https://github.com/seanmonstar/warp/pull/1045
- deps: update tokio-tungstenite, tracing-log and async-compression dependency by @tottoto in https://github.com/seanmonstar/warp/pull/1085
- update to use handlebars v5 by @campeis in https://github.com/seanmonstar/warp/pull/1087
- style: clean up new rustc warnings by @seanmonstar in https://github.com/seanmonstar/warp/pull/1097
- ci: single required job by @seanmonstar in https://github.com/seanmonstar/warp/pull/1098
New Contributors
- @Finomnis made their first contribution in https://github.com/seanmonstar/warp/pull/1078
- @wca made their first contribution in https://github.com/seanmonstar/warp/pull/1045
Full Changelog: https://github.com/seanmonstar/warp/compare/v0.3.6...v0.3.7