actix-web v3.0.0-alpha.3 Release Notes

Release Date: 2020-05-21 // almost 4 years ago
  • [3.0.0-alpha.3] - 2020-05-21

    โž• Added

    • โž• Add option to create Data<T> from Arc<T> #1509

    ๐Ÿ”„ Changed

    ๐ŸŒ Resources and Scopes can now access non-overridden data types set on App (or containing scopes) when setting their own data. [#1486]

    ๐Ÿ›  Fix audit issue logging by default peer address #1485

    โฌ†๏ธ Bump minimum supported Rust version to 1.40

    ๐Ÿ—„ Replace deprecated net2 crate with socket2