actix-web v1.0.8 Release Notes

Release Date: 2019-09-25 // over 4 years ago
  • โž• Added

    • Add Scope::register_data and Resource::register_data methods, parallel to App::register_data.

    • โž• Add middleware::Condition that conditionally enables another middleware

    • ๐Ÿ‘ Allow to re-construct ServiceRequest from HttpRequest and Payload

    • โž• Add HttpServer::listen_uds for ability to listen on UDS FD rather than path, which is useful for example with systemd.

    ๐Ÿ”„ Changed

    • ๐Ÿ‘‰ Make UrlEncodedError::Overflow more informativve

    • โœ… Use actix-testing for testing utils