Releases: webp-sh/webp_server_go
Releases · webp-sh/webp_server_go
WebP Server Go 0.4.3
WebP Server Go 0.4.2
WebP Server Go 0.4.1
Security Update
Minor Update
- 5e1ede1: Update config.json and README.md (n0vad3v) #85
- bc2a986: Add libaom packages to make docker image work (n0vad3v) #85
- 35c9990: Change docker image name to webpsh/webp-server-go (#89) (Nova Kwok) #89
- b75bcf3: push to ghcr (#90) (Benny) #90
- 21b1394: Bump github.com/schollz/progressbar/v3 from 3.8.3 to 3.8.5 (dependabot[bot]) #87
- 49569b3: codecov inside GitHub Actions (BennyThink) #91
WebP Server Go 0.4.0
Release Notes
Commits
- 878a2dd: remove spec (#69) (Benny) #69
- 4281922: choose webp or png feature (#70) (Benny) #70
- ba11f29: go 1.16 requires go.sum, thus update .gitignore, add go.sum and update travis. (#73) (Benny) #73
- 66accb3: add github action build (BennyThink) #77
- aa0af31: Create dependabot.yml (#79) (Nova Kwok) #79
- dbac67f: change webpEncoder signature for incoming refator, (BennyThink) #81
- e954352: avif support is almost complete (BennyThink) #81
- 7c65d5e: stability enhancement (BennyThink) #81
- 67d40b4: CI and minor fixes (BennyThink) #81
- 5e033a8: Extract checkAllowedType function. (n0vad3v) #81
- 7f1c441: avif encoding speed, disable AVIF by default (BennyThink) #81
- 6c594a9: Add Action file to release binary on tag (n0vad3v) #84
WebP Server Go 0.3.2
- update to latest fiber v2.4.0 & libwebp v1.2.0
- fix runtime.GOOS=="windows, add some test cases
WebP Server Go 0.3.1
- Fix bug: When working with Proxy-Mode, unsupported browser will not display image.
- Return 400 for unsupported files.
WebP Server Go 0.3.0
- Added
X-Compression-Rate
on response header.
WebP Server Go 0.2.2
- Fix url decode problem on non-ascii characters.
WebP Server Go 0.2.1
- Upgrade Fiber to v2
- Upgrade to Go 1.15
WebP Server Go 0.2.0
- Support remote address as backend.
- Minor bug fix.