actix-web v1.0.1 Release Notes

Release Date: 2019-06-17 // almost 5 years ago
  • โž• Added

    • โž• Add support for PathConfig #903

    • โž• Add middleware::identity::RequestIdentity trait to get_identity from HttpMessage.

    ๐Ÿ”„ Changed

    • ๐Ÿšš Move cors middleware to actix-cors crate.

    • ๐Ÿšš Move identity middleware to actix-identity crate.

    • 0๏ธโƒฃ Disable default feature secure-cookies.

    • ๐Ÿ‘ Allow to test an app that uses async actors #897

    • Re-apply patch from #637 #894

    ๐Ÿ›  Fixed

    • HttpRequest::url_for is broken with nested scopes #915