Releases: gin-contrib/pprof
Releases · gin-contrib/pprof
v1.5.0
Changelog
Enhancements
- 2b05706: chore: Add go 1.19 and upgrade lint version to v1.49 (@appleboy)
- 47ad2da: chore(deps): add go1.20 version (@appleboy)
- b9b5dec: chore: update Go version and dependencies (@appleboy)
- c773aa6: chore: update GitHub Actions versions in workflow files (@appleboy)
- 7319fec: chore: update dependencies and tools to latest versions (@appleboy)
- f46b8ec: chore: update golang.org/x packages to latest versions (@appleboy)
- 25b802b: chore: update dependencies versions for various packages (@appleboy)
- c486260: chore: update dependencies across multiple modules (@appleboy)
Refactor
Build process updates
- 344806f: ci: update dependencies and streamline Go versions (@appleboy)
- 4b4be25: ci: update GitHub Actions to version 3 in codeql.yml file (@appleboy)
- 934af36: ci: update GitHub Actions configurations and dependencies (@appleboy)
- 1a670c6: build: refine
.goreleaser.yaml
configuration and output (@appleboy) - 3399be0: ci: refactor CI workflow and improve tests (@appleboy)
Documentation updates
v1.4.0
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
Signed-off-by: Bo-Yi Wu <[email protected]>