files-v0.6.8
actix/actix-webfiles-v0.6.8Sep 15, 2025by robjtede
AI Summary
Adds functionality for permanent redirects and updates the default redirect behavior.
Key Highlights
- Add `Files::with_permanent_redirect()` method
- Change default redirect status code to 307 Temporary Redirect
Breaking Changes
- Default redirect status code changed from 301 to 307
New Features
- Files::with_permanent_redirect()
Full Release Notes
- Add `Files::with_permanent_redirect()` method. - Change default redirect status code to 307 Temporary Redirect.