WebP Server Go 0.11.0
We've written blog post for this release, please checkout at:
- WebP Server Go 0.11.0 is released - WebP Cloud Services Blog
- WebP Server Go 0.11.0 发布 - WebP Cloud Services Blog
Changes
- Added JPEG XL supports
- Using forked version of https://github.com/jeremytorres/rawparser to reduce unnecessary notice on startup
- Added tests for resizeImage
- Added
max_height
andmax_width
parameters, fills the need in #305 - Bugfix: Prefetch should also respect AllowedType
- Now WebP Server Go will only convert supported formats on given browser
- Version bump from 0.10.8 to 0.11.0 due to breaking changes in config file
Config file changes
- Config update, drops
ENABLE_AVIF
support and change to"CONVERT_TYPES": ["webp","avif","jxl"],
to specify wanted convert types - Config update, planning to drop support for
IMG_PATH
to fully migrate toIMG_MAP
format - Config update, added
STRIP_METADATA
defaults to true - Fix: original image's metadata should be removed on
STRIP_METADATA
Note: STRIP_METADATA
, CONVERT_TYPES
are newly added, ENABLE_AVIF
is removed.
Full Changelog: 0.10.8...0.11.0