Skip to content

Releases: webp-sh/webp_server_go

WebP Server Go 0.11.3

23 Apr 05:25
be32328
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.11.2...0.11.3

WebP Server Go 0.11.2

19 Apr 02:14
c7bebfc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.11.1...0.11.2

WebP Server Go 0.11.1

10 Apr 12:45
b5842b2
Compare
Choose a tag to compare

What's Changed

  • Fix: Use Accept header(Accept: image/jxl) to render jxl images for Firefox by @n0vad3v in #326, fixes #325

Full Changelog: 0.11.0...0.11.1

WebP Server Go 0.11.0

22 Mar 07:30
43c275e
Compare
Choose a tag to compare

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

WebP Server Go 0.10.8

29 Feb 12:11
ca1050d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.7...0.10.8

WebP Server Go 0.10.7

11 Feb 05:25
9be1a6b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.6...0.10.7

WebP Server Go 0.10.6

29 Dec 13:31
1ec981b
Compare
Choose a tag to compare

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

29 Dec 11:48
d35e0e0
Compare
Choose a tag to compare

What's Changed

  • Add Lock on convert by @n0vad3v in #307, fixes concurrency problem.

Full Changelog: 0.10.4...0.10.5

WebP Server Go 0.10.4

18 Dec 12:57
484c876
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.3...0.10.4

WebP Server Go 0.10.3

01 Dec 13:21
c771160
Compare
Choose a tag to compare

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