actix-web v3.2.0 Release Notes

Release Date: 2020-10-30 // over 3 years ago
  • โž• Added

    • ๐ŸŒ Implement exclude_regex for Logger middleware. #1723
    • โž• Add request-local data extractor web::ReqData. #1748
    • โž• Add ability to register closure for request middleware logging. #1749
    • โž• Add app_data to ServiceConfig. [#1757]
    • ๐Ÿ”ฆ Expose on_connect for access to the connection stream before request is handled. #1754

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated actix-web-codegen dependency for access to new #[route(...)] multi-method macro.
    • ๐Ÿ”ง Print non-configured Data<T> type when attempting extraction. #1743
    • ๐ŸŒ Re-export bytes::Buf{Mut} in web module. #1750
    • โฌ†๏ธ Upgrade pin-project to 1.0.