http-v3.2.0

actix/actix-webhttp-v3.2.0Jul 24, 2022by robjtede

AI Summary

Updated the minimum supported Rust version to 1.57 and fixed WebSocket parser overflow errors along with Vary header retention issues.

Key Highlights

  • MSRV upgraded to Rust 1.57
  • Fixed WebSocket parser endless overflow errors
  • Fixed Vary header retention with compression encoder

Breaking Changes

  • MSRV bumped to Rust 1.57

Full Release Notes

### Changed
- Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency.

### Fixed
- Websocket parser no longer throws endless overflow errors after receiving an oversized frame. [#2790]
- Retain previously set Vary headers when using compression encoder. [#2798]

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