web-v4.4.1

actix/actix-webweb-v4.4.1Dec 24, 2023by robjtede

AI Summary

This release updates the zstd dependency to version 0.13 and adjusts the compression middleware priority to prefer brotli over zstd over gzip. Additionally, it includes a bug fix for the Json extractor validation when content type validation is disabled.

Key Highlights

  • Updated zstd dependency to version 0.13
  • Compression middleware now prioritizes brotli over zstd over gzip
  • Fixed Json extractor validation when JsonConfig::validate_content_type() is disabled

Full Release Notes

### Changed

- Updated `zstd` dependency to `0.13`.
- Compression middleware now prefers brotli over zstd over gzip.

### Fixed

- Fix validation of `Json` extractor when `JsonConfig::validate_content_type()` is set to false.