actix-web v2.0.0-rc Release Notes

Release Date: 2019-12-20 // over 4 years ago
  • ๐Ÿ”„ Changes

    [2.0.0-rc] - 2019-12-20

    ๐Ÿ”„ Changed

    ๐Ÿšš Move BodyEncoding to dev module #1220

    ๐Ÿ‘ Allow to set peer_addr for TestRequest #1074

    ๐ŸŒ Make web::Data deref to Arc #1214

    Rename App::register_data() to App::app_data()

    HttpRequest::app_data<T>() returns Option<&T> instead of Option<&Data<T>>

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix AppConfig::secure() is always false. #1202

    [2.0.0-alpha.6] - 2019-12-15

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed compilation with default features off

    [2.0.0-alpha.5] - 2019-12-13

    โž• Added

    • โž• Add test server, test::start() and test::start_with()

    [2.0.0-alpha.4] - 2019-12-08

    โœ‚ Deleted

    • โœ‚ Delete HttpServer::run(), it is not useful witht async/await

    [2.0.0-alpha.3] - 2019-12-07

    ๐Ÿ”„ Changed

    • Migrate to tokio 0.2

    [2.0.0-alpha.1] - 2019-11-22

    ๐Ÿ”„ Changed

    Migrated to std::future

    โœ‚ Remove implementation of Responder for (). (#1167)