[0.17.0] - 2026-07-02
✨ Added
- MIME type exclusion for transparent output compression via the
zstd.output_compression_exclude_typesINI setting (#101, be0fe24)- Supports exact MIME types (
application/pdf) and wildcard subtypes (image/*), comma-separated - Comparison ignores
Content-Typeparameters such ascharset
- Supports exact MIME types (
- config.m4: explicit
--enable-apcu/--disable-apcuoptions (#99, 10538ab)
🐛 Fixed
- Fix in-tree builds with APCu (2db8c7c, ab85c7c)
- Fix MSVC toolset mismatch causing DLL load failure on Windows CI (#100, fd25192, a9ddcbd)
What's Changed
- config.m4: explicit on and off options for APCu by @pavetheway91 in #99
- fix in-tree builds with apcu by @henderkes in #100
- Feat mime type exclusions by @kjdev in #101
New Contributors
- @henderkes made their first contribution in #100
Full Changelog: 0.16.0...0.17.0