Tags: gin-contrib/gzip
Tags
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>
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>
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>
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>
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>
PreviousNext