Webp Server Go Versions Save

Go version of WebP Server. A tool that will serve your JPG/PNG/BMP/SVGs as WebP/AVIF format with compression, on-the-fly.

0.11.3

3 weeks ago

What's Changed

Full Changelog: https://github.com/webp-sh/webp_server_go/compare/0.11.2...0.11.3

0.11.1

1 month ago

What's Changed

Full Changelog: https://github.com/webp-sh/webp_server_go/compare/0.11.0...0.11.1

0.11.0

1 month ago

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 https://github.com/webp-sh/webp_server_go/issues/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: https://github.com/webp-sh/webp_server_go/compare/0.10.8...0.11.0

0.10.8

2 months ago

What's Changed

Full Changelog: https://github.com/webp-sh/webp_server_go/compare/0.10.7...0.10.8

0.10.7

3 months ago

What's Changed

Full Changelog: https://github.com/webp-sh/webp_server_go/compare/0.10.6...0.10.7

0.10.6

4 months ago

What's Changed

Full Changelog: https://github.com/webp-sh/webp_server_go/compare/0.10.5...0.10.6

0.10.5

4 months ago

What's Changed

Full Changelog: https://github.com/webp-sh/webp_server_go/compare/0.10.4...0.10.5

0.10.4

5 months ago

0.10.3

5 months ago

What's Changed

Full Changelog: https://github.com/webp-sh/webp_server_go/compare/0.10.2...0.10.3