files-v0.6.7

actix/actix-webfiles-v0.6.7Aug 29, 2025by robjtede

AI Summary

Optimizes file reading performance for small files and updates the minimum Rust version.

Key Highlights

  • Add `{Files, NamedFile}::read_mode_threshold()` methods for faster synchronous reads
  • Minimum supported Rust version (MSRV) is now 1.75

Breaking Changes

  • Minimum supported Rust version (MSRV) is now 1.75

New Features

  • read_mode_threshold() methods

Full Release Notes

- Add `{Files, NamedFile}::read_mode_threshold()` methods to allow faster synchronous reads of small files.
- Minimum supported Rust version (MSRV) is now 1.75.