Releases: webp-sh/webp_server_go
Releases · webp-sh/webp_server_go
WebP Server Go 0.9.4
What's Changed
- Using a new way to store images, using JSON files for metadata, more info can be seen at #217 (comment)
Full Changelog: 0.9.3...0.9.4
WebP Server Go 0.9.3
What's Changed
- Bump github.com/gofiber/fiber/v2 from 2.46.0 to 2.47.0 by @dependabot in #238
- fix code cov by @BennyThink in #248
- Split codecov and CI check by @n0vad3v in #249
- Move matcher to outside to avoid fatal error: concurrent map read and map write by @n0vad3v in #250
Full Changelog: 0.9.2...0.9.3
WebP Server Go 0.9.2
What's Changed
- iOS 16 supports AVIF and WebP by @n0vad3v in #242
- add some tests by @BennyThink in #239
- Bump github.com/valyala/fasthttp from 1.47.0 to 1.48.0 by @dependabot in #235
- Release binary using CentOS 7 by to fix glibc problems stated in #236 @BennyThink in #245
- Use QEMU to release ARM64 binary as well by @n0vad3v in #246
Full Changelog: 0.9.1...0.9.2
WebP Server Go 0.9.1
What's Changed
- Update
ReductionEffort
to 4 by @BennyThink, fixed: #234
Full Changelog: 0.9.0...0.9.1
WebP Server Go 0.9.0
What's Changed
- Change Stripe link to another account by @n0vad3v in #225
- feat: automatic load pages in animated images by @STRRL in #231
- Refactor codes by @BennyThink in #220
- Use
X-Real-IP
for IP by @BennyThink, fixed #236 - Added
ReductionEffort
by @BennyThink, fixed #234
New Contributors
Full Changelog: 0.8.4...0.9.0
WebP Server Go 0.8.4
What's Changed
- Add libjemalloc2 and libtcmalloc-minimal4 to Dockerfile by @n0vad3v in #222, this can reduce RAM usage, more info can be found at https://docs.webp.sh/usage/docker/.
Full Changelog: 0.8.3...0.8.4
WebP Server Go 0.8.3
What's Changed
- Implement fiber etag middleware to replace etag generation by @bugfest in #218
- A better way to handle remote content-type, fix etag when fetching remote image by @n0vad3v in #216
Full Changelog: 0.8.2...0.8.3
WebP Server Go 0.8.2
What's Changed
- Prevent image rotation by @fffilimonov in #205
- Should return original image when convert failed by @n0vad3v in #209
- Allow convert on abnormal image by @n0vad3v in #212
New Contributors
- @fffilimonov made their first contribution in #205
Full Changelog: 0.8.1...0.8.2
WebP Server Go 0.8.1
What's Changed
Full Changelog: 0.8.0...0.8.1
WebP Server Go 0.8.0
What's Changed
- Enable AVIF compression in proxy mode by @bugfest in #194
- Fix bug when Proxy Mode is used, WebP Server Go returns status code 200 when remote returns 404 while using old browser or cURL, related issue: #197
New Contributors
Full Changelog: 0.7.0...0.8.0