Skip to content

Releases: webp-sh/webp_server_go

WebP Server Go 0.4.3

20 Mar 08:47
64db6cc
Compare
Choose a tag to compare

Commits

WebP Server Go 0.4.2

15 Mar 03:20
88daad2
Compare
Choose a tag to compare

Security Update

WebP Server Go 0.4.1

30 Dec 08:47
Compare
Choose a tag to compare

Security Update

  • 74b0382: Clean Path on routing to mitigate directory traversal, bump version to 0.4.1 (n0vad3v) #93

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

12 Dec 08:41
88dcc9c
Compare
Choose a tag to compare

Release Notes

  • AVIF now supported!
  • resolve #80
  • also resolve #78

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

01 Feb 08:52
9329ac6
Compare
Choose a tag to compare
  • 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

06 Dec 06:07
0c08f65
Compare
Choose a tag to compare
  • Fix bug: When working with Proxy-Mode, unsupported browser will not display image.
  • Return 400 for unsupported files.

WebP Server Go 0.3.0

29 Nov 04:22
cedacd3
Compare
Choose a tag to compare
  • Added X-Compression-Rate on response header.

WebP Server Go 0.2.2

25 Nov 04:02
1881ae8
Compare
Choose a tag to compare
  • Fix url decode problem on non-ascii characters.

WebP Server Go 0.2.1

21 Nov 07:53
08c333f
Compare
Choose a tag to compare
  • Upgrade Fiber to v2
  • Upgrade to Go 1.15

WebP Server Go 0.2.0

06 Aug 06:59
2d2df55
Compare
Choose a tag to compare
  • Support remote address as backend.
  • Minor bug fix.