actix-web v1.0.0-beta.1 Release Notes

Release Date: 2019-04-20 // about 5 years ago
  • ➕ Added

    • ➕ Add helper functions for reading test response body, test::read_response() and test::read_response_json()`

    • ➕ Add .peer_addr() #744

    • ➕ Add NormalizePath middleware

    🔄 Changed

    • 📇 Rename RouterConfig to ServiceConfig

    • ✅ Rename test::call_success to test::call_service

    • ✂ Removed ServiceRequest::from_parts() as it is unsafe to create from parts.

    • CookieIdentityPolicy::max_age() accepts value in seconds

    🛠 Fixed

    • 🛠 Fixed TestRequest::app_data()