actix-web v1.0.0 Release Notes

Release Date: 2019-06-05 // almost 5 years ago
  • ➕ Added

    • ➕ Add Scope::configure() method.

    • ➕ Add ServiceRequest::set_payload() method.

    • ➕ Add test::TestRequest::set_json() convenience method to automatically serialize data and set header in test requests.

    • ➕ Add macros for head, options, trace, connect and patch http methods

    🔄 Changed

    • ⬇️ Drop an unnecessary Option<_> indirection around ServerBuilder from HttpServer. #863

    🛠 Fixed

    • 🛠 Fix Logger request time format, and use rfc3339. #867

    • Clear http requests pool on app service drop #860