Skip to content

Tags: gin-contrib/requestid

Tags

v1.0.6

Toggle v1.0.6's commit message
Release v1.0.6

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
build: update GolangCI configuration and optimize linter settings

- Set golangci-lint version to "2"
- Change linters configuration to use default "none" instead of enabling/disabling all linters
- Remove linters: `exportloopref`, `gofmt`, `goimports`, `gosimple`, `stylecheck`, and `typecheck`
- Add exclusion presets for generated code and common false positives
- Add path exclusions for `third_party`, `builtin`, and `examples`
- Enable `gofmt` and `goimports` formatters
- Remove the `run` configuration block with a 3-minute timeout configuration

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

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
chore: update dependencies and improve test configurations

- Update `testify` dependency from version `1.9.0` to `1.10.0`

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

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
chore: upgrade Go version and dependencies in workflow

- Remove Go version 1.20 from the workflow configuration
- Update Go version to 1.21.0 in the go.mod file
- Upgrade `github.com/bytedance/sonic` from v1.12.1 to v1.12.2
- Upgrade `github.com/pelletier/go-toml/v2` from v2.2.2 to v2.2.3

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

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
chore: update golang.org/x dependencies

- Update `golang.org/x/arch` dependency from `v0.7.0` to `v0.8.0`
- Upgrade `golang.org/x/sys` from `v0.19.0` to `v0.20.0`
- Increment `golang.org/x/text` version from `v0.14.0` to `v0.15.0`

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: update dependencies and refactor imports

- Update dependencies in `go.mod`, including `sonic`, `base64x`, `iasm`, `validator`, `go-toml`, `crypto`, `net`, `sys`, and `protobuf` to newer versions
- Add `sonic/loader` as a new indirect dependency
- Replace `chenzhuoyu` dependencies with `cloudwego` equivalents

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: update GitHub Actions configurations

- Update CodeQL action to version 3 in `.github/workflows/codeql.yml`
- Update `golangci/golangci-lint-action` to version 4 in `.github/workflows/go.yml`
- Change the name of the checkout step in `.github/workflows/goreleaser.yml`

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.
Attach generated request-id to request headers (#30)

v0.0.5

Toggle v0.0.5's commit message
chore: fix lint error

v0.0.4

Toggle v0.0.4's commit message
chore: add goreleaser config.

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