Skip to content

Releases: gin-contrib/timeout

v1.0.1

05 May 01:03
cdfffc7
Compare
Choose a tag to compare

Changelog

Enhancements

v1.0.0

24 Mar 01:30
d526c12
Compare
Choose a tag to compare

Changelog

Enhancements

  • d526c12 chore: update third-party dependencies to latest versions

Others

  • 8dd7b7e ci: update GitHub Actions configurations

v0.0.7

18 Feb 02:19
c6e7905
Compare
Choose a tag to compare

Changelog

Bug fixes

  • c6e7905 fix(timeout): make set/read timeout and write/put buffer atomic (#65)

Enhancements

  • 51275ed chore: update dependencies across multiple libraries
  • c9f1fc9 chore: update third-party dependencies
  • 781db7c chore: update version of actions/setup-go to v5 in GitHub workflows

Others

  • a2b5e02 ci: refine Go workflows in GitHub Actions
  • 1d781d2 ci: update GitHub Actions to version 3 for codeql-action/init

v0.0.6

25 Nov 05:23
4c4d0ab
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 4c4d0ab fix(writer): panic occurred while processing redirect request (#37)

v0.0.5

25 Nov 02:36
f338d36
Compare
Choose a tag to compare

Changelog

Bug fixes

  • f338d36 fix(response): refactor timeout and writer functions and tests (#64)

v0.0.4

25 Nov 02:07
7452411
Compare
Choose a tag to compare

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

v0.0.3: chore(CI): lint setup go version to ^1

04 Feb 05:10
Compare
Choose a tag to compare
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

v0.0.2: chore: remove windows testing

19 Jun 00:54
Compare
Choose a tag to compare
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

v0.0.1

29 Aug 11:03
Compare
Choose a tag to compare
chore: test timeout value < 0