Skip to content

Releases: gin-contrib/pprof

v1.5.0

05 May 02:25
7b5b3bc
Compare
Choose a tag to compare

Changelog

Enhancements

Refactor

Build process updates

Documentation updates

v1.4.0

06 Jul 05:12
1907c25
Compare
Choose a tag to compare

Changelog

Features

  • 0f05e0e feat(CodeQL): Discover vulnerabilities across a codebase with CodeQL

Enhancements

  • bd353ba chore(CD): enable goreleaser config.
  • e11b1bd chore(deps): bump github.com/gin-gonic/gin from 1.7.2 to 1.7.7 (#23)
  • b50f962 chore(deps): bump github.com/gin-gonic/gin from 1.7.7 to 1.8.0
  • 7c615d3 chore(deps): bump github.com/gin-gonic/gin from 1.8.0 to 1.8.1
  • feda050 chore(deps): bump github/codeql-action from 1 to 2
  • 7cb1847 chore(deps): bump goreleaser/goreleaser-action from 2 to 3
  • a265208 chore(github): upgrade action package.
  • 21f7f64 chore: add go1.15.x
  • 131d638 chore: switch travis to github actions. (#21)
  • 303352a chore: upgrade checkout version to v3
  • eac76f2 chore: upgrade gin to v1.6.3
  • ef92fa8 chore: upgrade gin version
  • 8328b5a chore: upgrade golangci-lint to v1.42.0 and add cache (#22)
  • 2ca1f6e chore: upgrade travis config format

Others

  • c70bef1 Merge pull request #24 from gin-contrib/dependabot/github_actions/github/codeql-action-2
  • 59fa384 Merge pull request #29 from gin-contrib/dependabot/github_actions/goreleaser/goreleaser-action-3
  • 9051277 Merge pull request #30 from gin-contrib/dependabot/go_modules/github.com/gin-gonic/gin-1.8.0
  • 1907c25 Merge pull request #31 from gin-contrib/dependabot/go_modules/github.com/gin-gonic/gin-1.8.1
  • 205331a add go1.16
  • 6018696 chore(CI/CD): add dependabot
  • 5c9f978 chore(CI/CD): remove macos-latest testing
  • 20e9d4c fix example
  • ec17323 fix readme
  • e659c69 rename example folder
  • bdc3471 use WarpF and WrapH instead of pprofHandler (#16)

v1.3.0: docs: add custom router group

20 Jun 01:33
Compare
Choose a tag to compare
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>