github actix/actix-web web-v1.0.0-beta.3
Actix web 1.0.0 beta3

latest releases: web-v4.5.1, actors-v4.3.0, test-v0.1.3...
5 years ago

Changes

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.

Don't miss a new actix-web release

NewReleases is sending notifications on new releases.