files-v0.6.3

actix/actix-webfiles-v0.6.3Jan 21, 2023by robjtede

AI Summary

This release updates the Minimum Supported Rust Version (MSRV) to 1.59 and changes the Content-Disposition header for XHTML files to 'inline'.

Key Highlights

  • XHTML files now use Content-Disposition: inline
  • MSRV updated to 1.59
  • Updated tokio-uring dependency to 0.4

New Features

  • Updated MSRV to 1.59
  • XHTML files now use Content-Disposition: inline
  • Updated tokio-uring dependency to 0.4

Full Release Notes

- XHTML files now use `Content-Disposition: inline` instead of `attachment`. [#2903]
- Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency.
- Update `tokio-uring` dependency to `0.4`.

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