Releases: webp-sh/webp_server_go
Releases · webp-sh/webp_server_go
WebP Server Go 0.2.0
- Support remote address as backend.
- Minor bug fix.
WebP Server Go 0.1.5
- Update iOS render policy
WebP Server Go 0.1.4
- Improve compatibility on more devices (such as MSIE)
- Minor bug fixes
WebP Server Go 0.1.3
- Improve compatibility on more devices (such as WeChat Built-in browser)
- Fix config.json PATH in Dockerfile
WebP Server Go 0.1.2
- Minor bug fix.
WebP Server Go 0.1.1
- Added custom log level with -v.
- Fix bug caused by hard code of exhaust path.
- Bump version to 0.1.1.
- Remove gif support by default, send not allowed file #25
- Drop ppc64 support.
- check for valid
IMG_PATH
WebP Server Go 0.1.0
We made improvements and squashed bugs so webp-server is even better for you.
- auto update
- choose parallel jobs when prefetch
- prefetch runs in background
- dump systemd and config sample
- add bmp and gif support
- customize exhaust_path
WebP Server Go 0.0.3
Build environment:
name | glibc | gcc | go | comment |
---|---|---|---|---|
webp-server-linux-amd64 | GLIBC 2.27 | gcc version 7.4.0 | go version go1.14 linux/amd64 | |
webp-server-darwin-amd64 | N/A | Apple clang version 11.0.0 | go version go1.13.4 darwin/amd64 | |
webp-server-linux-arm | GLIBC 2.28 | gcc version 8.3.0 | go version go1.11.6 linux/arm | armv7l |
webp-server-windows-amd64 | N/A |