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

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

    ๐Ÿ”„ Changed

    • โฌ†๏ธ Bump minimum supported Rust version to 1.40
    • ๐Ÿšš content_length function is removed, and you can set Content-Length by calling no_chunking function #1439
    • ๐Ÿšš BodySize::Sized64 variant has been removed. BodySize::Sized now receives a
      u64 instead of a usize.
    • โšก๏ธ Update base64 dependency to 0.12

    ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ Support parsing of SameSite=None #1503