actix-web v3.0.0-alpha.1 Release Notes

Release Date: 2020-03-11 // about 4 years ago
  • ➕ Added

    • ➕ Add helper function for creating routes with TRACE method guard web::trace()
    • Add convenience functions test::read_body_json() and test::TestRequest::send_request() for testing.

    🔄 Changed

    • 👉 Use sha-1 crate instead of unmaintained sha1 crate
    • Skip empty chunks when returning response from a Stream [#1308]
    • ⚡️ Update the time dependency to 0.2.7
    • ⚡️ Update actix-tls dependency to 2.0.0-alpha.1
    • ⚡️ Update rustls dependency to 0.17

    🌐 [#1308]: https://github.com/actix/actix-web/pull/1308