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

Release Date: 2019-12-07 // over 4 years ago
  • [2.0.0-alpha.3] - 2020-05-08

    ๐Ÿ›  Fixed

    • ๐ŸŒ Correct spelling of ConnectError::Unresolved #1487
    • ๐Ÿ›  Fix a mistake in the encoding of websocket continuation messages wherein
      Item::FirstText and Item::FirstBinary are each encoded as the other.

    ๐Ÿ”„ Changed

    • ๐ŸŒ Implement std::error::Error for our custom errors #1422
    • โœ‚ Remove failure support for ResponseError since that crate
      ๐Ÿ—„ will be deprecated in the near future.