Skip to content

Releases: webp-sh/webp_server_go

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

WebP Server Go 0.10.2

23 Nov 08:52
0d4856c
Compare
Choose a tag to compare

Bug Fixes

What's Changed

New Contributors

Full Changelog: 0.10.1...0.10.2

WebP Server Go 0.10.1

05 Nov 12:16
4f39a1c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.12...0.10.1

WebP Server Go 0.9.12

18 Oct 00:52
655fb1d
Compare
Choose a tag to compare

What's Changed

  • Upgrade github.com/gofiber/fiber to 2.49.2 by @n0vad3v in #278
  • Added READ_BUFFER_SIZE, CONCURRENCY and DISABLE_KEEPALIVE env when starting WebP Server Go, allows some modifications on server start, solves: #280 by @n0vad3v in #283

Full Changelog: 0.9.11...0.9.12