Skip to content

actix-web: v3.1.0

Compare
Choose a tag to compare
@robjtede robjtede released this 30 Sep 10:08
· 1115 commits to master since this release
aa11231

Changed

  • Add TrailingSlash::MergeOnly behaviour to NormalizePath, which allows NormalizePath
    to retain any trailing slashes. #1695
  • Remove bound std::marker::Sized from web::Data to support storing Arc<dyn Trait>
    via web::Data::from #1710

Fixed

  • ResourceMap debug printing is no longer infinitely recursive. #1708