Skip to content

v2.31.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 May 20:46
v2.31.0
30e8ed2

This new v2.31.0 release brings several bug fixes, features like a new compression level option, logs for virtual hosts, better-accepted encodings handling for pre-compressed files and other improvements.

Fixes

  • d22e2dd Bugfix/security dependency updates including bytes, serde, toml, async-compression, flate2, brotli and other crates (also ea96328).
  • 1aae13c Directory Listing: Empty file sizes are displayed incorrectly. PR #385 by @palant.
  • 25c171b Directory Listing: File sizes are wrongly displayed in decimal format. PR #376 by @miroim.
  • e7bfaa2 Lib: Compile errors if only deflate compression is enabled. PR #383 by @palant.
  • 195f706 Docker: Unsupported system page size when using Linux ARM64 musl (E.g. Raspberry Pi 5). PR #443.
  • d4046d9 Unexpected cfg condition-name wasm in Rust nightly. PR #441.
  • 1b13a74 Misc: Clippy warnings caused by test code. PR #382 by @palant.
  • 936b224 CI: Prevent running the FreeBSD devel pipeline unnecessarily.

Features

Refactorings

  • 85e3da7 Lib: Make request body type generic across modules. PR #375 by @palant.
  • 18f550a Directory Listing: Drop custom type conversion between SystemTime and DateTime. PR #384 by @palant.
  • 219ec6c Move Remote and Real IP addresses logging to a new module. PR #388.
  • cfd8bb1 Re-organize file system-related modules. PR #424.
  • 7cf72e6 Misc: Several project config and doc file improvements.

For more details see the v2.31.0 milestone and the full changelog v2.30.0...v2.31.0.