Releases: webp-sh/webp_server_go
Releases · webp-sh/webp_server_go
WebP Server Go 0.4.8
WebP Server Go 0.4.7
Minor Update
- Mitigation for issue #137
- Update
golang.org/x/image
fromv0.0.0-20200119044424-58c23975cae1
tov0.2.0
- Disabled automatic update
- Update CI
go
version to1.19
- Update Dockerfile builder to
1.19.4-alpine
WebP Server Go 0.4.6
Minor Update
- fd40f57: Bump github.com/stretchr/testify from 1.7.4 to 1.7.5 (#126) (dependabot[bot]) #126
- 3dd1bae: Add CVE test on CI (#129) (Nova Kwok) #129
- 9efead2: Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (#128) (dependabot[bot]) #128
- d104c1f: Print all CVE results to PR comment (#130) (Nova Kwok) #130
- bb05fa2: Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 (#133) (dependabot[bot]) #133
- b0fd042: Bump github.com/schollz/progressbar/v3 from 3.8.7 to 3.9.0 (#136) (dependabot[bot]) #136
- 0fc34c0: golang 1.19.0 (#140) (Benny) #140
- 0ac97ee: Return nil on 404 (n0vad3v) #141
- e5d5613: remove buildvcs=false (#142) (Benny) #142
- b07f167: Bump github.com/valyala/fasthttp from 1.38.0 to 1.39.0 (#144) (dependabot[bot]) #144
- 8d2a585: Bump github.com/schollz/progressbar/v3 from 3.10.0 to 3.10.1 (#146) (dependabot[bot]) #146
- 65abc4e: Bump github.com/valyala/fasthttp from 1.39.0 to 1.40.0 (#148) (dependabot[bot]) #148
- 1c51090: Bump github.com/schollz/progressbar/v3 from 3.10.1 to 3.11.0 (#149) (dependabot[bot]) #149
- e312010: use codeql v2 (#150) (Benny) #150
- 9ec3309: Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#153) (dependabot[bot]) #153
- a81c021: Bump github.com/valyala/fasthttp from 1.40.0 to 1.41.0 (#154) (dependabot[bot]) #154
- 71398fe: Bump github.com/schollz/progressbar/v3 from 3.11.0 to 3.12.0 (#155) (dependabot[bot]) #155
- af357b0: Bump github.com/schollz/progressbar/v3 from 3.12.0 to 3.12.1 (#156) (dependabot[bot]) #156
- 58b9c52: Bump github.com/valyala/fasthttp from 1.41.0 to 1.42.0 (#157) (dependabot[bot]) #157
- 89b31bd: Bump github.com/valyala/fasthttp from 1.42.0 to 1.43.0 (#158) (dependabot[bot]) #158
- 2a70de4: Bump github.com/schollz/progressbar/v3 from 3.12.1 to 3.12.2 (#160) (dependabot[bot]) #160
WebP Server Go 0.4.5
Features
Minor Update
- a76ac50: Bump github.com/stretchr/testify from 1.3.0 to 1.7.1 (#105) (dependabot[bot]) #105
- c3c7881: Bump github.com/schollz/progressbar/v3 from 3.8.5 to 3.8.6 (#101) (dependabot[bot]) #101
- 5278259: Create codeql-analysis.yml (#98) (Benny) #98
- 7fcc0b0: Fix tests. (#112) (Nova Kwok) #112
- 946cad9: Bump github.com/valyala/fasthttp from 1.18.0 to 1.34.0 (#102) (dependabot[bot]) #102
- ea1617d: Bump github.com/valyala/fasthttp from 1.34.0 to 1.35.0 (#115) (dependabot[bot]) #115
- cf1a4c2: Bump github.com/valyala/fasthttp from 1.35.0 to 1.36.0 (#118) (dependabot[bot]) #118
- bd8e3b2: Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (#122) (dependabot[bot]) #122
- 62d16e5: Bump github.com/valyala/fasthttp from 1.36.0 to 1.37.0 (#121) (dependabot[bot]) #121
WebP Server Go 0.4.4
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