Requestid Versions Save

Request ID middleware for Gin Framework

v1.0.2

3 weeks ago

Changelog

Enhancements

  • 14d36e1eaaab145d0a6b2e1cd31efbd0a6293d67: chore: refactor release and testing configurations (@appleboy)
  • e4ad2b1832b617a73e689c70ffb5cf47caf0eb71: chore: update golang.org/x dependencies (@appleboy)

v1.0.1

4 weeks ago

Changelog

Enhancements

  • 8a0fcd53244e840092a56d4a29b38dc9984576d2: chore: refactor linters configuration and remove unused linters (@appleboy)
  • e944b60de8f490258e2c2edc149c673886d0c3e7: chore: refine release process and documentation (@appleboy)
  • 96bfbde328e2b8f182a887f63a996ffb7a1d74b9: chore: update dependencies and refactor imports (@appleboy)

v1.0.0

2 months ago

Changelog

Bug fixes

  • bb106f8 fix(requestid): get header from c.GetHeader method #40

Enhancements

  • 6f073a8 chore(deps): "Enhance testing and API integration with latest Go version"
  • 49ab686 chore(deps): add go1.20 version
  • 4d4adda chore(deps): update Go version and dependencies
  • 12b7208 chore(deps): upgrade goreleaser-action in GitHub workflow
  • 93c0bc4 chore: update GitHub Actions configuration files
  • 67e4044 chore: update GitHub Actions versions in workflow files
  • f4afe99 chore: update GitHub actions for Go and Goreleaser workflows
  • 1f11bdc chore: update dependencies to latest versions
  • 34e125b chore: update dependencies to latest versions
  • 7167296 chore: update supported versions of Go to include 1.21
  • 9b19025 chore: update third-party dependencies to latest versions

Others

  • ea228bd ci: update GitHub Actions configurations
  • 537ec79 ci: update GitHub Actions workflow to use codeql-action/init@v3
  • 8344ce4 doc: get request_id from header (#38)

v0.0.6

1 year ago

Changelog

Enhancements

  • 3d943d8 chore(deps): bump github.com/stretchr/testify from 1.7.2 to 1.8.0
  • a2cd79b chore: Add go 1.19 and upgrade lint version to v1.49

Others

  • e811d60 Attach generated request-id to request headers (#30)
  • f9bc391 Merge pull request #26 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.8.0
  • 1a81880 Write to global variable once to prevent data races (#29)

v0.0.5

1 year ago

Changelog

Enhancements

  • b1a1104 chore(deps): bump github.com/gin-gonic/gin from 1.7.2 to 1.7.7 (#15)
  • 7b46c7f chore(deps): bump github/codeql-action from 1 to 2 (#9)
  • 18065a5 chore(deps): bump goreleaser/goreleaser-action from 2 to 3 (#18)
  • f23080f chore(gin): upgrade to v1.8.0
  • f281d75 chore(github): upgrade action package.
  • 345b7e6 chore: bump require version
  • cf790e9 chore: fix lint error

Others

  • 5684c3b Add request id handler (#22)
  • bcf3f7c chore(CI/CD): add dependabot

v0.0.4

2 years ago

Changelog

Enhancements

  • 679ae72 Support option for headerXRequestID (#8)

v0.0.3

2 years ago

v0.0.2

2 years ago