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

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

    • ➕ Add raw services support via web::service()

    • ➕ Add helper functions for reading response body test::read_body()

    • ➕ Add support for remainder match (i.e "/path/{tail}*")

    • Extend Responder trait, allow to override status code and headers.

    • Store visit and login timestamp in the identity cookie #502

    🔄 Changed

    • .to_async() handler can return Responder type #792

    🛠 Fixed

    • 🛠 Fix async web::Data factory handling