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

Release Date: 2019-05-04 // almost 5 years ago
  • โž• Added

    • โž• Add helper function for executing futures test::block_fn()

    ๐Ÿ”„ Changed

    • ๐Ÿ”ง Extractor configuration could be registered with App::data() or with Resource::data() #775

    • ๐Ÿšš Route data is unified with app data, Route::data() moved to resource level to Resource::data()

    • CORS handling without headers #702

    • ๐Ÿ‘ Allow to construct Data instances to avoid double Arc for Send + Sync types.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix NormalizePath middleware impl #806

    โœ‚ Deleted

    • App::data_factory() is deleted.