Skip to content

Tags: gin-contrib/gzip

Tags

v1.2.5

Toggle v1.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump github/codeql-action from 3 to 4 (#121)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v3...v4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.2.4

Toggle v1.2.4's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
ci: upgrade Go action version in CI workflow

- Update Go action version from v2.0 to v2.1 in the workflow configuration

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
chore: update dependencies to latest versions focused on security pat…

…ches

- Update `github.com/bytedance/sonic` from `v1.12.7` to `v1.13.2`
- Update `github.com/bytedance/sonic/loader` from `v0.2.2` to `v0.2.4`
- Update `github.com/cloudwego/base64x` from `v0.1.4` to `v0.1.5`
- Update `github.com/go-playground/validator/v10` from `v10.24.0` to `v10.26.0`
- Update `github.com/goccy/go-json` from `v0.10.4` to `v0.10.5`
- Update `github.com/klauspost/cpuid/v2` from `v2.2.9` to `v2.2.10`
- Update `golang.org/x/arch` from `v0.13.0` to `v0.15.0`
- Update `golang.org/x/crypto` from `v0.32.0` to `v0.36.0`
- Update `golang.org/x/net` from `v0.34.0` to `v0.38.0`
- Update `golang.org/x/sys` from `v0.29.0` to `v0.31.0`
- Update `golang.org/x/text` from `v0.21.0` to `v0.23.0`
- Update `google.golang.org/protobuf` from `v1.36.2` to `v1.36.6`

Signed-off-by: appleboy <appleboy.tw@gmail.com>

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: optimize gzip writer pool management and resource handling (#…

…102)

- Remove deferred function that resets and puts the gzip writer back into the pool
- Add immediate return of the gzip writer to the pool after resetting it

Signed-off-by: appleboy <appleboy.tw@gmail.com>

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: use `Header().Add` instead of `Header()` for setting `Vary` head…

…er (#99)

- Modify middleware to add "Vary: Origin" header before applying gzip compression
- Add a new test to verify the "Vary" header is correctly set and gzip compression is applied
- Update handler to use `Header().Add` instead of `Header()` for setting "Vary" header

Signed-off-by: appleboy <appleboy.tw@gmail.com>

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
chore: update various Go module dependencies to latest versions

- Update `github.com/bytedance/sonic` to v1.12.7
- Update `github.com/bytedance/sonic/loader` to v0.2.2
- Update `github.com/gabriel-vasile/mimetype` to v1.4.8
- Update `github.com/gin-contrib/sse` to v1.0.0
- Update `github.com/go-playground/validator/v10` to v10.24.0
- Update `golang.org/x/arch` to v0.13.0
- Update `golang.org/x/crypto` to v0.32.0
- Update `golang.org/x/net` to v0.34.0
- Update `golang.org/x/sys` to v0.29.0
- Update `google.golang.org/protobuf` to v1.36.2

Signed-off-by: appleboy <appleboy.tw@gmail.com>

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
chore: update dependencies and GitHub actions for improved CI/CD

- Update codecov action from v4 to v5 in GitHub workflow
- Upgrade `testify` dependency from v1.9.0 to v1.10.0 in go.mod

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
chore: refine CI workflow and test configurations

- Update the golangci-lint-action version from `v4` to `v5` in the GitHub Actions workflow

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
ci: refactor GitHub Actions workflows configurations

- Update the cron schedule in the CodeQL workflow
- Change the language specification in the CodeQL workflow
- Upgrade the CodeQL action version in the CodeQL workflow
- Modify the go version setup in the Go workflow
- Update the golangci-lint action version in the Go workflow
- Adjust the go version range in the Go workflow
- Update the actions/cache version in the Go workflow
- Upgrade the codecov-action version in the Go workflow
- Change the tags specification in the Goreleaser workflow
- Refactor the steps in the Goreleaser workflow
- Adjust the Go version setup in the Goreleaser workflow
- Modify the GoReleaser action setup in the Goreleaser workflow

Signed-off-by: appleboy <appleboy.tw@gmail.com>

v0.0.6

Toggle v0.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #65 from gin-contrib/dependabot/go_modules/github.…

…com/stretchr/testify-1.8.0

chore(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0