files-v0.6.2

actix/actix-webfiles-v0.6.2Jul 23, 2022by robjtede

AI Summary

Added support for partial range responses to improve video streaming performance and updated the minimum supported Rust version.

Key Highlights

  • Added partial range support for faster video streaming
  • MSRV upgraded to Rust 1.57

Breaking Changes

  • MSRV bumped to Rust 1.57

New Features

  • Partial range response support

Full Release Notes

- Allow partial range responses for video content to start streaming sooner. [#2817]
- Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency.

[#2817]: https://github.com/actix/actix-web/pull/2817