Releases: webp-sh/webp_server_go
Releases · webp-sh/webp_server_go
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
WebP Server Go 0.10.8
What's Changed
- Bump govips to v2.14.0 by @n0vad3v in #317, this contains lots of fixes, which can be seen at /~https://github.com/davidbyttow/govips/releases/tag/v2.14.0
- Optimized Dockerfile, stop building libwebp by our own by @n0vad3v in #318
Full Changelog: 0.10.7...0.10.8
WebP Server Go 0.10.7
What's Changed
- Bump github.com/gofiber/fiber/v2 from 2.51.0 to 2.52.0 by @dependabot in #309
- Upgrade to Go 1.22 by @n0vad3v in #311
- Added cache for remote images by @HolgerHuo in #310, more can be found on https://docs.webp.sh/usage/configuration/
Full Changelog: 0.10.6...0.10.7
WebP Server Go 0.10.6
What's Changed
- Read all pages by @n0vad3v in #308, , fixes bug that animated images will be static after conversion.
Full Changelog: 0.10.5...0.10.6
WebP Server Go 0.10.5
What's Changed
Full Changelog: 0.10.4...0.10.5
WebP Server Go 0.10.4
WebP Server Go 0.10.3
What's Changed
- Allow WebP image format as source and ignore GIF when converting to AVIF by @n0vad3v in #302, solves #301
Full Changelog: 0.10.2...0.10.3
WebP Server Go 0.10.2
WebP Server Go 0.10.1
What's Changed
- Add NEF support by convert to jpg by @llanc in #284
- Better configuration by @n0vad3v and @BennyThink in #288, now we can use Environment variables to override configurations, full details at: https://docs.webp.sh/usage/configuration/
- Upgrade
github.com/gofiber/fiber
to 2.50.0 - Added more tests
New Contributors
Full Changelog: 0.9.12...0.10.1