actix-web v1.0.0-rc Release Notes

Release Date: 2019-05-18 // almost 5 years ago
  • โž• Added

    • โž• Add Query<T>::from_query() to extract parameters from a query string. #846
    • QueryConfig, similar to JsonConfig for customizing error handling of query extractors.

    ๐Ÿ”„ Changed

    • ๐Ÿ”€ JsonConfig is now Send + Sync, this implies that error_handler must be Send + Sync too.

    ๐Ÿ›  Fixed

    • Codegen with parameters in the path only resolves the first registered endpoint #841