Skip to content

v0.0.4

Choose a tag to compare

@github-actions github-actions released this 25 Nov 02:07
· 56 commits to master since this release
7452411

Changelog

Features

  • 7452411 feat: add Status method to Writer struct and update test (#63)

Bug fixes

  • 9e7d799 fix(context): (context.Context).Err() returns DeadlineExceeded (#54)
  • c0a749e fix: the result will be incorrect when call gin.Context.Writer.Status() in our custom gin middleware used after this middleware (#46)

Enhancements

  • 97af963 chore(CD): enable goreleaser config.
  • e44554c chore(deps): add go1.20 version
  • d0a62c7 chore(deps): bump github.com/gin-gonic/gin from 1.7.2 to 1.7.7 (#20)
  • ee43ee3 chore(deps): bump github.com/stretchr/testify from 1.7.4 to 1.8.0
  • 9a950e0 chore(deps): bump github/codeql-action from 1 to 2 (#18)
  • ed4538c chore(deps): bump goreleaser/goreleaser-action from 2 to 3 (#23)
  • 44bef0b chore(github): upgrade action package.
  • 7e229ec chore: Add go 1.19 and upgrade lint version to v1.49
  • 657e8cb chore: bump require version
  • 8a6efc1 chore: update GitHub Actions versions in workflow files
  • d75482b chore: update Go version and dependencies
  • 23faee9 chore: update Go version and golangci-lint, add support for Go 1.21
  • df7cf8a chore: update actions/setup-go version to v4
  • e7c3a7b chore: update goreleaser/goreleaser-action version in workflow
  • 3c14b06 chore: update linters and go-version in GitHub actions workflow
  • 46425b7 chore: upgrade checkout version to v3

Others

  • 53932ea Merge pull request #30 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.8.0
  • bf6f157 chore(CI/CD): add dependabot
  • 8856241 chore(CI/CD): remove macos-latest testing
  • 873c37e fix golangci-lint(depguard) errors (#56)
  • df5d291 refactor: refactor comments for BufferPool class
  • 09305e3 refactor: refactor error handling and response assertions
  • eab81f0 refactor: refactor status code assertion in timeout_test.go
  • ae97451 revert PR #46 (#61)
  • f2805fd reverted PR #54 :timeout handling in timeout.go and timeout_test.go (#62)
  • 40e155c test: refactor response handling and add response code assertion