v2.32.0
This new v2.32.0
release brings several bug fixes and a new option to disable symlinks as well as other improvements.
Fixes
- cd5fa1b Bugfix/security dependency updates including hyper, tokio, regex, serde, httparse and other crates (also c227302, 6713932).
- 6031a1b Incorrect
Content-Encoding
for pre-compressed Zstd file requests. PR #452 fixes #451 reported by @nomeaning777. - 3410365 Duplicated
Vary
response header forcompression
andcompression-static
features. PR #453.
Features
- eeb88da Disable symlinks via the new
--disable-symlinks
option. PR #454. See docs. - b291189 Installer: Custom install version and directory options for binary installer. PR #449 by @frankli0324. See docs.
Docs
For more details see the v2.32.0 milestone and the full changelog v2.31.1...v2.32.0.