github actix/actix-web web-v3.0.0-beta.2
actix-web: v3.0.0-beta.2

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

Changed

  • PayloadConfig is now also considered in Bytes and String extractors when set
    using App::data. #1610
  • web::Path now has a public representation: web::Path(pub T) that enables
    destructuring. #1594
  • ServiceRequest::app_data allows retrieval of non-Data data without splitting into parts to
    access HttpRequest which already allows this. #1618
  • Re-export all error types from awc. #1621
  • MSRV is now 1.42.0.

Fixed

  • Memory leak of app data in pooled requests. #1609

Don't miss a new actix-web release

NewReleases is sending notifications on new releases.