Skip to content

WebP Server Go 0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Mar 07:30
· 19 commits to master since this release
43c275e

We've written blog post for this release, please checkout at:

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 and max_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 to IMG_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